aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard1-1/+1
2024-04-10net: dw_eth_qos: Add missing \n in error messages.Heinrich Schuchardt1-54/+54
2024-01-29treewide: Remove clk_freeSean Anderson1-37/+6
2023-12-13net: dwc_eth_qos: add i.MX93 supportSébastien Szymanski1-0/+4
2023-11-05net: dw_eth_qos: Add 64-bit addressingLey Foon Tan1-16/+20
2023-10-07net: dwc_eth_qos_rockchip: Add support for RK3588Jonas Karlman1-0/+4
2023-10-07net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568Jonas Karlman1-2/+6
2023-10-07net: dwc_eth_qos: Stop spam of RX packet not available messageJonas Karlman1-5/+3
2023-10-07net: dwc_eth_qos: Return error code when start failsJonas Karlman1-0/+2
2023-10-07net: dwc_eth_qos: Drop unused rx_pkt from eqos_privJonas Karlman1-11/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-07-12net: dwc_eth_qos: Add StarFive ethernet driver glue layerYanhong Wang1-0/+6
2023-05-05Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog1-3/+15
2023-03-30net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MACMarek Vasut1-0/+6
2023-03-30net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()Marek Vasut1-1/+1
2023-03-30net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32Marek Vasut1-4/+1
2023-03-30net: dwc_eth_qos: Drop bogus return after gotoMarek Vasut1-1/+0
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut1-7/+0
2023-02-10net: dwc_eth_qos: Add Qcom ethernet driver glue layerSumit Garg1-0/+7
2023-02-10net: dwc_eth_qos: Allow platform to override tx/rx_fifo_szSumit Garg1-6/+13
2023-02-10net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optionalSumit Garg1-3/+6
2022-11-28net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut1-23/+44
2022-11-28net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut1-11/+22
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard1-0/+1
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard1-0/+1
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay1-1/+1
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes1-3/+0
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes1-2/+2
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes1-1/+1
2022-07-26net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan1-3/+6
2022-07-26net: eqos: add function to get phy node and addressYe Li1-3/+20
2022-07-26net: dwc_eth_qos: move i.MX code outPeng Fan1-92/+0
2022-07-26net: dwc_eth_qos: public some functionsPeng Fan1-273/+7
2022-07-26net: dwc_eth_qos: fix build break when CLK not enabledPeng Fan1-1/+1
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-34/+6
2022-04-12ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible stringMarek Vasut1-1/+1
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-2/+2
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-32/+4
2021-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut1-11/+11
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay1-75/+22
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay1-50/+0
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay1-5/+0
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay1-2/+0
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas1-12/+1
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas1-3/+3
2021-02-08net: eqos: Reduce the MDIO wait timeYe Li1-1/+1
2021-01-19net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut1-78/+51
2020-12-18net: Update to use new sequence numbersSimon Glass1-1/+1
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2