summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/davinci_mdio.c
AgeCommit message (Expand)Author
2023-12-04net: ethernet: ti: davinci_mdio: Update K3 SoCs list for errata i2329Ravi Gunasekaran
2023-09-20net: ethernet: ti: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-01-10net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn
2022-08-22net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran
2022-04-21drivers: net: davinci_mdio: using pm_runtime_resume_and_get instead of pm_run...Minghao Chi
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2021-01-26drivers: net: davinci_mdio: Use of_device_get_match_data()Stephen Boyd
2020-12-09net: ethernet: ti: convert comma to semicolonZheng Yongjun
2020-05-01drivers: net: davinci_mdio: fix potential NULL dereference in davinci_mdio_pr...Wei Yongjun
2019-05-05drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun
2019-04-27net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko
2019-04-01net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko
2018-05-30net: davinci: fix building davinci mdio code without CONFIG_OFArnd Bergmann
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-05-10drivers: net: davinci_mdio: prevent spurious timeoutSekhar Nori
2017-08-11drivers: net: davinci_mdio: print bus frequencyMaxim Uvarov
2017-08-11drivers: net: davinci_mdio: remove busy loop on wait user accessMaxim Uvarov
2016-06-28drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdioGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: implement pm runtime auto modeGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: add pm runtime callbacksGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: split reset function on init_clk and enableGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: drop suspended and lock fields from mdio_dataGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacksGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: do pm runtime initialization later in probeGrygorii Strashko
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-03-01net: davinci_mdio: add hibernation callbacksGrygorii Strashko
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram
2014-07-16net: davinci_mdio: allow to create phys from dtGrygorii Strashko
2014-05-15net: davinci_mdio: Convert pr_err() to dev_err() callGeorge Cherian
2014-05-02net: davinci_mdio: simplify IO memory mappingGrygorii Strashko
2014-05-02net: davinci_mdio: drop pinctrl_pm_select_default_state from probeGrygorii Strashko
2014-05-02net: davinci_mdio: use devm_* apiGrygorii Strashko
2014-01-16net: davinci_mdio: Fix sparse warningLad, Prabhakar
2013-08-30net: davinci_mdio: use dev_get_platdata()Jingoo Han
2013-08-21net: davinci_mdio: remove unnecessary dev_set_drvdata()Libo Chen
2013-08-20net: davinci_mdio: use platform_{get,set}_drvdata()Libo Chen
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-25net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar
2013-06-16drivers: net: davinci_mdio: use pinctrl PM helpersMugunthan V N
2013-06-13drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N
2013-06-13drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N
2013-06-11net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2012-12-03net/davinci_emac: remove __dev* attributesBill Pemberton