~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sh_eth.c
Commit message (
Expand
)
Author
Age
*
net: sh_eth: Fix RX error handling
Valentine Barshak
2023-06-10
*
net: sh_eth: Workaround cache issues
Valentine Barshak
2023-06-10
*
net: sh_eth: Drop reset GPIO handling in favor of common code
Marek Vasut
2023-06-10
*
net: sh_eth: Switch to new U-Boot PHY API
Marek Vasut
2023-06-10
*
global: Migrate CONFIG_SH_ETHER_USE_PORT to CFG
Tom Rini
2022-12-23
*
global: Migrate CONFIG_SH_ETHER_PHY_ADDR to CFG
Tom Rini
2022-12-23
*
global: Migrate CONFIG_SH_ETHER_CACHE_WRITEBACK to CFG
Tom Rini
2022-12-23
*
global: Migrate CONFIG_SH_ETHER_CACHE_INVALIDATE to CFG
Tom Rini
2022-12-23
*
global: Migrate CONFIG_SH_ETHER_ALIGNE_SIZE to CFG
Tom Rini
2022-12-23
*
net: sh_eth: Remove non-DM_ETH code
Tom Rini
2022-12-07
*
net: phy: don't require PHY interface mode during PHY creation
Marek Behún
2022-04-10
*
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek Behún
2022-04-10
*
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
2022-04-10
*
net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...
Vladimir Oltean
2021-09-28
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
common: Drop net.h from common header
Simon Glass
2020-05-18
*
net: sh_eth: Init the hardware before PHY access
Marek Vasut
2020-04-04
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
*
net: sh_eth: Fix 64bit build warnings
Marek Vasut
2019-08-09
*
net: sh_eth: Add R8A77980 V3H gether support
Marek Vasut
2019-08-09
*
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2019-05-18
*
net: sh_eth: Add support for operation without clock framework
Marek Vasut
2019-05-07
*
sh: 7724: Remove CPU support
Marek Vasut
2019-05-07
*
net: sh_eth: Initialize PHY in probe() once
Marek Vasut
2019-04-09
*
net: sh_eth: Support reset GPIO both in mac and phy node
Marek Vasut
2018-06-19
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
net: sh_eth: Add remaining Gen2 DT compatible
Marek Vasut
2018-04-13
*
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-08
*
net: sh_eth: Fix DT base address fetching
Marek Vasut
2018-02-18
*
net: sh_eth: Fix checkpatch warning
Marek Vasut
2018-02-18
*
net: sh_eth: Return directly from sh_eth_recv_start
Marek Vasut
2018-02-18
*
net: sh_eth: Zap port variable
Marek Vasut
2018-02-18
*
net: sh_eth: Add DM and DT support
Marek Vasut
2018-01-27
*
net: sh_eth: Clump legacy functions together
Marek Vasut
2018-01-27
*
net: sh_eth: Split sh_eth_init
Marek Vasut
2018-01-27
*
net: sh_eth: Separate out MAC address programming
Marek Vasut
2018-01-27
*
net: sh_eth: Split sh_eth_recv
Marek Vasut
2018-01-27
*
net: sh_eth: Pass sh_eth_dev around
Marek Vasut
2018-01-27
[next]