index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
dwmac-rk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: stmmac: dwmac-rk: use devm_stmmac_probe_config_dt()
Jisheng Zhang
2023-09-18
1
-9
/
+5
*
net: stmmac: add new mode parameter for fix_mac_speed
Shenwei Wang
2023-08-11
1
-1
/
+1
*
net: Explicitly include correct DT includes
Rob Herring
2023-07-28
1
-1
/
+1
*
net: stmmac: dwmac-rk: Convert to platform remove callback returning void
Uwe Kleine-König
2023-05-10
1
-4
/
+2
*
net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
Sebastian Reichel
2023-04-12
1
-10
/
+4
*
net: ethernet: stmmac: dwmac-rk: rework optional clock handling
Sebastian Reichel
2023-04-12
1
-113
/
+70
*
net: stmmac: Make stmmac_dvr_remove() return void
Uwe Kleine-König
2023-02-14
1
-2
/
+3
*
net: stmmac: rk3588: Allow multiple gmac controller
Benjamin Gaignard
2022-10-25
1
-0
/
+6
*
net: ethernet: stmicro: stmmac: dwmac-rk: Add rv1126 support
Anand Moon
2022-09-26
1
-0
/
+125
*
net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588
David Wu
2022-09-01
1
-0
/
+155
*
net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
John Keeping
2021-12-16
1
-1
/
+3
*
net: stmmac: dwmac-rk: Fix ethernet on rk3399 based devices
Punit Agrawal
2021-10-02
1
-0
/
+5
*
net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
Michael Riesch
2021-08-25
1
-9
/
+0
*
net: stmmac: Add RK3566/RK3568 SoC support
David Wu
2021-05-18
1
-0
/
+121
*
net: stmmac: dwmac-rk: Check platform-specific ops
David Wu
2021-05-18
1
-2
/
+29
*
net: stmmac: Don't set has_gmac if has_gmac4 is set
Ezequiel Garcia
2021-05-18
1
-1
/
+5
*
net: stmmac: dwmac-rk: add support for rk3308 gmac
Tobias Schramm
2021-05-15
1
-0
/
+49
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-1
/
+1
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-1
/
+1
*
net: stmmac: dwmac-rk: fix error path in rk_gmac_probe
Emil Renner Berthing
2020-03-22
1
-1
/
+1
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-2
/
+2
*
net: stmmac: dwmac-rk: Don't fail if phy regulator is absent
Chen-Yu Tsai
2019-08-30
1
-4
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()
Alexey Khoroshilov
2019-01-28
1
-1
/
+3
*
net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30
David Wu
2018-06-29
1
-0
/
+69
*
net: stmmac: Remove useless test before clk_disable_unprepare
YueHaibing
2018-05-16
1
-17
/
+7
*
net: stmmac: dwmac-rk: Add RK3128 GMAC support
David Wu
2017-10-04
1
-0
/
+112
*
net: ethernet: stmmac: dwmac-rk: Add rv1108 gmac support
David Wu
2017-08-22
1
-0
/
+53
*
net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328
David Wu
2017-08-11
1
-3
/
+23
*
net: stmmac: dwmac-rk: Add integrated PHY support for rk3228
David Wu
2017-08-11
1
-0
/
+12
*
net: stmmac: dwmac-rk: Add integrated PHY support
David Wu
2017-08-11
1
-4
/
+95
*
net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii()
David Wu
2017-08-11
1
-3
/
+0
*
net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID
Wadim Egorov
2017-03-30
1
-16
/
+37
*
net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac support
david.wu
2017-02-20
1
-0
/
+117
*
net: ethernet: stmmac: dwmac-rk: make clk enablement first in powerup
Heiko Stübner
2016-12-21
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-4
/
+17
|
\
|
*
net: ethernet: stmmac: fix of-node and fixed-link-phydev leaks
Johan Hovold
2016-12-02
1
-3
/
+7
|
*
net: ethernet: stmmac: dwmac-rk: fix probe error path
Johan Hovold
2016-12-02
1
-1
/
+10
*
|
stmmac: dwmac-rk: absorb rk_gmac_init into probe
Joachim Eastwood
2016-11-09
1
-9
/
+1
*
|
stmmac: dwmac-rk: turn exit into standard driver remove callback
Joachim Eastwood
2016-11-09
1
-9
/
+11
*
|
stmmac: dwmac-rk: turn resume/suspend into standard PM callbacks
Joachim Eastwood
2016-11-09
1
-27
/
+32
|
/
*
net: stmmac: dwmac-rk: add pd_gmac support for rk3399
David Wu
2016-09-03
1
-0
/
+9
*
net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off
Roger Chen
2016-09-03
1
-9
/
+10
*
net: stmmac: dwmac-rk: add rk3366 & rk3399 specific data
Roger Chen
2016-09-03
1
-0
/
+226
*
net: stmmac: dwmac-rk: add rk3228-specific data
Xing Zheng
2016-06-26
1
-0
/
+117
*
net: stmmac: dwmac-rk: keep the PHY up for WoL
Vincent Palatin
2016-06-16
1
-5
/
+43
*
net: stmmac: fix double-initialization of phy_iface
LABBE Corentin
2015-11-05
1
-1
/
+1
*
stmmac: dwmac-rk: use rk_gmac_ops as of match data
Joachim Eastwood
2015-07-29
1
-23
/
+4
*
stmmac: dwmac-rk: make rk_gmac_ops structs static const
Joachim Eastwood
2015-07-29
1
-4
/
+4
*
stmmac: let dwmac-* drivers handle their own match data
Joachim Eastwood
2015-07-29
1
-0
/
+8
[next]