summaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)Author
2023-01-09Merge branch 'next'Tom Rini
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut
2022-12-23global: Migrate CONFIG_TSEC_TBICR_SETTINGS to CFGTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-13Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"Tom Rini
2022-12-07net: tsec: Remove non-DM_ETH support codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek BehĂșn
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek BehĂșn
2021-11-23net: tsec: Make redundant_init() staticBin Meng
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes
2021-11-23net: tsec: add support for promiscuous modeVladimir Oltean
2021-09-28net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean
2021-09-28net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean
2021-09-28net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried
2021-06-17net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon 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-09-24net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang
2020-09-24net: tsec: Add fixed-link PHY supportHou Zhiqiang
2020-09-24net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-04net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang
2020-06-04net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2019-07-25net: tsec: Change compatible strings to match LinuxVladimir Oltean
2019-07-25net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean
2019-07-25net: tsec: Make errors visibleVladimir Oltean
2019-07-25net: tsec: Reverse Christmas tree notationVladimir Oltean
2019-07-25net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean
2019-07-25net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-24net: move ether_crc to tsec driverChris Packham
2018-06-13tsec: Fix reading phy registers from DTMario Six
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-26net: tsec: Make live-tree compatibleMario Six
2018-02-26net: tsec: Fix memory leak in error pathMario Six
2018-02-26net: tsec: Fix style violationsMario Six
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng