aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-13phy: core: Fixup return value of phy_exit when !pm_runtime_enabledAxel Lin1-4/+3
2015-03-13phy: Find the right match in devm_phy_destroy()Thierry Reding1-1/+3
2014-11-22phy: remove the old lookup methodHeikki Krogerus1-45/+4
2014-11-21phy: improved lookup methodHeikki Krogerus1-1/+83
2014-11-12phy: phy-core: use the np present in of_phandle_args to get the PHYKishon Vijay Abraham I1-9/+1
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I1-7/+18
2014-07-22phy: core: Fix of_phy_provider_lookup to return PHY provider for sub nodeKishon Vijay Abraham I1-0/+5
2014-07-22phy: core: Support regulator supply for PHY powerRoger Quadros1-0/+26
2014-07-11phy: core: Fix error path in phy_create()Roger Quadros1-3/+4
2014-04-24phy: fix kernel oops in phy_lookup()Sergei Shtylyov1-0/+3
2014-03-08phy: core: Add devm_of_phy_get to phy-coreKamil Debski1-0/+31
2014-03-08phy: core: Add an exported of_phy_get functionKamil Debski1-9/+36
2014-02-18phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerHans de Goede1-0/+4
2014-02-18phy-core: phy_get: Leave error logging to the callerHans de Goede1-8/+2
2014-02-05drivers: phy: Add support for optional physAndrew Lunn1-0/+45
2014-02-05drivers: phy: Make NULL a valid phy referenceAndrew Lunn1-1/+16
2013-12-24phy: phy-core.c: remove unnecessary initialization of local variablesKishon Vijay Abraham I1-3/+3
2013-12-24phy: phy-core: increment refcounting variables only on 'success'Kishon Vijay Abraham I1-8/+14
2013-12-24phy: core: properly handle failure of pm_runtime_get functionsFelipe Balbi1-2/+14
2013-12-10drivers: phy: tweaks to phy_create()Dan Carpenter1-16/+10
2013-12-10drivers: phy: Fix memory leakSachin Kamat1-5/+5
2013-09-27drivers: phy: add generic PHY frameworkKishon Vijay Abraham I1-0/+698