aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sh_eth.c
AgeCommit message (Expand)Author
2021-09-28net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-04net: sh_eth: Init the hardware before PHY accessMarek Vasut
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-09net: sh_eth: Fix 64bit build warningsMarek Vasut
2019-08-09net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-05-07net: sh_eth: Add support for operation without clock frameworkMarek Vasut
2019-05-07sh: 7724: Remove CPU supportMarek Vasut
2019-04-09net: sh_eth: Initialize PHY in probe() onceMarek Vasut
2018-06-19net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-13net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-02-18net: sh_eth: Fix DT base address fetchingMarek Vasut
2018-02-18net: sh_eth: Fix checkpatch warningMarek Vasut
2018-02-18net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut
2018-02-18net: sh_eth: Zap port variableMarek Vasut
2018-01-27net: sh_eth: Add DM and DT supportMarek Vasut
2018-01-27net: sh_eth: Clump legacy functions togetherMarek Vasut
2018-01-27net: sh_eth: Split sh_eth_initMarek Vasut
2018-01-27net: sh_eth: Separate out MAC address programmingMarek Vasut
2018-01-27net: sh_eth: Split sh_eth_recvMarek Vasut
2018-01-27net: sh_eth: Pass sh_eth_dev aroundMarek Vasut
2018-01-27net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut
2018-01-15net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu
2018-01-15net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu
2018-01-15net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu
2018-01-15net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-11-04net: sh-eth: Add cache writeback control after setting bit of DMA descriptorNobuhiro Iwamatsu
2014-11-04net: sh-eth: Use memalign instead of orignal memroy alignment functionNobuhiro Iwamatsu