~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'next'Tom Rini2023-01-09
|\
| * global: Migrate CONFIG_TSEC_TBICR_SETTINGS to CFGTom Rini2022-12-23
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-21
| |\
| * | net: tsec: Remove non-DM_ETH support codeTom Rini2022-12-07
| * | global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-05
* | | Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut2023-01-06
| |/ |/|
* | Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"Tom Rini2022-12-13
|/
* 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: tsec: Make redundant_init() staticBin Meng2021-11-23
* cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes2021-11-23
* net: tsec: add support for promiscuous modeVladimir Oltean2021-11-23
* net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean2021-09-28
* net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean2021-09-28
* net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried2021-09-28
* net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski2021-06-17
* net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-15
* net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-15
* net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-15
* dm: core: Access device ofnode through functionsSimon Glass2021-01-05
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05
* 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
* net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang2020-09-24
* net: tsec: Add fixed-link PHY supportHou Zhiqiang2020-09-24
* net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang2020-09-24
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang2020-06-04
* net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang2020-06-04
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-25
* net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean2019-07-25
* net: tsec: Make errors visibleVladimir Oltean2019-07-25
* net: tsec: Reverse Christmas tree notationVladimir Oltean2019-07-25
* net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-25
* net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean2019-07-25
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-24
* net: move ether_crc to tsec driverChris Packham2019-01-24
* tsec: Fix reading phy registers from DTMario Six2018-06-13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* net: tsec: Make live-tree compatibleMario Six2018-02-26
* net: tsec: Fix memory leak in error pathMario Six2018-02-26
* net: tsec: Fix style violationsMario Six2018-02-26
* dm: Rename dev_addr..() functionsSimon Glass2017-06-01
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-28
|\
| * net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng2016-01-28