summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethoc.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* 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