summaryrefslogtreecommitdiff
path: root/drivers/net/sh_eth.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-10net: sh_eth: Fix RX error handlingValentine Barshak1-9/+7
2023-06-10net: sh_eth: Workaround cache issuesValentine Barshak1-4/+6
2023-06-10net: sh_eth: Drop reset GPIO handling in favor of common codeMarek Vasut1-17/+0
2023-06-10net: sh_eth: Switch to new U-Boot PHY APIMarek Vasut1-4/+1
2022-12-23global: Migrate CONFIG_SH_ETHER_USE_PORT to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_SH_ETHER_PHY_ADDR to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_SH_ETHER_CACHE_WRITEBACK to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_SH_ETHER_CACHE_INVALIDATE to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_SH_ETHER_ALIGNE_SIZE to CFGTom Rini1-2/+2
2022-12-08net: sh_eth: Remove non-DM_ETH codeTom Rini1-160/+0
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún1-2/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-11/+4
2021-09-28net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-5/+5
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-04net: sh_eth: Init the hardware before PHY accessMarek Vasut1-0/+4
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-10net: sh_eth: Fix 64bit build warningsMarek Vasut1-12/+12
2019-08-10net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut1-4/+11
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+2
2019-05-07net: sh_eth: Add support for operation without clock frameworkMarek Vasut1-0/+9
2019-05-07sh: 7724: Remove CPU supportMarek Vasut1-1/+1
2019-04-09net: sh_eth: Initialize PHY in probe() onceMarek Vasut1-14/+17
2018-06-19net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut1-2/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-14net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut1-0/+3
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-02-18net: sh_eth: Fix DT base address fetchingMarek Vasut1-10/+4
2018-02-18net: sh_eth: Fix checkpatch warningMarek Vasut1-1/+1
2018-02-18net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut1-4/+1
2018-02-18net: sh_eth: Zap port variableMarek Vasut1-18/+16
2018-01-27net: sh_eth: Add DM and DT supportMarek Vasut1-0/+268
2018-01-27net: sh_eth: Clump legacy functions togetherMarek Vasut1-51/+51
2018-01-27net: sh_eth: Split sh_eth_initMarek Vasut1-37/+59
2018-01-27net: sh_eth: Separate out MAC address programmingMarek Vasut1-6/+13
2018-01-27net: sh_eth: Split sh_eth_recvMarek Vasut1-27/+46
2018-01-27net: sh_eth: Pass sh_eth_dev aroundMarek Vasut1-5/+17