aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/icplus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22net: phy: icplus: call phy_restore_page() when phy_select_page() failsDan Carpenter1-4/+5
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-1/+1
2021-02-11net: phy: icplus: add MDI/MDIX support for IP101A/GMichael Walle1-0/+97
2021-02-11net: phy: icplus: add PHY counter for IP101GMichael Walle1-0/+75
2021-02-11net: phy: icplus: fix paged register accessMichael Walle1-13/+54
2021-02-11net: phy: icplus: don't set APS_EN bit on IP101GMichael Walle1-7/+20
2021-02-11net: phy: icplus: split IP101A/G driverMichael Walle1-3/+66
2021-02-11net: phy: icplus: use the .soft_reset() of the phy-coreMichael Walle1-30/+2
2021-02-11net: phy: icplus: drop address operator for functionsMichael Walle1-5/+5
2021-02-11net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/GMichael Walle1-2/+2
2021-02-11net: phy: icplus: use PHY_ID_MATCH_MODEL() macroMichael Walle1-9/+10
2020-11-25net: phy: icplus: remove the use .ack_interrupt()Ioana Ciornei1-13/+25
2020-11-25net: phy: icplus: implement generic .handle_interrupt() callbackIoana Ciornei1-8/+16
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-3/+3
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2018-11-18net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl1-1/+80
2018-11-18net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl1-0/+16
2018-11-18net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl1-2/+2
2018-11-18net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl1-3/+3
2018-11-18net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl1-15/+15
2018-11-15net: phy: icplus: add config_intr callbackHeiner Kallweit1-7/+16
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-1/+0
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-4/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-10net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi1-4/+2
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-3/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-9/+9
2015-05-27net: phy: Utilize phy_interface_is_rgmiiFlorian Fainelli1-4/+1
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold1-14/+1
2013-12-18net: phy: icplus: fix checkpath errorFlorian Fainelli1-1/+1
2013-01-28net: phy: icplus: fix broken INTR pin settingsGiuseppe CAVALLARO1-5/+5
2013-01-28net: phy: icplus: Use the RGMII interface mode to configure clock delaysStuart Menefy1-5/+16
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-22/+9
2012-06-04net: icplus: fix interrupt maskGiuseppe CAVALLARO1-0/+7
2012-04-19icplus: fix interrupt for IC+ 101A/G and 1001LFGiuseppe CAVALLARO1-1/+11
2012-04-03phy:icplus:fix Auto Power Saving in ip101a_config_init.Srinivas Kandagatla1-1/+2
2012-02-23phy: IC+101G and PHY_HAS_INTERRUPT flagGiuseppe CAVALLARO1-14/+17
2012-02-23netdev/phy/icplus: Correct broken phy_init codeDavid McKay1-6/+18
2011-10-18net/phy: extra delay only for RGMII interfaces for IC+ IP 1001Giuseppe CAVALLARO1-5/+8
2011-09-30netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking.David Daney1-7/+7
2011-09-20net/phy: add IC+ IP101A and support APS.Giuseppe CAVALLARO1-11/+68
2011-06-17net: icplus: remove unnecessary codeGreg Dietsche1-5/+1
2010-12-10phy: add the IC+ IP1001 driverGiuseppe CAVALLARO1-5/+54
2010-10-05net/phy: fix many "defined but unused" warningsUwe Kleine-König1-1/+1
2010-07-20phy: add suspend/resume in the ic+Giuseppe Cavallaro1-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-02phylib: Add module table to all existing phy driversDavid Woodhouse1-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2007-07-08phylib: add the ICPlus IP175C PHY driverMichael Barkowski1-0/+134