index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mdiobus: search for PSE nodes by parsing PHY nodes.
Oleksij Rempel
2022-10-03
1
-0
/
+2
*
net: phy: Convert to use sysfs_emit() APIs
Wang Yufen
2022-09-29
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
1
-4
/
+6
|
\
|
*
net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()
Lukas Wunner
2022-09-27
1
-4
/
+6
*
|
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-1
/
+1
|
/
*
net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()
Xiaolei Wang
2022-08-22
1
-4
/
+4
*
net: phy: Warn about incorrect mdio_bus_phy_resume() state
Florian Fainelli
2022-08-03
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-30
1
-0
/
+23
|
\
|
*
net: phy: Don't trigger state machine while in suspend
Lukas Wunner
2022-06-29
1
-0
/
+23
*
|
net: phy: use mii_bmcr_encode_fixed()
Russell King (Oracle)
2022-06-19
1
-15
/
+3
|
/
*
net: phy: Add 10BASE-T1L support in phy-c45
Alexandru Tachici
2022-05-01
1
-0
/
+1
*
ethtool: Add 10base-T1L link mode entry
Alexandru Tachici
2022-05-01
1
-1
/
+2
*
net: phy: Deduplicate interrupt disablement on PHY attach
Lukas Wunner
2022-04-28
1
-4
/
+2
*
net: phy: exported the genphy_read_master_slave function
Arun Ramadoss
2022-03-08
1
-10
/
+9
*
phylib: fix potential use-after-free
Marek BehĂșn
2022-01-20
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-14
1
-0
/
+3
|
\
|
*
net: phy: Do not shutdown PHYs in READY state
Florian Fainelli
2021-10-09
1
-0
/
+3
*
|
net: phylib: ensure phy device drivers do not match by DT
Russell King (Oracle)
2021-10-08
1
-0
/
+10
|
/
*
Revert "net: phy: Uniform PHY driver access"
Vladimir Oltean
2021-09-15
1
-1
/
+3
*
net: phy: Uniform PHY driver access
Gerhard Engleder
2021-08-20
1
-3
/
+1
*
net: phy: Support set_loopback override
Gerhard Engleder
2021-08-20
1
-5
/
+4
*
net: phy: add API to read 802.3-c45 IDs
Xu Liang
2021-07-20
1
-0
/
+14
*
net: phy: fix formatting issues with braces
Wenpeng Liang
2021-06-16
1
-5
/
+4
*
net: mii_timestamper: check NULL in unregister_mii_timestamper()
Calvin Johnson
2021-06-11
1
-2
/
+1
*
net: phy: Introduce fwnode_get_phy_id()
Calvin Johnson
2021-06-11
1
-0
/
+21
*
net: phy: Introduce phy related fwnode functions
Calvin Johnson
2021-06-11
1
-0
/
+62
*
net: phy: Introduce fwnode_mdio_find_device()
Calvin Johnson
2021-06-11
1
-0
/
+23
*
net: phy: probe for C45 PHYs that return PHY ID of zero in C22 space
Wong Vee Khee
2021-06-10
1
-0
/
+12
*
net: phy: Fix inconsistent indenting
Jiapeng Chong
2021-05-21
1
-1
/
+1
*
net: phy: genphy_loopback: add link speed configuration
Oleksij Rempel
2021-04-20
1
-2
/
+26
*
net: phy: execute genphy_loopback() per default on all PHYs
Oleksij Rempel
2021-04-20
1
-2
/
+5
*
net: phy: make PHY PM ops a no-op if MAC driver manages PHY PM
Heiner Kallweit
2021-04-09
1
-0
/
+6
*
net: phy: Expose phydev::dev_flags through sysfs
Florian Fainelli
2021-03-11
1
-0
/
+11
*
net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
Arnd Bergmann
2021-02-26
1
-4
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-16
1
-36
/
+17
|
\
|
*
net: phy: consider that suspend2ram may cut off PHY power
Heiner Kallweit
2021-02-11
1
-36
/
+17
*
|
net: phy: Add is_on_sfp_module flag and phy_on_sfp helper
Robert Hancock
2021-02-16
1
-0
/
+2
*
|
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
Heiner Kallweit
2021-02-15
1
-2
/
+2
*
|
net: phy: introduce phydev->port
Michael Walle
2021-02-11
1
-0
/
+9
*
|
net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
Heiner Kallweit
2021-01-07
1
-1
/
+1
|
/
*
net: phy: remove the .did_interrupt() and .ack_interrupt() callback
Ioana Ciornei
2020-11-25
1
-1
/
+1
*
net: phy: fix kernel-doc markups
Mauro Carvalho Chehab
2020-11-17
1
-1
/
+1
*
net: phy: don't duplicate driver name in phy_attached_print
Heiner Kallweit
2020-11-17
1
-8
/
+6
*
net: phy: add genphy_handle_interrupt_no_ack()
Ioana Ciornei
2020-11-05
1
-0
/
+13
*
net: phy: make .ack_interrupt() optional
Ioana Ciornei
2020-11-05
1
-1
/
+1
*
net: phy: add a shutdown procedure
Ioana Ciornei
2020-11-05
1
-0
/
+8
*
net: phy: Avoid NPD upon phy_detach() when driver is unbound
Florian Fainelli
2020-09-17
1
-1
/
+2
*
net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
Yoshihiro Shimoda
2020-09-10
1
-4
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
net: phy: fix memory leak in device-create error path
Johan Hovold
2020-08-08
1
-4
/
+4
[next]