aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/smc911x.c
AgeCommit message (Expand)Author
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada
2020-07-07net: smc911x: Properly handle EEPROM MAC addressAndre Przywara
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-01net: smc911x: Add DM supportMarek Vasut
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-11-07net: smc911x: Keep MAC programmedMarek Vasut
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-05-22drivers/net/smc911x.c: Fix GCC 4.6 warningAnatolij Gustschin
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-09-09smc911x: Fix build warningsWolfgang Denk
2011-09-07smc911x MII made availableHelmut Raiger
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-05-17lan91c96, smc911x: remove useless free(ptr) calls on NULL ptrSerge Ziryukin
2010-05-03smc911x driver frame alignment patchValentin Yakovenkov
2010-01-31NET: Fix MAC addr handling for smc911xSeunghyeon Rhee
2009-12-07smc911x: fix typo in smc911x_handle_mac_address nameMike Rapoport
2009-11-12smc911x: make smc911x_initialize return correct valueMike Rapoport
2009-10-28Coding Style cleanup; update CHANGELOG, prepare -rc1Wolfgang Denk
2009-10-24ARM: OMAP3: Refactors the SM911x driverSteve Sakoman
2009-10-13SMC911X: Add chip auto detectionOlof Johansson
2009-07-22Convert SMC911X Ethernet driver to CONFIG_NET_MULTI APIBen Warren
2009-06-14Revert "SMC911x driver fixed for NFS boot"Wolfgang Denk
2009-06-08SMC911x driver fixed for NFS bootManikandan Pillai
2009-06-07smc911x: write back the manually set MAC addressDaniel Mack
2009-03-20lan91c96/smc91111/smc911x: get mac address from environmentMike Frysinger
2009-02-25smc911x: split out useful defines/functions into local headerMike Frysinger
2009-01-28net: smc911x.c: Add LAN9211 to chip_ids[] arrayStefan Roese
2009-01-24net: smc911x: Make register read/write functions weakStefan Roese
2008-09-02net: smc911x: Add pkt_data_pull and pkt_data_push functionNobuhiro Iwamatsu
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-07-07net: smc911x: Fix typoNobuhiro Iwamatsu
2008-07-07net: fix compile problem in smc911x driver.Nobuhiro Iwamatsu