index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dwc_eth_qos.c
Age
Commit message (
Expand
)
Author
2021-07-22
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-06
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Patrick Delaunay
2021-06-18
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-02-08
net: eqos: Reduce the MDIO wait time
Ye Li
2021-01-19
net: dwc_eth_qos: Pad descriptors to cacheline size
Marek Vasut
2020-12-18
net: Update to use new sequence numbers
Simon Glass
2020-12-13
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-09-30
net: dwc_eth_qos: Convert to use APIs which support live DT
Patrick Delaunay
2020-08-04
net: dwc_eth_qos: add Kconfig option to select supported configuration
Patrick Delaunay
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-07
net: dwc_eth_qos: update the compatible supported for STM32
Patrick Delaunay
2020-05-18
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
common: Drop net.h from common header
Simon Glass
2020-05-10
eQos: Implement the read_rom_hwaddr callback
Ye Li
2020-05-10
net: eqos: implement callbaks to get interface and set txclk rate
Fugang Duan
2020-05-10
net: dwc_eth_qos: add dwc eqos for imx support
Fugang Duan
2020-05-10
net: Update eQos driver and FEC driver to use eth phy interfaces
Ye Li
2020-05-01
net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor
Marek Vasut
2020-05-01
net: dwc_eth_qos: Invalidate RX packet DMA buffer
Marek Vasut
2020-05-01
net: dwc_eth_qos: Invalidate RX descriptor before reading
Marek Vasut
2020-05-01
net: dwc_eth_qos: Flush the RX descriptors on init
Marek Vasut
2020-05-01
net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer
Marek Vasut
2020-05-01
net: dwc_eth_qos: Fully rewrite RX descriptor field 3
Marek Vasut
2020-04-15
net: dwc_eth_qos: implement phy reg and max-speed for stm32
Patrick Delaunay
2020-04-15
net: dwc_eth_qos: implement reset-gpios for stm32
Christophe Roullier
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-20
net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs
Marek Vasut
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-09-04
net: dwc_et_qos: update weak function board_interface_eth_init
Patrick Delaunay
2019-09-04
net: dwc_eth_qos: Change eqos_ops function to static
Patrick Delaunay
2019-06-06
net: dwc_eth_qos: add Ethernet stm32mp1 support
Christophe Roullier
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2016-11-07
net: add driver for Synopsys Ethernet QoS device
Stephen Warren