aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22net/phy: Fix 88e1111 copper/fiber selection in RGMII modeWang Jian1-4/+1
2008-07-22net/phy: Fix copper/fiber auto-selection for 88e1111Wang Jian1-1/+1
2008-07-11Fix missing exports for net/phy/mdio-bitbang.cTakashi Iwai1-0/+2
2008-05-30net: OpenFirmware GPIO based MDIO bitbang driverLaurent Pinchart3-0/+212
2008-05-29Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller2-3/+201
2008-05-22phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker1-0/+1
2008-05-22PHYLIB: Kconfig: Complete the list of Broadcom PHYs supportedMaciej W. Rozycki1-1/+2
2008-05-22PHYLIB: Add 1000Base-X support for Broadcom bcm5482Nate Case1-2/+199
2008-05-22PHYLIB: Kconfig: Fix the dependency on S390Maciej W. Rozycki1-1/+1
2008-05-06phylib: Fix some sparse warningsAndy Fleming1-1/+1
2008-04-29Add support for SMSC LAN8187 and LAN8700 PHYsSteve Glendinning2-2/+69
2008-04-29Rename SMSC phy functions to be more genericSteve Glendinning1-7/+7
2008-04-29drivers/net/phy: fix kernel-doc notationRandy Dunlap1-1/+1
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming3-13/+123
2008-04-17phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker1-9/+29
2008-04-17PHY: add BCM5464 support to broadcom PHY driverPaul Gortmaker1-0/+20
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-04-04net: marvell.c fix sparse shadowed variable warningHarvey Harrison1-2/+0
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+124
2008-03-26phy/broadcom: add support for BCM5481 PHYAnton Vorontsov1-1/+56
2008-03-25netxen, phy/marvell, skge: minor checkpatch fixesJeff Garzik1-1/+1
2008-03-25Marvell PHY m88e1111 driver fixAlexandr Smirnov1-5/+124
2008-03-05FIXED_PHY must depend on PHYLIB=yAdrian Bunk1-0/+1
2008-03-05dm9161: add configuration for MII/RMIIfrederic Rodo1-3/+14
2008-02-23net/phy/mdio_bus.c: fix a check-after-useAdrian Bunk1-2/+2
2008-02-11net/phy/fixed.c: fix a use-after-freeAdrian Bunk1-2/+2
2008-02-03phylib: Add Realtek 821x eth PHY supportJohnson Leung3-0/+86
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case3-29/+52
2008-02-03PHYLIB: Add BCM5482 PHY supportNate Case1-0/+20
2008-01-23phy/fixed.c: rework to not duplicate PHY layer functionalityVitaly Bordug2-304/+173
2007-12-04PHY: Add the phy_device_release device method.Anton Vorontsov2-4/+17
2007-12-01Stop phy code from returning success to unknown ioctls.David Woodhouse1-0/+3
2007-12-01phylib: marvell: add support for TX-only and RX-only Internal DelayKim Phillips1-9/+17
2007-11-05phylib: Silence driver registrationOlof Johansson1-1/+1
2007-11-05phylib: Add ID for Marvell 88E1240Olof Johansson1-5/+18
2007-10-19phy/bitbang: missing MODULE_LICENSERandy Dunlap1-0/+2
2007-10-10Generic bitbanged MDIO libraryScott Wood3-0/+197
2007-10-10PHYLIB: fix an interrupt loop potential when haltingMaciej W. Rozycki1-2/+2
2007-10-10PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki1-5/+19
2007-10-10PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki2-14/+14
2007-10-10PHY fixed driver: rework release path and update phy_id notationVitaly Bordug2-155/+169
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-09-20phy: export phy_mii_ioctlDomen Puncer1-0/+1
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch2-4/+4
2007-08-25phy layer: fix genphy_setup_forced (don't reset)Domen Puncer1-1/+1
2007-08-07phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer1-2/+2
2007-07-24Fix error checking in Vitesse IRQ configAndy Fleming1-1/+1
2007-07-18Fix Vitesse RGMII-ID supportAndy Fleming1-3/+20
2007-07-18Fix Vitesse 824x PHY interrupt ackingAndy Fleming1-2/+21