summaryrefslogtreecommitdiff
path: root/drivers/net/ethoc.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-2/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2016-08-15net/ethoc: implement MDIO bus and support phylibMax Filippov1-6/+150
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-5/+41
2016-08-15net/ethoc: don't mix virtual and physical addressesMax Filippov1-10/+13
2016-08-15net/ethoc: support device treeMax Filippov1-0/+15
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-47/+174
2016-08-15net/ethoc: use priv instead of dev internallyMax Filippov1-55/+56
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+2
2014-09-15openrisc: Fix a few type cast related warningsVasili Galka1-4/+4
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-1/+1
2012-03-31net/ethoc: use flush_dcache_range instead of flush_dcacheStefan Kristiansson1-3/+3
2010-05-04net: ethoc: add write_hwaddr supportThomas Chou1-3/+3
2010-05-04net: add opencore 10/100 ethernet mac driverThomas Chou1-0/+511