summaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
AgeCommit message (Expand)Author
2024-09-03net: dwc_eth_qos: Add glue driver for Intel MACPhilip Oberfichtner
2024-09-03net: dwc_eth_qos: Implement bind() for PCI devicesPhilip Oberfichtner
2024-09-03net: dwc_eth_qos: Adapt probe() for PCI devicesPhilip Oberfichtner
2024-08-01net: dwc_eth_qos: mdio: Implement clause 45Philip Oberfichtner
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-04-19net: dwc_eth_qos: Add support of STM32MP13xx platformChristophe Roullier
2024-04-19net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_configMarek Vasut
2024-04-19net: dwc_eth_qos: Split STM32 glue into separate fileMarek Vasut
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard
2024-04-10net: dw_eth_qos: Add missing \n in error messages.Heinrich Schuchardt
2024-01-29treewide: Remove clk_freeSean Anderson
2023-12-13net: dwc_eth_qos: add i.MX93 supportSébastien Szymanski
2023-11-05net: dw_eth_qos: Add 64-bit addressingLey Foon Tan
2023-10-07net: dwc_eth_qos_rockchip: Add support for RK3588Jonas Karlman
2023-10-07net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568Jonas Karlman
2023-10-07net: dwc_eth_qos: Stop spam of RX packet not available messageJonas Karlman
2023-10-07net: dwc_eth_qos: Return error code when start failsJonas Karlman
2023-10-07net: dwc_eth_qos: Drop unused rx_pkt from eqos_privJonas Karlman
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-07-12net: dwc_eth_qos: Add StarFive ethernet driver glue layerYanhong Wang
2023-05-05Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog
2023-03-30net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MACMarek Vasut
2023-03-30net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()Marek Vasut
2023-03-30net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32Marek Vasut
2023-03-30net: dwc_eth_qos: Drop bogus return after gotoMarek Vasut
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut
2023-02-10net: dwc_eth_qos: Add Qcom ethernet driver glue layerSumit Garg
2023-02-10net: dwc_eth_qos: Allow platform to override tx/rx_fifo_szSumit Garg
2023-02-10net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optionalSumit Garg
2022-11-28net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut
2022-11-28net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes
2022-07-26net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan
2022-07-26net: eqos: add function to get phy node and addressYe Li
2022-07-26net: dwc_eth_qos: move i.MX code outPeng Fan
2022-07-26net: dwc_eth_qos: public some functionsPeng Fan
2022-07-26net: dwc_eth_qos: fix build break when CLK not enabledPeng Fan
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-12ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible stringMarek Vasut
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-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay