aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07net: Remove <common.h> and add needed includesTom Rini
2024-05-01board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu
2024-04-12net: designware: Pass all multicast frames in designware driverJim Liu
2024-04-12net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu
2024-02-12net: designware: Support high memory nodesNils Le Roux
2024-02-04net: designware: Reset eth phy before phy connectJonas Karlman
2024-01-29treewide: Remove clk_freeSean Anderson
2023-11-05net: designware: add DMA offset awarenessBaruch Siach
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-12-07net: designware: Remove non-DM_ETH codeTom Rini
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay
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-09-13net: Drop DM_PCI check from designware driverSimon Glass
2021-04-28net: designware: fix PHY reset with DM_MDIONeil Armstrong
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon 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-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen
2019-07-25net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt
2019-07-18net: designware: remove mdio bus on probe failureSimon Goldschmidt
2019-01-24net: designware: clear padding bytesSimon Goldschmidt
2019-01-24net: designware: fix tx packet lengthSimon Goldschmidt
2018-11-26net: designware: add meson meson axg compatibleNeil Armstrong
2018-11-26net: designware: add meson meson gxbb compatibleNeil Armstrong
2018-07-09net: designware: Add reset ctrl to driverLey Foon Tan
2018-06-13net: designware: set the PS bit when resetting DMA bus in MII configurationQuentin Schulz
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-02-26NET: designware: fix clock enableEugeniy Paltsev
2018-01-15net: designware: Pad small packetsFlorian Fainelli
2018-01-15net: designware: add clock supportPatrice Chotard
2017-09-18net: designware: Convert to livetreePhilipp Tomsich
2017-07-11rockchip: net: dm: convert fdt_get to dev_readPhilipp Tomsich