index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
icplus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
1
-2
/
+4
2025-01-14
net: phy: Constify struct mdio_device_id
Christophe JAILLET
1
-1
/
+1
2024-11-03
net: phy: use ethtool string helpers
Rosen Penev
1
-2
/
+1
2021-02-22
net: phy: icplus: call phy_restore_page() when phy_select_page() fails
Dan Carpenter
1
-4
/
+5
2021-02-15
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
Heiner Kallweit
1
-1
/
+1
2021-02-11
net: phy: icplus: add MDI/MDIX support for IP101A/G
Michael Walle
1
-0
/
+97
2021-02-11
net: phy: icplus: add PHY counter for IP101G
Michael Walle
1
-0
/
+75
2021-02-11
net: phy: icplus: fix paged register access
Michael Walle
1
-13
/
+54
2021-02-11
net: phy: icplus: don't set APS_EN bit on IP101G
Michael Walle
1
-7
/
+20
2021-02-11
net: phy: icplus: split IP101A/G driver
Michael Walle
1
-3
/
+66
2021-02-11
net: phy: icplus: use the .soft_reset() of the phy-core
Michael Walle
1
-30
/
+2
2021-02-11
net: phy: icplus: drop address operator for functions
Michael Walle
1
-5
/
+5
2021-02-11
net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/G
Michael Walle
1
-2
/
+2
2021-02-11
net: phy: icplus: use PHY_ID_MATCH_MODEL() macro
Michael Walle
1
-9
/
+10
2020-11-25
net: phy: icplus: remove the use .ack_interrupt()
Ioana Ciornei
1
-13
/
+25
2020-11-25
net: phy: icplus: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-8
/
+16
2019-04-15
net: phy: switch drivers to use dynamic feature detection
Heiner Kallweit
1
-3
/
+3
2019-01-22
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
1
-6
/
+1
2018-11-18
net: phy: icplus: allow configuring the interrupt function on IP101GR
Martin Blumenstingl
1
-1
/
+80
2018-11-18
net: phy: icplus: implement .did_interrupt for IP101A/G
Martin Blumenstingl
1
-0
/
+16
2018-11-18
net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASK
Martin Blumenstingl
1
-2
/
+2
2018-11-18
net: phy: icplus: use the BIT macro where possible
Martin Blumenstingl
1
-3
/
+3
2018-11-18
net: phy: icplus: keep all ip101a_g functions together
Martin Blumenstingl
1
-15
/
+15
2018-11-15
net: phy: icplus: add config_intr callback
Heiner Kallweit
1
-7
/
+16
2018-11-11
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
Heiner Kallweit
1
-1
/
+0
2017-12-01
net: phy: remove generic settings for callbacks config_aneg and read_status f...
Heiner Kallweit
1
-4
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-10
net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause
Timur Tabi
1
-4
/
+2
2016-01-07
phy: Centralize setting driver module owner
Andrew Lunn
1
-3
/
+0
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-9
/
+9
2015-05-27
net: phy: Utilize phy_interface_is_rgmii
Florian Fainelli
1
-4
/
+1
2014-11-12
net: phy: replace phy_drivers_register calls
Johan Hovold
1
-14
/
+1
2013-12-18
net: phy: icplus: fix checkpath error
Florian Fainelli
1
-1
/
+1
2013-01-28
net: phy: icplus: fix broken INTR pin settings
Giuseppe CAVALLARO
1
-5
/
+5
2013-01-28
net: phy: icplus: Use the RGMII interface mode to configure clock delays
Stuart Menefy
1
-5
/
+16
2012-07-09
phylib: Support registering a bunch of drivers
Christian Hohnstaedt
1
-22
/
+9
2012-06-04
net: icplus: fix interrupt mask
Giuseppe CAVALLARO
1
-0
/
+7
2012-04-19
icplus: fix interrupt for IC+ 101A/G and 1001LF
Giuseppe CAVALLARO
1
-1
/
+11
2012-04-03
phy:icplus:fix Auto Power Saving in ip101a_config_init.
Srinivas Kandagatla
1
-1
/
+2
2012-02-23
phy: IC+101G and PHY_HAS_INTERRUPT flag
Giuseppe CAVALLARO
1
-14
/
+17
2012-02-23
netdev/phy/icplus: Correct broken phy_init code
David McKay
1
-6
/
+18
2011-10-18
net/phy: extra delay only for RGMII interfaces for IC+ IP 1001
Giuseppe CAVALLARO
1
-5
/
+8
2011-09-30
netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking.
David Daney
1
-7
/
+7
2011-09-20
net/phy: add IC+ IP101A and support APS.
Giuseppe CAVALLARO
1
-11
/
+68
2011-06-17
net: icplus: remove unnecessary code
Greg Dietsche
1
-5
/
+1
2010-12-10
phy: add the IC+ IP1001 driver
Giuseppe CAVALLARO
1
-5
/
+54
2010-10-05
net/phy: fix many "defined but unused" warnings
Uwe Kleine-König
1
-1
/
+1
2010-07-20
phy: add suspend/resume in the ic+
Giuseppe Cavallaro
1
-0
/
+2
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2010-04-02
phylib: Add module table to all existing phy drivers
David Woodhouse
1
-0
/
+7
[next]