index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dwc_eth_qos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-29
net: dwc_eth_qos: Add StarFive VisionFive 2 board support
Hal Feng
1
-0
/
+13
2022-10-18
net:dwc_eth_qos:starfive: remove phy-reset-gpio set
yanhong.wang
1
-18
/
+1
2022-10-18
net: dwc_eth_qos:starfive: update clk init
yanhong.wang
1
-96
/
+23
2022-10-18
net: dwc_eth_qos:starfive: add jh7110 support
yanhong.wang
1
-0
/
+283
2021-07-22
net: dwc_eth_qos: define LOG_CATEGORY
Patrick Delaunay
1
-0
/
+2
2021-07-22
net: dwc: add a common empty ops eqos_null_ops
Patrick Delaunay
1
-75
/
+22
2021-07-22
net: dwc_eth_qos: use generic ethernet phy for stm32 variant
Patrick Delaunay
1
-50
/
+0
2021-07-22
net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv
Patrick Delaunay
1
-5
/
+0
2021-07-06
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Patrick Delaunay
1
-2
/
+0
2021-06-18
net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b
Daniil Stas
1
-12
/
+1
2021-06-18
net: dwc_eth_qos: Fix needless phy auto-negotiation restarts
Daniil Stas
1
-3
/
+3
2021-02-08
net: eqos: Reduce the MDIO wait time
Ye Li
1
-1
/
+1
2021-01-19
net: dwc_eth_qos: Pad descriptors to cacheline size
Marek Vasut
1
-78
/
+51
2020-12-19
net: Update to use new sequence numbers
Simon Glass
1
-1
/
+1
2020-12-14
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-2
/
+2
2020-12-14
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-09-30
net: dwc_eth_qos: Convert to use APIs which support live DT
Patrick Delaunay
1
-4
/
+3
2020-08-05
net: dwc_eth_qos: add Kconfig option to select supported configuration
Patrick Delaunay
1
-3
/
+9
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-2
/
+2
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
1
-2
/
+2
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-2
/
+2
2020-07-07
net: dwc_eth_qos: update the compatible supported for STM32
Patrick Delaunay
1
-1
/
+1
2020-05-19
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-05-10
eQos: Implement the read_rom_hwaddr callback
Ye Li
1
-0
/
+11
2020-05-10
net: eqos: implement callbaks to get interface and set txclk rate
Fugang Duan
1
-3
/
+52
2020-05-10
net: dwc_eth_qos: add dwc eqos for imx support
Fugang Duan
1
-14
/
+171
2020-05-10
net: Update eQos driver and FEC driver to use eth phy interfaces
Ye Li
1
-14
/
+31
2020-05-01
net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor
Marek Vasut
1
-1
/
+3
2020-05-01
net: dwc_eth_qos: Invalidate RX packet DMA buffer
Marek Vasut
1
-0
/
+6
2020-05-01
net: dwc_eth_qos: Invalidate RX descriptor before reading
Marek Vasut
1
-0
/
+1
2020-05-01
net: dwc_eth_qos: Flush the RX descriptors on init
Marek Vasut
1
-1
/
+1
2020-05-01
net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer
Marek Vasut
1
-1
/
+2
2020-05-01
net: dwc_eth_qos: Fully rewrite RX descriptor field 3
Marek Vasut
1
-2
/
+2
2020-04-15
net: dwc_eth_qos: implement phy reg and max-speed for stm32
Patrick Delaunay
1
-1
/
+18
2020-04-15
net: dwc_eth_qos: implement reset-gpios for stm32
Christophe Roullier
1
-0
/
+53
2020-02-06
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-12-20
net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs
Marek Vasut
1
-1
/
+1
2019-12-03
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-09-04
net: dwc_et_qos: update weak function board_interface_eth_init
Patrick Delaunay
1
-13
/
+3
2019-09-04
net: dwc_eth_qos: Change eqos_ops function to static
Patrick Delaunay
1
-6
/
+6
2019-06-06
net: dwc_eth_qos: add Ethernet stm32mp1 support
Christophe Roullier
1
-52
/
+383
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
1
-1
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
1
-8
/
+9
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-46
/
+46
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
1
-2
/
+2
[next]