~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
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
*
net: dwc_eth_qos: Add StarFive ethernet driver glue layer
Yanhong Wang
2023-07-12
*
Let the EQoS in imx8mp handle fixed-phy too.
Elmar Psilog
2023-05-05
*
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-03-30
*
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
2023-02-10
*
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-11-28
*
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-08-08
*
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-07-26
*
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
2022-04-15
|
\
|
*
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
2022-04-10
*
|
ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string
Marek Vasut
2022-04-12
|
/
*
net: dwc_eth_qos: Enable clock in probe
Marek Vasut
2021-12-02
*
net: dwc_eth_qos: define LOG_CATEGORY
Patrick Delaunay
2021-07-22
*
net: dwc: add a common empty ops eqos_null_ops
Patrick Delaunay
2021-07-22
*
net: dwc_eth_qos: use generic ethernet phy for stm32 variant
Patrick Delaunay
2021-07-22
*
net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv
Patrick Delaunay
2021-07-22
*
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Patrick Delaunay
2021-07-06
*
net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b
Daniil Stas
2021-06-18
*
net: dwc_eth_qos: Fix needless phy auto-negotiation restarts
Daniil Stas
2021-06-18
*
net: eqos: Reduce the MDIO wait time
Ye Li
2021-02-08
*
net: dwc_eth_qos: Pad descriptors to cacheline size
Marek Vasut
2021-01-19
*
net: Update to use new sequence numbers
Simon Glass
2020-12-18
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
*
net: dwc_eth_qos: Convert to use APIs which support live DT
Patrick Delaunay
2020-09-30
*
net: dwc_eth_qos: add Kconfig option to select supported configuration
Patrick Delaunay
2020-08-04
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
*
net: dwc_eth_qos: update the compatible supported for STM32
Patrick Delaunay
2020-07-07
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
*
common: Drop log.h from common header
Simon Glass
2020-05-18
[next]