summaryrefslogtreecommitdiffstats
path: root/drivers/net/smc911x.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-14/+1
* net: smc911x: Add parsing devicetree optionsAlexander Shiyan2016-07-051-2/+15
* include: Move smc911x eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* net: smc911x: Add device tree supportSascha Hauer2015-06-261-0/+6
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* remove unused debug Kconfig optionsSascha Hauer2013-06-231-4/+0
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-9/+1
* net smc911x: add support for external PHYAndreas Pretzsch2012-11-121-4/+93
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-20/+17
|/
* smsc911x: Check platformdata pointerJan Weitzel2012-09-101-2/+2
* smc911x: fix typo pn check if the device is ready before using itJean-Christophe PLAGNIOL-VILLARD2012-09-101-1/+1
* smc911x: check if the device is ready before using itJean-Christophe PLAGNIOL-VILLARD2012-09-031-1/+11
* smc911x: update chip detectionJean-Christophe PLAGNIOL-VILLARD2012-09-031-26/+34
* smc911x: improve detection handleJean-Christophe PLAGNIOL-VILLARD2012-09-031-1/+20
* smc911x: add support to pass the shift via platform dataJean-Christophe PLAGNIOL-VILLARD2012-09-031-6/+54
* smc911x: add 16bit bus width supportJean-Christophe PLAGNIOL-VILLARD2012-09-031-5/+29
* smc911x: introduce read/write opsJean-Christophe PLAGNIOL-VILLARD2012-09-031-38/+63
* smc911x: move register define to smc911x.hJean-Christophe PLAGNIOL-VILLARD2012-09-031-327/+2
* net smc911x: Use __iomem for register baseSascha Hauer2012-06-301-1/+1
* net drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* introduce io.hSascha Hauer2011-09-221-1/+1
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-151-0/+1
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* smc911x: embed eth_device into privSascha Hauer2011-07-281-5/+4
* smc911x: switch to use resourcesSascha Hauer2011-07-281-6/+9
* smc911x: use dev_* instead of printfSascha Hauer2011-07-281-13/+9
* net smc911x: Add LAN9221 supportSascha Hauer2011-03-301-0/+2
* smc911x: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-18/+15
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+0
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
* smc911x: fix wrong printfSascha Hauer2009-02-201-1/+1
* [smsc911x] undef FLOW if already definedMarc Kleine-Budde2007-11-121-0/+4
* noisy supportJuergen Beisert2007-10-181-1/+5
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-4/+4
* - coding styleSascha Hauer2007-09-121-29/+45
* add blackfin network driverSascha Hauer2007-09-111-0/+738