index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dwc_eth_qos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Remove clk_free
Sean Anderson
2024-01-29
1
-37
/
+6
*
net: dwc_eth_qos: add i.MX93 support
Sébastien Szymanski
2023-12-13
1
-0
/
+4
*
net: dw_eth_qos: Add 64-bit addressing
Ley Foon Tan
2023-11-05
1
-16
/
+20
*
net: dwc_eth_qos_rockchip: Add support for RK3588
Jonas Karlman
2023-10-07
1
-0
/
+4
*
net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568
Jonas Karlman
2023-10-07
1
-2
/
+6
*
net: dwc_eth_qos: Stop spam of RX packet not available message
Jonas Karlman
2023-10-07
1
-5
/
+3
*
net: dwc_eth_qos: Return error code when start fails
Jonas Karlman
2023-10-07
1
-0
/
+2
*
net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv
Jonas Karlman
2023-10-07
1
-11
/
+0
*
common: Drop linux/printk.h from common header
Simon Glass
2023-09-24
1
-0
/
+1
*
net: dwc_eth_qos: Add StarFive ethernet driver glue layer
Yanhong Wang
2023-07-12
1
-0
/
+6
*
Let the EQoS in imx8mp handle fixed-phy too.
Elmar Psilog
2023-05-05
1
-3
/
+15
*
net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC
Marek Vasut
2023-03-30
1
-0
/
+6
*
net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()
Marek Vasut
2023-03-30
1
-1
/
+1
*
net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32
Marek Vasut
2023-03-30
1
-4
/
+1
*
net: dwc_eth_qos: Drop bogus return after goto
Marek Vasut
2023-03-30
1
-1
/
+0
*
net: Pull board_interface_eth_init() into common code
Marek Vasut
2023-03-30
1
-7
/
+0
*
net: dwc_eth_qos: Add Qcom ethernet driver glue layer
Sumit Garg
2023-02-10
1
-0
/
+7
*
net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz
Sumit Garg
2023-02-10
1
-6
/
+13
*
net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optional
Sumit Garg
2023-02-10
1
-3
/
+6
*
net: dwc_eth_qos: Add support for bulk RX descriptor cleaning
Marek Vasut
2022-11-28
1
-23
/
+44
*
net: dwc_eth_qos: Split TX and RX DMA rings
Marek Vasut
2022-11-28
1
-11
/
+22
*
net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32
Patrice Chotard
2022-08-08
1
-0
/
+1
*
net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186
Patrice Chotard
2022-08-08
1
-0
/
+1
*
net: dwc_eth_qos: cosmetic: reorder include files
Patrick Delaunay
2022-08-08
1
-1
/
+1
*
net: dwc_eth_qos: remove use of DWC_NET_PHYADDR
Rasmus Villemoes
2022-08-08
1
-3
/
+0
*
net: dwc_eth_qos: lift parsing of max-speed DT property to common code
Rasmus Villemoes
2022-08-08
1
-2
/
+2
*
net: dwc_eth_qos: fix double resource leak in eqos_remove()
Rasmus Villemoes
2022-08-08
1
-1
/
+1
*
net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr
Peng Fan
2022-07-26
1
-3
/
+6
*
net: eqos: add function to get phy node and address
Ye Li
2022-07-26
1
-3
/
+20
*
net: dwc_eth_qos: move i.MX code out
Peng Fan
2022-07-26
1
-92
/
+0
*
net: dwc_eth_qos: public some functions
Peng Fan
2022-07-26
1
-273
/
+7
*
net: dwc_eth_qos: fix build break when CLK not enabled
Peng Fan
2022-07-26
1
-1
/
+1
*
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
2022-04-15
1
-34
/
+6
|
\
|
*
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek Behún
2022-04-10
1
-2
/
+2
|
*
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
2022-04-10
1
-32
/
+4
*
|
ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string
Marek Vasut
2022-04-12
1
-1
/
+1
|
/
*
net: dwc_eth_qos: Enable clock in probe
Marek Vasut
2021-12-02
1
-11
/
+11
*
net: dwc_eth_qos: define LOG_CATEGORY
Patrick Delaunay
2021-07-22
1
-0
/
+2
*
net: dwc: add a common empty ops eqos_null_ops
Patrick Delaunay
2021-07-22
1
-75
/
+22
*
net: dwc_eth_qos: use generic ethernet phy for stm32 variant
Patrick Delaunay
2021-07-22
1
-50
/
+0
*
net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv
Patrick Delaunay
2021-07-22
1
-5
/
+0
*
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Patrick Delaunay
2021-07-06
1
-2
/
+0
*
net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b
Daniil Stas
2021-06-18
1
-12
/
+1
*
net: dwc_eth_qos: Fix needless phy auto-negotiation restarts
Daniil Stas
2021-06-18
1
-3
/
+3
*
net: eqos: Reduce the MDIO wait time
Ye Li
2021-02-08
1
-1
/
+1
*
net: dwc_eth_qos: Pad descriptors to cacheline size
Marek Vasut
2021-01-19
1
-78
/
+51
*
net: Update to use new sequence numbers
Simon Glass
2020-12-18
1
-1
/
+1
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
[next]