aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney1-2/+1
2012-05-11net: of/phy: fix build error when phylib is built as a moduleBjørn Mork1-1/+1
2012-05-07netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines.David Daney3-0/+153
2012-05-07netdev/of/phy: Add MDIO bus multiplexer support.David Daney3-0/+202
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().David Daney1-0/+32
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2012-04-19icplus: fix interrupt for IC+ 101A/G and 1001LFGiuseppe CAVALLARO1-1/+11
2012-04-13net: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-04-04dp83640: Support the get_ts_info ethtool method.Richard Cochran1-0/+31
2012-04-03net:phy:marvell: remove unnecessary codeSrinivas Kandagatla1-15/+3
2012-04-03net:phy:davicom: remove unnecessary codeSrinivas Kandagatla1-6/+1
2012-04-03net:phy:bcm63xx: remove unnecessary codeSrinivas Kandagatla1-4/+1
2012-04-03phy:icplus:fix Auto Power Saving in ip101a_config_init.Srinivas Kandagatla1-1/+2
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-5/+111
2012-03-19phy: add am79c874 PHY supportHeiko Schocher3-0/+108
2012-03-17phc: Update author's email address.Richard Cochran1-1/+1
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-20/+35
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+35
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
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely1-2/+2
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-4/+2
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-3/+2
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-5/+1
2012-01-22kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap1-3/+2
2012-01-12dp83640: Fix NOHZ local_softirq_pending 08 warningManfred Rudigier1-1/+1
2012-01-12phylib: introduce mdiobus_alloc_size()Timur Tabi1-5/+19
2012-01-10mdio-octeon: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-10mdio-gpio: use an unique MDIO bus name.Florian Fainelli1-1/+1
2012-01-10phy/fixed: use an unique MDIO bus name.Florian Fainelli1-1/+1
2012-01-03net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas1-20/+1
2011-12-19phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support addedFrederic LAMBERT3-0/+380
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-11-26net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings1-1/+1
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson1-2/+2
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson1-17/+3
2011-11-15mdio-gpio: Add reset functionality to mdio-gpio driver(v2).Srinivas Kandagatla2-0/+10
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-69/+287
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-10-24dp83640: free packet queues on removeRichard Cochran1-0/+7
2011-10-24dp83640: use proper function to free transmit time stamping packetsRichard Cochran1-2/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-10-24net: Fix driver name for mdio-gpio.cDirk Eibach1-1/+1
2011-10-19phylib: Modify Vitesse RGMII skew settingsAndy Fleming1-12/+22
2011-10-18net/phy: extra delay only for RGMII interfaces for IC+ IP 1001Giuseppe CAVALLARO1-5/+8
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-30netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking.David Daney1-7/+7