index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: improve genphy_c45_read_link
Heiner Kallweit
2019-02-07
2
-11
/
+6
*
net: phy: make use of new MMD accessors
Heiner Kallweit
2019-02-06
5
-94
/
+38
*
net: phy: provide full set of accessor functions to MMD registers
Nikita Yushchenko
2019-02-06
1
-13
/
+103
*
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
2019-02-05
1
-22
/
+60
*
net: phy: aquantia: replace magic numbers with constants
Heiner Kallweit
2019-02-03
1
-14
/
+66
*
net: phy: aquantia: use macro PHY_ID_MATCH_MODEL
Heiner Kallweit
2019-02-03
1
-18
/
+12
*
net: phy: aquantia: remove unneeded includes
Heiner Kallweit
2019-02-03
1
-3
/
+0
*
net: phy: aquantia: Shorten name space prefix to aqr_
Andrew Lunn
2019-02-03
1
-32
/
+32
*
net: phy: realtek: add generic Realtek PHY driver
Heiner Kallweit
2019-02-03
1
-0
/
+9
*
net: phy: at803x: Use helpers to access MMD PHY registers
Carlo Caione
2019-01-27
1
-13
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-27
3
-28
/
+5
|
\
|
*
net: phy: Fixup GPLv2+ SPDX tags based on license text
Andrew Lunn
2019-01-23
3
-28
/
+5
*
|
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
2019-01-25
3
-16
/
+15
*
|
net: phy: start interrupts in phy_start
Heiner Kallweit
2019-01-25
1
-20
/
+14
*
|
net: phy: warn if phy_start is called from invalid state
Heiner Kallweit
2019-01-25
1
-2
/
+9
*
|
net: phy: start state machine in phy_start only
Heiner Kallweit
2019-01-25
3
-3
/
+1
*
|
net: phy: Add SDPX tag based on COPYING file
Andrew Lunn
2019-01-23
7
-34
/
+13
*
|
net: phy: Fixup GPLv2 SPDX tags based on license text
Andrew Lunn
2019-01-23
8
-55
/
+16
*
|
net: phy: Remove redundent License text when SPDX header is present
Andrew Lunn
2019-01-23
2
-14
/
+0
*
|
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-23
51
-323
/
+52
*
|
net: phy: at803x: Disable phy delay for RGMII mode
Vinod Koul
2019-01-23
1
-10
/
+12
*
|
net: phy: improve phy_init_hw
Heiner Kallweit
2019-01-22
1
-2
/
+5
*
|
net: phy: fix issue with loading PHY driver w/o initramfs
Heiner Kallweit
2019-01-22
1
-3
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-21
9
-14
/
+67
|
\
|
|
*
net: phy: phy driver features are mandatory
Camelia Groza
2019-01-19
1
-0
/
+5
|
*
net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...
Thomas Petazzoni
2019-01-18
1
-0
/
+1
|
*
net: phy: add missing phy driver features
Camelia Groza
2019-01-18
2
-0
/
+2
|
*
net: phy: Add missing features to PHY drivers
Andrew Lunn
2019-01-17
3
-0
/
+15
|
*
net: phy: meson-gxl: Use the genphy_soft_reset callback
Timotej Lazar
2019-01-16
1
-0
/
+1
|
*
net: phy: marvell: Fix deadlock from wrong locking
Andrew Lunn
2019-01-16
1
-1
/
+1
|
*
net: phy: marvell: Errata for mv88e6390 internal PHYs
Andrew Lunn
2019-01-16
1
-1
/
+34
|
*
net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031
Heiner Kallweit
2019-01-16
1
-0
/
+1
|
*
net: phy: fix too strict check in phy_start_aneg
Heiner Kallweit
2019-01-15
1
-12
/
+7
*
|
net: phy: remove phy_stop_interrupts
Heiner Kallweit
2019-01-18
2
-19
/
+2
*
|
net: phy: ensure phylib state machine is stopped after calling phy_stop
Heiner Kallweit
2019-01-18
2
-2
/
+1
*
|
net: phy: stop PHY if needed when entering phy_disconnect
Heiner Kallweit
2019-01-18
1
-0
/
+3
*
|
net: phy: improve get_phy_id
Heiner Kallweit
2019-01-18
1
-9
/
+2
*
|
net: phy: remove state PHY_CHANGELINK
Heiner Kallweit
2019-01-18
1
-2
/
+0
*
|
net: phy: micrel: use phy_read_mmd and phy_write_mmd
Heiner Kallweit
2019-01-18
1
-32
/
+11
*
|
net: phy: check return code when requesting PHY driver module
Heiner Kallweit
2019-01-17
1
-5
/
+30
*
|
net: phy: Add helpers to determine if PHY driver is generic
Florian Fainelli
2019-01-17
1
-2
/
+32
*
|
net: phy: don't include asm/irq.h directly
Heiner Kallweit
2019-01-17
3
-6
/
+0
*
|
net: phy: improve logging in phylib
Heiner Kallweit
2019-01-17
2
-6
/
+3
*
|
net: phy: remove preliminary workaround for not loading PHY driver
Heiner Kallweit
2019-01-17
1
-8
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-5
/
+2
|
\
|
*
net: phy: Fix the issue that netif always links up after resuming
Kunihiko Hayashi
2018-12-19
1
-5
/
+2
*
|
net: phy: mscc: Fix the VSC 8531/41 Chip Init sequence
Raju Lakkaraju
2018-12-19
1
-1
/
+54
*
|
net: phy: remove unused code in phy_probe
Heiner Kallweit
2018-12-19
1
-2
/
+0
*
|
net: phy: print stack trace in phy_error
Heiner Kallweit
2018-12-19
1
-0
/
+2
*
|
net: phy: improve phy state checking
Heiner Kallweit
2018-12-19
1
-13
/
+21
[next]