index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_mdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-12
net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacks
Jose Abreu
1
-10
/
+48
2019-07-27
net: stmmac: Make MDIO bus reset optional
Thierry Reding
1
-1
/
+3
2019-07-09
net: stmmac: enable clause 45 mdio support
Kweh Hock Leong
1
-8
/
+35
2019-07-03
net: stmmac: make "snps,reset-delays-us" optional again
Martin Blumenstingl
1
-10
/
+3
2019-06-20
net: stmmac: initialize the reset delay array
Martin Blumenstingl
1
-1
/
+1
2019-06-19
net: stmmac: add sanity check to device_property_read_u32_array call
Colin Ian King
1
-3
/
+10
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+1
2019-06-16
net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_data
Martin Blumenstingl
1
-6
/
+0
2019-06-16
net: stmmac: drop the reset delays from struct stmmac_mdio_bus_data
Martin Blumenstingl
1
-7
/
+8
2019-06-16
net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_data
Martin Blumenstingl
1
-20
/
+9
2019-06-16
net: stmmac: use device_property_read_u32_array to read the reset delays
Martin Blumenstingl
1
-5
/
+4
2019-06-16
net: stmmac: drop redundant check in stmmac_mdio_reset
Martin Blumenstingl
1
-3
/
+0
2019-06-15
net: stmmac: use GPIO descriptors in stmmac_mdio_reset
Martin Blumenstingl
1
-14
/
+13
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
1
-11
/
+1
2019-05-23
net: stmmac: fix reset gpio free missing
Jisheng Zhang
1
-1
/
+2
2018-11-01
net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
Niklas Cassel
1
-1
/
+1
2018-08-09
net: stmmac: Add MDIO related functions for XGMAC2
Jose Abreu
1
-4
/
+129
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
1
-4
/
+1
2017-09-06
net: stmmac: Delete dead code for MDIO registration
Romain Perier
1
-16
/
+0
2017-08-12
net: stmmac: Use the right logging function in stmmac_mdio_register
Romain Perier
1
-5
/
+4
2017-02-15
net: stmmac: reduce indentation by adding a continue
LABBE Corentin
1
-42
/
+40
2017-02-15
net: stmmac: remove useless parenthesis
LABBE Corentin
1
-1
/
+1
2017-02-08
net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeout
LABBE Corentin
1
-22
/
+11
2017-02-08
net: stmmac: fix some code style problem
LABBE Corentin
1
-3
/
+4
2017-02-08
net: stmmac: remplace asm/io.h by linux/io.h
LABBE Corentin
1
-3
/
+3
2017-02-08
net: stmmac: remove freesoftware address
LABBE Corentin
1
-4
/
+0
2017-02-08
net: stmmac: fix some typos in comments
LABBE Corentin
1
-1
/
+1
2016-12-27
net: stmmac: fix incorrect bit set in gmac4 mdio addr register
Kweh, Hock Leong
1
-1
/
+3
2016-12-23
stmmac: CSR clock configuration fix
jpinto
1
-4
/
+4
2016-12-03
net: stmmac: unify mdio functions
LABBE Corentin
1
-98
/
+23
2016-12-03
net: stmmac: avoid Camelcase naming
LABBE Corentin
1
-3
/
+3
2016-11-17
net: stmmac: replace all pr_xxx by their netdev_xxx counterpart
LABBE Corentin
1
-7
/
+7
2016-05-26
net: stmmac: Fix incorrect memcpy source memory
Marek Vasut
1
-1
/
+1
2016-04-29
net: ethernet: stmmac: update MDIO support for GMAC4
Alexandre TORGUE
1
-4
/
+98
2016-04-01
stmmac: fix MDIO settings
Giuseppe CAVALLARO
1
-18
/
+1
2016-04-01
Revert "stmmac: Fix 'eth0: No PHY found' regression"
Giuseppe CAVALLARO
1
-1
/
+10
2016-03-19
net: stmmac: Don't search for phys if mdio node is defined.
Phil Reid
1
-0
/
+4
2016-03-03
stmmac: Fix 'eth0: No PHY found' regression
Gabriel Fernandez
1
-10
/
+1
2016-01-11
stmmac: Don't exit mdio registration when mdio subnode is not found in the DTS
Romain Perier
1
-3
/
+5
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-1
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-10
/
+4
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2015-12-16
stmmac: create of compatible mdio bus for stmmac driver
Phil Reid
1
-3
/
+23
2015-11-30
stmmac: fix PHY reset during resume
Giuseppe CAVALLARO
1
-15
/
+13
2015-09-16
net: stmmac: Use msleep rather then udelay for reset delay
Sjoerd Simons
1
-3
/
+8
2014-09-10
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
1
-1
/
+1
2014-08-26
stmmac: simple cleanups
Pavel Machek
1
-1
/
+1
2014-04-30
net: stmmac: set phy to use polling by default
Dinh Nguyen
1
-2
/
+5
2014-01-17
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
1
-1
/
+1
2014-01-17
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
1
-1
/
+0
[next]