~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net: sh_eth: Fix RX error handlingValentine Barshak2023-06-10
* net: sh_eth: Workaround cache issuesValentine Barshak2023-06-10
* net: sh_eth: Drop reset GPIO handling in favor of common codeMarek Vasut2023-06-10
* net: sh_eth: Switch to new U-Boot PHY APIMarek Vasut2023-06-10
* global: Migrate CONFIG_SH_ETHER_USE_PORT to CFGTom Rini2022-12-23
* global: Migrate CONFIG_SH_ETHER_PHY_ADDR to CFGTom Rini2022-12-23
* global: Migrate CONFIG_SH_ETHER_CACHE_WRITEBACK to CFGTom Rini2022-12-23
* global: Migrate CONFIG_SH_ETHER_CACHE_INVALIDATE to CFGTom Rini2022-12-23
* global: Migrate CONFIG_SH_ETHER_ALIGNE_SIZE to CFGTom Rini2022-12-23
* net: sh_eth: Remove non-DM_ETH codeTom Rini2022-12-07
* net: phy: don't require PHY interface mode during PHY creationMarek Behún2022-04-10
* treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-10
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-10
* net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean2021-09-28
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* net: sh_eth: Init the hardware before PHY accessMarek Vasut2020-04-04
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* env: Drop environment.h header file where not neededSimon Glass2019-08-11
* env: Move env_get() to env.hSimon Glass2019-08-11
* net: sh_eth: Fix 64bit build warningsMarek Vasut2019-08-09
* net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2019-08-09
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-18
* net: sh_eth: Add support for operation without clock frameworkMarek Vasut2019-05-07
* sh: 7724: Remove CPU supportMarek Vasut2019-05-07
* net: sh_eth: Initialize PHY in probe() onceMarek Vasut2019-04-09
* net: sh_eth: Support reset GPIO both in mac and phy nodeMarek Vasut2018-06-19
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut2018-04-13
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-08
* net: sh_eth: Fix DT base address fetchingMarek Vasut2018-02-18
* net: sh_eth: Fix checkpatch warningMarek Vasut2018-02-18
* net: sh_eth: Return directly from sh_eth_recv_startMarek Vasut2018-02-18
* net: sh_eth: Zap port variableMarek Vasut2018-02-18
* net: sh_eth: Add DM and DT supportMarek Vasut2018-01-27
* net: sh_eth: Clump legacy functions togetherMarek Vasut2018-01-27
* net: sh_eth: Split sh_eth_initMarek Vasut2018-01-27
* net: sh_eth: Separate out MAC address programmingMarek Vasut2018-01-27
* net: sh_eth: Split sh_eth_recvMarek Vasut2018-01-27
* net: sh_eth: Pass sh_eth_dev aroundMarek Vasut2018-01-27