aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-bitbang.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn1-5/+2
2018-04-19net: phy: mdio-bitbang: Remove reset supportAndrew Lunn1-9/+0
2018-04-01fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks1-1/+1
2015-05-14net: phy: mdio-gpio: Handle phy_ignore_ta_maskFlorian Fainelli1-2/+5
2012-11-14Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free"David S. Miller1-1/+0
2012-11-02drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin1-0/+1
2011-11-15mdio-gpio: Add reset functionality to mdio-gpio driver(v2).Srinivas Kandagatla1-0/+9
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
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
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe1-9/+51
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-2/+2
2008-07-11Fix missing exports for net/phy/mdio-bitbang.cTakashi Iwai1-0/+2
2007-10-19phy/bitbang: missing MODULE_LICENSERandy Dunlap1-0/+2
2007-10-10Generic bitbanged MDIO libraryScott Wood1-0/+187