index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
2016-01-07
1
-11
/
+10
*
phy: Add an mdio_device structure
Andrew Lunn
2016-01-07
1
-30
/
+32
*
phy: Centralise print about attached phy
Andrew Lunn
2016-01-07
1
-0
/
+27
*
phy: add phydev_name() wrapper
Andrew Lunn
2016-01-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-03
1
-25
/
+49
|
\
|
*
net: phy: fix a bug in get_phy_c45_ids
Shaohui Xie
2015-11-03
1
-25
/
+49
*
|
phylib: Add phy_set_max_speed helper
Simon Horman
2015-10-03
1
-19
/
+40
|
/
*
phy: add phy_device_remove()
Russell King
2015-09-25
1
-0
/
+18
*
phy: add proper phy struct device refcounting
Russell King
2015-09-25
1
-0
/
+12
*
phy: fix mdiobus module safety
Russell King
2015-09-25
1
-14
/
+18
*
phylib: simplify NULL checks
Sergei Shtylyov
2015-08-28
1
-3
/
+3
*
phylib: simplify bogus phy_device_create() result
Sergei Shtylyov
2015-08-28
1
-1
/
+1
*
phylib: Make PHYs children of their MDIO bus, not the bus' parent.
David Daney
2015-08-25
1
-1
/
+1
*
net/phy: tune get_phy_c45_ids to support more c45 phy
Shengzhou Liu
2015-06-29
1
-6
/
+14
*
net: phy: fix phy link up when limiting speed via device tree
Mugunthan V N
2015-06-29
1
-2
/
+3
*
net: phy: keep track of the PHY suspend state
Florian Fainelli
2015-01-27
1
-4
/
+18
*
phylib: use MDIO_DEVS[12]
Sergei Shtylyov
2014-08-23
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-30
1
-1
/
+14
|
\
|
*
net: phy: re-apply PHY fixups during phy_register_device
Florian Fainelli
2014-07-29
1
-1
/
+1
|
*
net: phy: Ensure the MDIO bus module is held
Ezequiel Garcia
2014-07-25
1
-0
/
+13
*
|
net: phy: export phy_suspend and phy_resume
Florian Fainelli
2014-07-09
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-2
/
+2
|
\
|
*
net: phy: Don't call phy_resume if phy_init_hw failed
Guenter Roeck
2014-05-16
1
-2
/
+2
*
|
net: phy: make of_set_phy_supported work with genphy driver
Sascha Hauer
2014-05-22
1
-1
/
+35
*
|
net: phy: genphy: Allow overwriting features
Sascha Hauer
2014-05-22
1
-6
/
+5
*
|
net: phy: export genphy_config_init()
Daniel Mack
2014-04-21
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-26
1
-2
/
+1
|
\
|
*
net: phy: fix uninitalized ethtool_wolinfo in phy_suspend
Sebastian Hesselbarth
2014-03-15
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-06
1
-7
/
+9
|
\
|
|
*
phy: unmask link partner capabilities
Cristian Bercaru
2014-02-26
1
-7
/
+9
*
|
net: phy: allow PHY drivers to implement their own software reset
Florian Fainelli
2014-02-17
1
-2
/
+14
*
|
net: phy: move PHY software reset to genphy_soft_reset
Florian Fainelli
2014-02-17
1
-5
/
+22
*
|
net: phy: add "has_fixups" boolean property
Florian Fainelli
2014-02-13
1
-0
/
+1
*
|
net: phy: allow driver to implement their own aneg_done
Florian Fainelli
2014-02-13
1
-0
/
+1
*
|
net: phy: add genphy_aneg_done()
Florian Fainelli
2014-02-13
1
-0
/
+16
|
/
*
net: phy: ensure Gigabit features are masked off if requested
Florian Fainelli
2014-02-05
1
-14
/
+24
*
phy: cleanup 10g code
stephen hemminger
2014-01-20
1
-20
/
+4
*
phylib: Support attaching to generic 10g driver
Andy Fleming
2014-01-13
1
-13
/
+9
*
phylib: Add generic 10G driver
Andy Fleming
2014-01-13
1
-0
/
+81
*
phylib: turn genphy_driver to an array
Shaohui Xie
2014-01-13
1
-8
/
+21
*
phylib: make phy_scan_fixups() static
Sergei Shtylyov
2014-01-05
1
-2
/
+1
*
phylib: remove unused adjust_state() callback
Sergei Shtylyov
2014-01-05
1
-1
/
+1
*
phy: kill excess empty lines
Sergei Shtylyov
2014-01-05
1
-17
/
+0
*
phy: kill excess code
Sergei Shtylyov
2014-01-05
1
-21
/
+8
*
phy: kill useless local variables
Sergei Shtylyov
2014-01-05
1
-8
/
+2
*
phy: coding style fixes
Sergei Shtylyov
2014-01-05
1
-71
/
+78
*
net: phy: fix checkpatch errors
Florian Fainelli
2013-12-18
1
-7
/
+7
*
net: phy: resume/suspend PHYs on attach/detach
Sebastian Hesselbarth
2013-12-17
1
-0
/
+3
*
net: phy: provide phy_resume/phy_suspend helpers
Sebastian Hesselbarth
2013-12-17
1
-0
/
+24
*
net: phy: consolidate PHY reset in phy_init_hw()
Florian Fainelli
2013-12-10
1
-1
/
+55
[prev]
[next]