summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio-gpio.c
AgeCommit message (Expand)Author
2017-01-12net: mdio-gpio: Use gpio subsystem to handle low-active pinsGuenter Roeck
2017-01-12net: mdio-gpio: Convert to use gpiod functions where possibleGuenter Roeck
2017-01-12net: mdio-gpio: Use devm_gpio_request_one instead of devm_gpio_requestGuenter Roeck
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-10-21net: mdio-gpio: move platform data headerVivien Didelot
2015-09-21net: phy: mdio-gpio: Fix module autoload for OF platform driverLuis de Bethencourt
2015-05-14mdio-gpio: Propagate mii_bus.phy_ignore_ta_maskBert Vermeulen
2015-05-10net: mdio-gpio: Allow for unspecified bus idBert Vermeulen
2015-04-24net: mdio-gpio: support access that may sleepVivien Didelot
2015-03-17net: phy: constify of_device_id arrayFabian Frederick
2014-10-20net: phy: drop owner assignment from platform_driversWolfram Sang
2014-05-09net: mdio-gpio: warn about missing bus alias idJohan Hovold
2014-04-16net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGuenter Roeck
2014-04-16net: mdio-gpio: Add support for active low gpio pinsGuenter Roeck
2014-04-16net: mdio-gpio: Use devm_ functions where possibleGuenter Roeck
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-30net: mdio-gpio: use dev_get_platdata()Jingoo Han
2013-03-20net: mdio-gpio: Use module_platform_driver()Sachin Kamat
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/phy: remove __dev* attributesBill Pemberton
2012-11-19of/net/mdio-gpio: Fix pdev->id issue when using devicetrees.Srinivas Kandagatla
2012-08-30of/mdio-gpio: Simplify the way device tree support is implemented.Srinivas Kandagatla
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely
2012-01-10mdio-gpio: use an unique MDIO bus name.Florian Fainelli
2011-11-15mdio-gpio: Add reset functionality to mdio-gpio driver(v2).Srinivas Kandagatla
2011-10-24net: Fix driver name for mdio-gpio.cDirk Eibach
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2009-11-17net: fix mdio section mismatch warningStephen Rothwell
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov
2009-09-11drivers/net/phy: introduce missing kfreeJulia Lawall
2009-07-23net: Rework mdio-ofgpio driver to use of_mdio infrastructureMark Ware
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-10mdio-gpio: Add mdc pin direction initializationPaulius Zaleckas
2009-01-21phylib: unsigneds go unnoticedRoel Kluin
2008-11-16phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas
2008-11-16phylib: rename mdio-ofgpio to mdio-gpioPaulius Zaleckas