index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
net: phy: add struct device_type representation of a PHY
Heiner Kallweit
1
-46
/
+50
2018-04-25
net: phy: allow scanning busses with missing phys
Alexandre Belloni
1
-1
/
+10
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+28
2018-03-22
net: phy: Add general dummy stubs for MMD register access
Kevin Hao
1
-0
/
+17
2018-03-19
net: phy: relax error checking when creating sysfs link netdev->phydev
Grygorii Strashko
1
-4
/
+11
2018-03-12
net: phy: set link state to down when creating the phy_device
Heiner Kallweit
1
-1
/
+1
2018-02-27
net: phy: Restore phy_resume() locking assumption
Andrew Lunn
1
-5
/
+13
2018-02-12
net: phy: fix wrong mask to phy_modify()
Ingo van Lil
1
-1
/
+1
2018-01-16
phy: use new helpers phy_set_bits/phy_clear_bits in phylib
Heiner Kallweit
1
-2
/
+2
2018-01-08
net: phy: fix wrong masks to phy_modify()
Russell King
1
-3
/
+3
2018-01-03
net: phy: convert read-modify-write to phy_modify()
Russell King
1
-41
/
+9
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2017-12-13
net: phy: fix resume handling
Russell King
1
-4
/
+6
2017-12-13
phylib: add reset after clk enable support
Richard Leitner
1
-0
/
+24
2017-12-05
phylib: Add device reset GPIO support
Sergei Shtylyov
1
-2
/
+30
2017-12-01
net: phy: remove generic settings for callbacks config_aneg and read_status f...
Heiner Kallweit
1
-2
/
+0
2017-09-21
net: phy: Fix truncation of large IRQ numbers in phy_attached_print()
Geert Uytterhoeven
1
-1
/
+1
2017-09-05
net: stmmac: Delete dead code for MDIO registration
Romain Perier
1
-3
/
+19
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2017-08-22
net: phy: Deal with unbound PHY driver in phy_attached_print()
Florian Fainelli
1
-2
/
+4
2017-08-06
phylink: add phylink infrastructure
Russell King
1
-0
/
+1
2017-08-06
net: phy: provide a hook for link up/link down events
Russell King
1
-0
/
+14
2017-07-03
net: phy: Add phy loopback support in net phy framework
Lin Yun Sheng
1
-0
/
+51
2017-06-06
net: phy: split out 10G genphy support
Russell King
1
-86
/
+19
2017-06-06
net: phy: add 802.3 clause 45 support to phylib
Russell King
1
-14
/
+6
2017-05-27
net: phy: Relax error checking on sysfs_create_link()
Florian Fainelli
1
-8
/
+22
2017-05-26
net: phy: Create sysfs reciprocal links for attached_dev/phydev
Florian Fainelli
1
-0
/
+11
2017-05-25
net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the function
Uwe Kleine-König
1
-1
/
+1
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
[next]