index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
dwmac-meson8b.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()
Rasmus Villemoes
1
-5
/
+3
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-1
/
+1
2021-01-21
net: stmmac: dwmac-meson8b: fix the RX delay validation
Martin Blumenstingl
1
-4
/
+4
2021-01-08
net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12A
Martin Blumenstingl
1
-13
/
+48
2021-01-08
net: stmmac: dwmac-meson8b: move RGMII delays into a separate function
Martin Blumenstingl
1
-1
/
+12
2021-01-08
net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delay
Martin Blumenstingl
1
-8
/
+13
2021-01-08
net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clock
Martin Blumenstingl
1
-1
/
+1
2020-12-23
net: stmmac: dwmac-meson8b: ignore the second clock input
Martin Blumenstingl
1
-1
/
+1
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2020-12-08
net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel mux
Martin Blumenstingl
1
-3
/
+3
2020-11-03
net: stmmac: dwmac-meson8b: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-06-26
net: stmmac: dwmac-meson8b: use clk_parent_data for clock registration
Martin Blumenstingl
1
-32
/
+17
2020-06-23
net: stmmac: dwmac-meson8b: add a compatible string for G12A SoCs
Martin Blumenstingl
1
-0
/
+4
2020-05-13
net: stmmac: dwmac-meson8b: add support for the RX delay configuration
Martin Blumenstingl
1
-23
/
+62
2020-05-13
net: stmmac: dwmac-meson8b: Make the clock enabling code re-usable
Martin Blumenstingl
1
-5
/
+18
2020-05-13
net: stmmac: dwmac-meson8b: Fetch the "timing-adjustment" clock
Martin Blumenstingl
1
-0
/
+8
2020-05-13
net: stmmac: dwmac-meson8b: Add the PRG_ETH0_ADJ_* bits
Martin Blumenstingl
1
-0
/
+21
2020-05-13
net: stmmac: dwmac-meson8b: Move the documentation for the TX delay
Martin Blumenstingl
1
-4
/
+4
2020-05-13
net: stmmac: dwmac-meson8b: use FIELD_PREP instead of open-coding it
Martin Blumenstingl
1
-2
/
+3
2020-04-20
net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock array
Marc Zyngier
1
-0
/
+1
2019-12-28
net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCs
Martin Blumenstingl
1
-3
/
+11
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-3
/
+2
2019-09-27
net: stmmac: dwmac-meson8b: Fix signedness bug in probe
Dan Carpenter
1
-1
/
+1
2019-08-21
net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify ...
YueHaibing
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446
Thomas Gleixner
1
-7
/
+1
2018-06-13
net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...
Christophe JAILLET
1
-3
/
+4
2018-05-01
net: stmmac: dwmac-meson: extend phy mode setting
Yixun Lan
1
-16
/
+104
2018-04-01
net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoC
Martin Blumenstingl
1
-2
/
+3
2018-02-19
net: stmmac: dwmac-meson8b: make the clock configurations private
Martin Blumenstingl
1
-21
/
+24
2018-02-19
net: stmmac: dwmac-meson8b: only keep struct device around
Martin Blumenstingl
1
-10
/
+9
2018-02-19
net: stmmac: dwmac-meson8b: simplify clock registration
Martin Blumenstingl
1
-91
/
+65
2018-01-17
net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock
Martin Blumenstingl
1
-1
/
+1
2018-01-17
net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b
Martin Blumenstingl
1
-1
/
+3
2018-01-17
net: stmmac: dwmac-meson8b: fix internal RGMII clock configuration
Martin Blumenstingl
1
-32
/
+47
2018-01-17
net: stmmac: dwmac-meson8b: only configure the clocks in RGMII mode
Martin Blumenstingl
1
-25
/
+21
2017-08-29
net: stmmac: constify clk_div_table
Arvind Yadav
1
-1
/
+1
2017-02-03
net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID mode
Heiner Kallweit
1
-7
/
+9
2017-01-24
net: stmmac: dwmac-meson8b: make the RGMII TX delay configurable
Martin Blumenstingl
1
-6
/
+14
2016-12-02
net: ethernet: stmmac: fix of-node and fixed-link-phydev leaks
Johan Hovold
1
-7
/
+14
2016-12-02
net: ethernet: stmmac: dwmac-meson8b: fix probe error path
Johan Hovold
1
-1
/
+10
2016-09-08
net: stmmac: add a glue driver for the Amlogic Meson 8b / GXBB DWMAC
Martin Blumenstingl
1
-0
/
+324