summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/davinci_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun2019-05-051-2/+2
* net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko2019-04-271-1/+1
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-16/+1
* net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko2019-04-011-11/+11
* net: davinci: fix building davinci mdio code without CONFIG_OFArnd Bergmann2018-05-301-3/+1
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-5/+3
* drivers: net: davinci_mdio: prevent spurious timeoutSekhar Nori2018-05-101-7/+8
* drivers: net: davinci_mdio: print bus frequencyMaxim Uvarov2017-08-111-2/+4
* drivers: net: davinci_mdio: remove busy loop on wait user accessMaxim Uvarov2017-08-111-1/+3
* drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdioGrygorii Strashko2016-06-281-11/+34
* drivers: net: davinci_mdio: implement pm runtime auto modeGrygorii Strashko2016-06-281-9/+39
* drivers: net: davinci_mdio: add pm runtime callbacksGrygorii Strashko2016-06-281-4/+27
* drivers: net: davinci_mdio: split reset function on init_clk and enableGrygorii Strashko2016-06-281-7/+14
* drivers: net: davinci_mdio: drop suspended and lock fields from mdio_dataGrygorii Strashko2016-06-281-30/+0
* drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacksGrygorii Strashko2016-06-281-3/+0
* drivers: net: davinci_mdio: do pm runtime initialization later in probeGrygorii Strashko2016-06-281-9/+6
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* net: davinci_mdio: add hibernation callbacksGrygorii Strashko2015-03-011-2/+3
* ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram2014-09-091-1/+0
* net: davinci_mdio: allow to create phys from dtGrygorii Strashko2014-07-161-2/+19
* net: davinci_mdio: Convert pr_err() to dev_err() callGeorge Cherian2014-05-151-1/+1
* net: davinci_mdio: simplify IO memory mappingGrygorii Strashko2014-05-021-18/+3
* net: davinci_mdio: drop pinctrl_pm_select_default_state from probeGrygorii Strashko2014-05-021-3/+0
* net: davinci_mdio: use devm_* apiGrygorii Strashko2014-05-021-19/+5
* net: davinci_mdio: Fix sparse warningLad, Prabhakar2014-01-161-1/+1
* net: davinci_mdio: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: davinci_mdio: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* net: davinci_mdio: use platform_{get,set}_drvdata()Libo Chen2013-08-201-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-1/+4
|\
| * net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar2013-06-251-1/+4
* | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-0/+10
|\ \ | |/ |/|
| * drivers: net: davinci_mdio: use pinctrl PM helpersMugunthan V N2013-06-161-0/+10
* | drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N2013-06-131-4/+1
* | drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N2013-06-131-2/+2
* | net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior2013-06-111-3/+2
|/
* net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior2013-04-251-0/+1
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+1
* net/davinci_emac: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* net: davinci_mdio: Fix typo mistake in calling runtime-pm apiVaibhav Hiremath2012-11-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+3
|\
| * net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu2012-08-311-1/+3
* | drivers: net: ethernet: davince_mdio: device tree implementationMugunthan V N2012-08-071-4/+37
|/
* driver: net: ethernet: davinci_mdio: runtime PM supportMugunthan V N2012-07-181-13/+12
* davinci_mdio: Fix MDIO timeout checkChristian Riesch2012-04-171-0/+5
* davinci_mdio: Correct bitmask for clock divider valueChristian Riesch2012-02-241-1/+1
* drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2012-02-021-1/+1
* davinci_emac: use an unique MDIO bus name.Florian Fainelli2012-01-101-1/+2
* davinci*/tlan/cpmac: Move the Texas Instruments (TI) driversJeff Kirsher2011-08-121-0/+475
OpenPOWER on IntegriCloud