index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dwc_eth_qos.c
Age
Commit message (
Expand
)
Author
2024-09-03
net: dwc_eth_qos: Add glue driver for Intel MAC
Philip Oberfichtner
2024-09-03
net: dwc_eth_qos: Implement bind() for PCI devices
Philip Oberfichtner
2024-09-03
net: dwc_eth_qos: Adapt probe() for PCI devices
Philip Oberfichtner
2024-08-01
net: dwc_eth_qos: mdio: Implement clause 45
Philip Oberfichtner
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
2024-04-19
net: dwc_eth_qos: Add support of STM32MP13xx platform
Christophe Roullier
2024-04-19
net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config
Marek Vasut
2024-04-19
net: dwc_eth_qos: Split STM32 glue into separate file
Marek Vasut
2024-04-12
net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()
Patrice Chotard
2024-04-10
net: dw_eth_qos: Add missing \n in error messages.
Heinrich Schuchardt
2024-01-29
treewide: Remove clk_free
Sean Anderson
2023-12-13
net: dwc_eth_qos: add i.MX93 support
Sébastien Szymanski
2023-11-05
net: dw_eth_qos: Add 64-bit addressing
Ley Foon Tan
2023-10-07
net: dwc_eth_qos_rockchip: Add support for RK3588
Jonas Karlman
2023-10-07
net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568
Jonas Karlman
2023-10-07
net: dwc_eth_qos: Stop spam of RX packet not available message
Jonas Karlman
2023-10-07
net: dwc_eth_qos: Return error code when start fails
Jonas Karlman
2023-10-07
net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv
Jonas Karlman
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-07-12
net: dwc_eth_qos: Add StarFive ethernet driver glue layer
Yanhong Wang
2023-05-05
Let the EQoS in imx8mp handle fixed-phy too.
Elmar Psilog
2023-03-30
net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC
Marek Vasut
2023-03-30
net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()
Marek Vasut
2023-03-30
net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32
Marek Vasut
2023-03-30
net: dwc_eth_qos: Drop bogus return after goto
Marek Vasut
2023-03-30
net: Pull board_interface_eth_init() into common code
Marek Vasut
2023-02-10
net: dwc_eth_qos: Add Qcom ethernet driver glue layer
Sumit Garg
2023-02-10
net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz
Sumit Garg
2023-02-10
net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optional
Sumit Garg
2022-11-28
net: dwc_eth_qos: Add support for bulk RX descriptor cleaning
Marek Vasut
2022-11-28
net: dwc_eth_qos: Split TX and RX DMA rings
Marek Vasut
2022-08-08
net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32
Patrice Chotard
2022-08-08
net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186
Patrice Chotard
2022-08-08
net: dwc_eth_qos: cosmetic: reorder include files
Patrick Delaunay
2022-08-08
net: dwc_eth_qos: remove use of DWC_NET_PHYADDR
Rasmus Villemoes
2022-08-08
net: dwc_eth_qos: lift parsing of max-speed DT property to common code
Rasmus Villemoes
2022-08-08
net: dwc_eth_qos: fix double resource leak in eqos_remove()
Rasmus Villemoes
2022-07-26
net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr
Peng Fan
2022-07-26
net: eqos: add function to get phy node and address
Ye Li
2022-07-26
net: dwc_eth_qos: move i.MX code out
Peng Fan
2022-07-26
net: dwc_eth_qos: public some functions
Peng Fan
2022-07-26
net: dwc_eth_qos: fix build break when CLK not enabled
Peng Fan
2022-04-15
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
2022-04-12
ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string
Marek Vasut
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek Behún
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
2021-12-02
net: dwc_eth_qos: Enable clock in probe
Marek Vasut
2021-07-22
net: dwc_eth_qos: define LOG_CATEGORY
Patrick Delaunay
[next]