index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
at803x.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: at803x: fix probe error if copper page is selected
Michael Walle
2021-04-21
1
-6
/
+17
*
net: phy: at803x: select correct page on config init
David Bauer
2021-04-16
1
-1
/
+49
*
net: phy: at803x: remove at803x_aneg_done()
Michael Walle
2021-03-19
1
-31
/
+0
*
net: phy: at803x: add MDIX support to AR8031/33
Michael Walle
2021-02-16
1
-0
/
+1
*
net: phy: at803x: add support for configuring SmartEEE
Russell King
2021-01-16
1
-1
/
+64
*
net: phy: ar803x: disable extended next page bit
Russell King
2021-01-15
1
-1
/
+7
*
net: phy: at803x: use phy_modify_mmd()
Russell King
2021-01-12
1
-9
/
+2
*
net: phy: at803x: remove the use of .ack_interrupt()
Ioana Ciornei
2020-11-06
1
-7
/
+12
*
net: phy: at803x: implement generic .handle_interrupt() callback
Ioana Ciornei
2020-11-06
1
-0
/
+31
*
net: phy: at803x: constify static regulator_ops
Rikard Falkeborn
2020-08-27
1
-2
/
+2
*
net: phy: at803x: add mdix configuration support for AR9331 and AR8035
Oleksij Rempel
2020-07-20
1
-0
/
+78
*
net: phy: at803x: Avoid comparison is always false warning
Andrew Lunn
2020-07-07
1
-4
/
+3
*
net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032
Oleksij Rempel
2020-05-27
1
-2
/
+16
*
net: phy: at803x: fix PHY ID masks
Michael Walle
2020-05-24
1
-9
/
+7
*
net: phy: at803x: add cable diagnostics support
Michael Walle
2020-05-13
1
-0
/
+176
*
net: phy: at803x: add downshift support
Michael Walle
2020-05-01
1
-0
/
+87
*
net: phy: at803x: add support for AR8032 PHY
David Bauer
2020-04-19
1
-0
/
+17
*
net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035
Oleksij Rempel
2020-04-01
1
-2
/
+2
*
net: phy: at803x: disable vddio regulator
Michael Walle
2020-01-31
1
-0
/
+11
*
net: phy: at803x: remove config_init for AR9331
Michael Walle
2019-11-07
1
-2
/
+0
*
net: phy: at803x: fix the PHY names
Michael Walle
2019-11-07
1
-9
/
+9
*
net: phy: at803x: mention AR8033 as same as AR8031
Michael Walle
2019-11-07
1
-5
/
+7
*
net: phy: at803x: add device tree binding
Michael Walle
2019-11-07
1
-1
/
+300
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-05
1
-0
/
+69
|
\
|
*
net: phy: at803x: use operating parameters from PHY-specific status
Russell King
2019-10-05
1
-0
/
+69
*
|
net: phy: at803x: remove probe and struct at803x_priv
Oleksij Rempel
2019-10-03
1
-21
/
+0
*
|
net: phy: at803x: add ar9331 support
Oleksij Rempel
2019-10-03
1
-0
/
+12
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-24
/
+8
|
\
|
*
net: phy: at803x: stop switching phy delay config needlessly
André Draszik
2019-08-12
1
-24
/
+8
*
|
net: phy: remove calls to genphy_config_init
Heiner Kallweit
2019-08-17
1
-4
/
+0
|
/
*
net: mdio: rename mdio_device reset to reset_gpio
David Bauer
2019-04-19
1
-1
/
+1
*
net: phy: switch drivers to use dynamic feature detection
Heiner Kallweit
2019-04-16
1
-3
/
+3
*
net: phy: improve handling link_change_notify callback
Heiner Kallweit
2019-03-20
1
-17
/
+9
*
net: phy: at803x: disable delay only for RGMII mode
Vinod Koul
2019-02-23
1
-11
/
+42
*
net: phy: at803x: don't inline helpers
Vinod Koul
2019-02-23
1
-2
/
+2
*
net: phy: at803x: Use helpers to access MMD PHY registers
Carlo Caione
2019-01-27
1
-13
/
+3
*
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-23
1
-5
/
+1
*
net: phy: at803x: Disable phy delay for RGMII mode
Vinod Koul
2019-01-23
1
-10
/
+12
*
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
Heiner Kallweit
2018-11-11
1
-3
/
+0
*
net: phy: Add phydev_warn()
Andrew Lunn
2018-10-02
1
-1
/
+1
*
net: phy: fix wrong masks to phy_modify()
Russell King
2018-01-08
1
-1
/
+1
*
net: phy: convert read-modify-write to phy_modify()
Russell King
2018-01-03
1
-16
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-17
1
-4
/
+0
|
\
|
*
net: phy: fix resume handling
Russell King
2017-12-13
1
-4
/
+0
*
|
phylib: Add device reset GPIO support
Sergei Shtylyov
2017-12-05
1
-15
/
+3
*
|
net: phy: remove generic settings for callbacks config_aneg and read_status f...
Heiner Kallweit
2017-12-01
1
-6
/
+0
|
/
*
net: phy: at803x: Change error to EINVAL for invalid MAC
Dan Murphy
2017-10-11
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
1
-26
/
+39
|
\
|
*
at803x: double check SGMII side autoneg
Zefir Kurtisi
2016-10-27
1
-0
/
+39
|
*
Revert "at803x: fix suspend/resume for SGMII link"
Zefir Kurtisi
2016-10-27
1
-26
/
+0
[next]