index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
net: phy: switch remaining users to phy_(read|write)_mmd()
Russell King
1
-2
/
+2
2017-03-05
net: phy: Do not perform software reset for Generic PHY
Florian Fainelli
1
-1
/
+1
2017-02-20
net: phy: Check phydev->drv
Florian Fainelli
1
-3
/
+3
2017-02-20
net: phy: Fix PHY unbind crash
Florian Fainelli
1
-0
/
+2
2017-02-09
net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()
Florian Fainelli
1
-8
/
+20
2017-02-02
net: phy: Fix lack of reference count on PHY driver
Mao Wenan
1
-0
/
+7
2016-12-20
net: phy: use boolean dt properties for eee broken modes
jbrunet
1
-3
/
+15
2016-12-20
net: phy: fix sign type error in genphy_config_eee_advert
jbrunet
1
-2
/
+2
2016-12-10
net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause
Timur Tabi
1
-0
/
+19
2016-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+13
2016-12-08
phy: add phy fixup unregister functions
Woojung.Huh@microchip.com
1
-0
/
+47
2016-12-07
phy: Don't increment MDIO bus refcount unless it's a different owner
Florian Fainelli
1
-3
/
+13
2016-11-29
net: phy: Fix use after free in phy_detach()
Geert Uytterhoeven
1
-2
/
+2
2016-11-29
net: phy: add an option to disable EEE advertisement
jbrunet
1
-9
/
+71
2016-11-25
phy: fix error case of phy_led_triggers_(un)register
Woojung Huh
1
-3
/
+3
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-11-07
phy: fix device reference leaks
Johan Hovold
1
-0
/
+2
2016-10-18
net: phy: leds: add support for led triggers on phy link state change
Zach Brown
1
-0
/
+5
2016-10-17
net: phy: Threaded interrupts allow some simplification
Andrew Lunn
1
-1
/
+1
2016-05-20
Revert "phy: add support for a reset-gpio specification"
Fabio Estevam
1
-8
/
+0
2016-05-16
phy: add support for a reset-gpio specification
Uwe Kleine-König
1
-0
/
+8
2016-04-26
phylib: don't return NULL from get_phy_device()
Sergei Shtylyov
1
-1
/
+1
2016-04-15
phy: make some bits preserved while setup forced mode
wangweidong
1
-1
/
+2
2016-02-17
phy: keep pause flags in phy driver features
Woojung.Huh@microchip.com
1
-1
/
+1
2016-01-15
net: phy: turn carrier off on phy attach
Sjoerd Simons
1
-0
/
+5
2016-01-12
phy: remove an unneeded condition
Dan Carpenter
1
-1
/
+1
2016-01-07
mdio: Abstract device_remove() and device_free()
Andrew Lunn
1
-0
/
+18
2016-01-07
mdio: Add support for mdio drivers.
Andrew Lunn
1
-10
/
+17
2016-01-07
phy: Move phy specific bus match into phy_device
Andrew Lunn
1
-0
/
+28
2016-01-07
phy: Centralize setting driver module owner
Andrew Lunn
1
-6
/
+7
2016-01-07
phy: Move PHY PM operations into phy_device
Andrew Lunn
1
-0
/
+110
2016-01-07
phy_device: Move phy attributes into phy_device
Andrew Lunn
1
-0
/
+44
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-11
/
+10
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-30
/
+32
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-0
/
+27
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+49
2015-11-02
net: phy: fix a bug in get_phy_c45_ids
Shaohui Xie
1
-25
/
+49
2015-10-03
phylib: Add phy_set_max_speed helper
Simon Horman
1
-19
/
+40
2015-09-24
phy: add phy_device_remove()
Russell King
1
-0
/
+18
2015-09-24
phy: add proper phy struct device refcounting
Russell King
1
-0
/
+12
2015-09-24
phy: fix mdiobus module safety
Russell King
1
-14
/
+18
2015-08-28
phylib: simplify NULL checks
Sergei Shtylyov
1
-3
/
+3
2015-08-28
phylib: simplify bogus phy_device_create() result
Sergei Shtylyov
1
-1
/
+1
2015-08-25
phylib: Make PHYs children of their MDIO bus, not the bus' parent.
David Daney
1
-1
/
+1
2015-06-28
net/phy: tune get_phy_c45_ids to support more c45 phy
Shengzhou Liu
1
-6
/
+14
2015-06-28
net: phy: fix phy link up when limiting speed via device tree
Mugunthan V N
1
-2
/
+3
2015-01-27
net: phy: keep track of the PHY suspend state
Florian Fainelli
1
-4
/
+18
2014-08-22
phylib: use MDIO_DEVS[12]
Sergei Shtylyov
1
-2
/
+2
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+14
[next]