summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethoc.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-4/+4
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-2/+2
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* net/ethoc: implement MDIO bus and support phylibMax Filippov2016-08-151-6/+150
* net/ethoc: support private memory configurationsMax Filippov2016-08-151-5/+41
* net/ethoc: don't mix virtual and physical addressesMax Filippov2016-08-151-10/+13
* net/ethoc: support device treeMax Filippov2016-08-151-0/+15
* net/ethoc: add CONFIG_DM_ETH supportMax Filippov2016-08-151-47/+174
* net/ethoc: use priv instead of dev internallyMax Filippov2016-08-151-55/+56
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-2/+2
* openrisc: Fix a few type cast related warningsVasili Galka2014-09-151-4/+4
* net: Fix remaining API interface breakageJoe Hershberger2012-05-231-1/+1
* net/ethoc: use flush_dcache_range instead of flush_dcacheStefan Kristiansson2012-03-301-3/+3
* net: ethoc: add write_hwaddr supportThomas Chou2010-05-031-3/+3
* net: add opencore 10/100 ethernet mac driverThomas Chou2010-05-031-0/+511