index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_mdio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacks
Jose Abreu
2019-11-11
1
-10
/
+48
*
net: stmmac: Make MDIO bus reset optional
Thierry Reding
2019-07-27
1
-1
/
+3
*
net: stmmac: enable clause 45 mdio support
Kweh Hock Leong
2019-07-08
1
-8
/
+35
*
net: stmmac: make "snps,reset-delays-us" optional again
Martin Blumenstingl
2019-07-02
1
-10
/
+3
*
net: stmmac: initialize the reset delay array
Martin Blumenstingl
2019-06-19
1
-1
/
+1
*
net: stmmac: add sanity check to device_property_read_u32_array call
Colin Ian King
2019-06-18
1
-3
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-11
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
2019-06-05
1
-11
/
+1
*
|
net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_data
Martin Blumenstingl
2019-06-16
1
-6
/
+0
*
|
net: stmmac: drop the reset delays from struct stmmac_mdio_bus_data
Martin Blumenstingl
2019-06-16
1
-7
/
+8
*
|
net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_data
Martin Blumenstingl
2019-06-16
1
-20
/
+9
*
|
net: stmmac: use device_property_read_u32_array to read the reset delays
Martin Blumenstingl
2019-06-16
1
-5
/
+4
*
|
net: stmmac: drop redundant check in stmmac_mdio_reset
Martin Blumenstingl
2019-06-16
1
-3
/
+0
*
|
net: stmmac: use GPIO descriptors in stmmac_mdio_reset
Martin Blumenstingl
2019-06-14
1
-14
/
+13
|
/
*
net: stmmac: fix reset gpio free missing
Jisheng Zhang
2019-05-22
1
-1
/
+2
*
net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
Niklas Cassel
2018-10-31
1
-1
/
+1
*
net: stmmac: Add MDIO related functions for XGMAC2
Jose Abreu
2018-08-09
1
-4
/
+129
*
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
2018-05-16
1
-4
/
+1
*
net: stmmac: Delete dead code for MDIO registration
Romain Perier
2017-09-05
1
-16
/
+0
*
net: stmmac: Use the right logging function in stmmac_mdio_register
Romain Perier
2017-08-11
1
-5
/
+4
*
net: stmmac: reduce indentation by adding a continue
LABBE Corentin
2017-02-15
1
-42
/
+40
*
net: stmmac: remove useless parenthesis
LABBE Corentin
2017-02-15
1
-1
/
+1
*
net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeout
LABBE Corentin
2017-02-08
1
-22
/
+11
*
net: stmmac: fix some code style problem
LABBE Corentin
2017-02-08
1
-3
/
+4
*
net: stmmac: remplace asm/io.h by linux/io.h
LABBE Corentin
2017-02-08
1
-3
/
+3
*
net: stmmac: remove freesoftware address
LABBE Corentin
2017-02-08
1
-4
/
+0
*
net: stmmac: fix some typos in comments
LABBE Corentin
2017-02-08
1
-1
/
+1
*
net: stmmac: fix incorrect bit set in gmac4 mdio addr register
Kweh, Hock Leong
2016-12-27
1
-1
/
+3
*
stmmac: CSR clock configuration fix
jpinto
2016-12-23
1
-4
/
+4
*
net: stmmac: unify mdio functions
LABBE Corentin
2016-12-03
1
-98
/
+23
*
net: stmmac: avoid Camelcase naming
LABBE Corentin
2016-12-03
1
-3
/
+3
*
net: stmmac: replace all pr_xxx by their netdev_xxx counterpart
LABBE Corentin
2016-11-17
1
-7
/
+7
*
net: stmmac: Fix incorrect memcpy source memory
Marek Vasut
2016-05-25
1
-1
/
+1
*
net: ethernet: stmmac: update MDIO support for GMAC4
Alexandre TORGUE
2016-04-29
1
-4
/
+98
*
stmmac: fix MDIO settings
Giuseppe CAVALLARO
2016-04-01
1
-18
/
+1
*
Revert "stmmac: Fix 'eth0: No PHY found' regression"
Giuseppe CAVALLARO
2016-04-01
1
-1
/
+10
*
net: stmmac: Don't search for phys if mdio node is defined.
Phil Reid
2016-03-18
1
-0
/
+4
*
stmmac: Fix 'eth0: No PHY found' regression
Gabriel Fernandez
2016-03-03
1
-10
/
+1
*
stmmac: Don't exit mdio registration when mdio subnode is not found in the DTS
Romain Perier
2016-01-10
1
-3
/
+5
*
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
2016-01-07
1
-1
/
+1
*
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
1
-10
/
+4
*
phy: add phydev_name() wrapper
Andrew Lunn
2016-01-07
1
-1
/
+1
*
stmmac: create of compatible mdio bus for stmmac driver
Phil Reid
2015-12-15
1
-3
/
+23
*
stmmac: fix PHY reset during resume
Giuseppe CAVALLARO
2015-11-30
1
-15
/
+13
*
net: stmmac: Use msleep rather then udelay for reset delay
Sjoerd Simons
2015-09-15
1
-3
/
+8
*
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2014-09-09
1
-1
/
+1
*
stmmac: simple cleanups
Pavel Machek
2014-08-25
1
-1
/
+1
*
net: stmmac: set phy to use polling by default
Dinh Nguyen
2014-04-30
1
-2
/
+5
*
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
2014-01-16
1
-1
/
+1
*
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
2014-01-16
1
-1
/
+0
[next]