aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove clk_freeSean Anderson2024-01-291-37/+6
* net: dwc_eth_qos: add i.MX93 supportSébastien Szymanski2023-12-131-0/+4
* net: dw_eth_qos: Add 64-bit addressingLey Foon Tan2023-11-051-16/+20
* net: dwc_eth_qos_rockchip: Add support for RK3588Jonas Karlman2023-10-071-0/+4
* net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568Jonas Karlman2023-10-071-2/+6
* net: dwc_eth_qos: Stop spam of RX packet not available messageJonas Karlman2023-10-071-5/+3
* net: dwc_eth_qos: Return error code when start failsJonas Karlman2023-10-071-0/+2
* net: dwc_eth_qos: Drop unused rx_pkt from eqos_privJonas Karlman2023-10-071-11/+0
* common: Drop linux/printk.h from common headerSimon Glass2023-09-241-0/+1
* net: dwc_eth_qos: Add StarFive ethernet driver glue layerYanhong Wang2023-07-121-0/+6
* Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog2023-05-051-3/+15
* net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MACMarek Vasut2023-03-301-0/+6
* net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()Marek Vasut2023-03-301-1/+1
* net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32Marek Vasut2023-03-301-4/+1
* net: dwc_eth_qos: Drop bogus return after gotoMarek Vasut2023-03-301-1/+0
* net: Pull board_interface_eth_init() into common codeMarek Vasut2023-03-301-7/+0
* net: dwc_eth_qos: Add Qcom ethernet driver glue layerSumit Garg2023-02-101-0/+7
* net: dwc_eth_qos: Allow platform to override tx/rx_fifo_szSumit Garg2023-02-101-6/+13
* net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optionalSumit Garg2023-02-101-3/+6
* net: dwc_eth_qos: Add support for bulk RX descriptor cleaningMarek Vasut2022-11-281-23/+44
* net: dwc_eth_qos: Split TX and RX DMA ringsMarek Vasut2022-11-281-11/+22
* net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard2022-08-081-0/+1
* net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard2022-08-081-0/+1
* net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay2022-08-081-1/+1
* net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes2022-08-081-3/+0
* net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes2022-08-081-2/+2
* net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes2022-08-081-1/+1
* net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan2022-07-261-3/+6
* net: eqos: add function to get phy node and addressYe Li2022-07-261-3/+20
* net: dwc_eth_qos: move i.MX code outPeng Fan2022-07-261-92/+0
* net: dwc_eth_qos: public some functionsPeng Fan2022-07-261-273/+7
* net: dwc_eth_qos: fix build break when CLK not enabledPeng Fan2022-07-261-1/+1
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-151-34/+6
|\
| * treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-101-2/+2
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-32/+4
* | ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible stringMarek Vasut2022-04-121-1/+1
|/
* net: dwc_eth_qos: Enable clock in probeMarek Vasut2021-12-021-11/+11
* net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay2021-07-221-0/+2
* net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay2021-07-221-75/+22
* net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay2021-07-221-50/+0
* net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay2021-07-221-5/+0
* net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay2021-07-061-2/+0
* net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas2021-06-181-12/+1
* net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas2021-06-181-3/+3
* net: eqos: Reduce the MDIO wait timeYe Li2021-02-081-1/+1
* net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-191-78/+51
* net: Update to use new sequence numbersSimon Glass2020-12-181-1/+1
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2