summaryrefslogtreecommitdiffstats
path: root/drivers/net/smc911x.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* net: smc911x: Add DM supportMarek Vasut2020-05-011-0/+115
* net: smc911x: Split non-DM specific bits from common codeMarek Vasut2020-05-011-14/+43
* net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut2020-05-011-14/+16
* net: smc911x: Pass around driver private dataMarek Vasut2020-05-011-108/+124
* net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut2020-05-011-6/+7
* net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut2020-05-011-10/+4
* net: smc911x: Inline all functions from header fileMarek Vasut2020-05-011-1/+156
* net: smc911x: Pull MII registration into separate functionMarek Vasut2020-05-011-24/+40
* net: smc911x: Fix potential memleak() in init fail pathMarek Vasut2020-05-011-2/+10
* net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut2020-05-011-11/+16
* net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut2020-05-011-2/+2
* net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut2020-05-011-5/+3
* net: smc911x: Remove pkt_data_{push,pull}Marek Vasut2020-05-011-7/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: mii: Fix changes made by spatchJoe Hershberger2016-08-151-2/+2
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-7/+24
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-2/+2
* net: smc911x: Keep MAC programmedMarek Vasut2014-11-071-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* drivers/net/smc911x.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-221-2/+1
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-2/+0
* smc911x: Fix build warningsWolfgang Denk2011-09-091-2/+2
* smc911x MII made availableHelmut Raiger2011-09-071-6/+30
* miiphy: convert to linux/mii.hMike Frysinger2011-01-091-6/+6
* lan91c96, smc911x: remove useless free(ptr) calls on NULL ptrSerge Ziryukin2010-05-171-1/+0
* smc911x driver frame alignment patchValentin Yakovenkov2010-05-031-1/+1
* NET: Fix MAC addr handling for smc911xSeunghyeon Rhee2010-01-311-6/+9
* smc911x: fix typo in smc911x_handle_mac_address nameMike Rapoport2009-12-071-2/+2
* smc911x: make smc911x_initialize return correct valueMike Rapoport2009-11-121-2/+2
* Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1Wolfgang Denk2009-10-281-1/+1
* ARM: OMAP3: Refactors the SM911x driverSteve Sakoman2009-10-241-6/+6
* SMC911X: Add chip auto detectionOlof Johansson2009-10-131-6/+8
* Convert SMC911X Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-07-221-80/+97
* Revert "SMC911x driver fixed for NFS boot"Wolfgang Denk2009-06-141-22/+1
* SMC911x driver fixed for NFS bootManikandan Pillai2009-06-081-1/+22
* smc911x: write back the manually set MAC addressDaniel Mack2009-06-071-2/+7
* lan91c96/smc91111/smc911x: get mac address from environmentMike Frysinger2009-03-201-9/+5
* smc911x: split out useful defines/functions into local headerMike Frysinger2009-02-251-455/+2
* net: smc911x.c: Add LAN9211 to chip_ids[] arrayStefan Roese2009-01-281-0/+2
* net: smc911x: Make register read/write functions weakStefan Roese2009-01-241-37/+40
* net: smc911x: Add pkt_data_pull and pkt_data_push functionNobuhiro Iwamatsu2008-09-021-2/+7
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-131-2/+2
* net: smc911x: Fix typoNobuhiro Iwamatsu2008-07-071-1/+1
* net: fix compile problem in smc911x driver.Nobuhiro Iwamatsu2008-07-071-2/+2
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-5/+0
* smc911x: add 16 bit supportJens Gehrlein2008-05-221-2/+19
* Big white-space cleanup.Wolfgang Denk2008-05-211-4/+4
* Fix @ -> <at> substitutionStelian Pop2008-05-101-1/+1
* Clean up smsc911x driverGuennadi Liakhovetski2008-04-151-349/+368