Age | Commit message (Expand) | Author | Files | Lines |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 1 | -2/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-03-30 | phylib: phy_attach_direct: phy_init_hw can fail, add cleanup | Marc Kleine-Budde | 1 | -2/+6 |
2011-03-17 | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -5/+4 |
2011-03-15 | phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addresses | Peter Korsgaard | 1 | -3/+5 |
2011-02-28 | dt/net: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 1 | -5/+4 |
2011-02-15 | phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNL | Baruch Siach | 1 | -8/+16 |
2011-02-12 | phy: Remove unneeded depends on PHYLIB | hartleys | 1 | -1/+0 |
2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -6/+55 |
2010-12-11 | phy: add the IC+ IP1001 driver | Giuseppe CAVALLARO | 2 | -6/+55 |
2010-12-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -13/+151 |
2010-11-28 | net: add some KERN_CONT markers to continuation lines | Uwe Kleine-König | 1 | -2/+2 |
2010-11-22 | of/phylib: Use device tree properties to initialize Marvell PHYs. | David Daney | 1 | -0/+97 |
2010-11-22 | phylib: Add support for Marvell 88E1149R devices. | David Daney | 1 | -0/+40 |
2010-11-22 | phylib: Use common page register definition for Marvell PHYs. | David Daney | 1 | -13/+14 |
2010-10-30 | phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addr | Cyril Chemparathy | 1 | -9/+9 |
2010-10-25 | phylib: make local function static | stephen hemminger | 2 | -17/+15 |
2010-10-21 | phy/marvell: fix 88e1121 support | Arnaud Patard | 1 | -12/+19 |
2010-10-05 | don't let BCM63XX_PHY depend on non-existant symbol | Uwe Kleine-König | 1 | -1/+0 |
2010-10-05 | net/phy: fix many "defined but unused" warnings | Uwe Kleine-König | 15 | -15/+15 |
2010-09-15 | phylib: fix PAL state machine restart on resume | Simon Guinot | 1 | -2/+2 |
2010-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+2 |
2010-08-25 | phylib: Fix race between returning phydev and calling adjust_link | Anton Vorontsov | 1 | -0/+2 |
2010-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+2 |
2010-08-12 | phylib: available for any speed ethernet | Randy Dunlap | 1 | -1/+1 |
2010-08-10 | phy.c: fix kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -2/+2 |
2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -38/+270 |
2010-08-04 | phy/marvell: add 88ec048 support | Cyril Chemparathy | 1 | -0/+42 |
2010-08-03 | phy/marvell: add 88e1121 interface mode support | Cyril Chemparathy | 1 | -3/+32 |
2010-07-21 | phy: add suspend/resume in the ic+ | Giuseppe Cavallaro | 1 | -0/+2 |
2010-07-19 | net: support time stamping in phy devices. | Richard Cochran | 2 | -0/+7 |
2010-07-19 | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 1 | -1/+2 |
2010-07-17 | net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs setup flag | Benjamin Herrenschmidt | 1 | -18/+20 |
2010-07-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-06-29 | micrel phy driver - updated(1) | Choi, David | 1 | -19/+148 |
2010-06-29 | netdev: mdio-octeon: Fix section mismatch errors. | David Daney | 1 | -3/+3 |
2010-06-27 | phylib: Add autoload support for the LXT973 phy. | David Woodhouse | 1 | -0/+1 |
2010-06-25 | broadcom: Add 5241 support | Dmitry Baryshkov | 1 | -0/+22 |
2010-06-25 | broadcom: move all PHY_ID's to header | Dmitry Baryshkov | 1 | -12/+12 |
2010-06-10 | phylib: Add support for the LXT973 phy. | Richard Cochran | 1 | -1/+50 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 21 | -14/+319 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -2/+5 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -3/+3 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -3/+0 |
2010-05-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+11 |
2010-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-05-06 | phy: Fix initialization in micrel driver. | David S. Miller | 1 | -0/+1 |
2010-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -0/+110 |
2010-05-04 | phy/micrel: Add module device ID table for autoloading. | David S. Miller | 1 | -0/+9 |