summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-core.c
Commit message (Expand)AuthorAgeFilesLines
* phy: core: Allow phy_pm_runtime_xxx API calls with NULL phyManu Gautam2018-04-251-0/+18
* phy: Add USB speed related PHY modesManu Gautam2018-03-081-0/+2
* phy: work around 'phys' references to usb-nop-xceiv devicesArnd Bergmann2018-01-191-0/+4
* drivers: phy: add calibrate methodAndrzej Pietrasiewicz2017-10-231-0/+15
* phy: Add reset callbackRandy Li2016-09-101-0/+15
* phy: Add set_mode callbackDavid Lechner2016-07-041-0/+15
* phy: core: Allow children node to be overriddenThierry Reding2016-04-291-6/+44
* phy: core: fix wrong err handle for phy_power_onShawn Lin2016-02-101-7/+9
* phy: core: Get a refcount to phy in devm_of_phy_get_by_index()Chunfeng Yun2015-12-071-6/+15
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-2/+2
|\
| * phy: core: Fix error checking in (devm_)phy_optional_getAxel Lin2015-05-111-2/+2
* | phy: core: Check requested PHY status in _of_phy_get()Axel Lin2015-05-111-2/+10
* | phy: phy-core: allow specifying supply at port levelDmitry Torokhov2015-05-111-13/+10
* | phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy2015-05-111-0/+32
|/
* phy: core: Fixup return value of phy_exit when !pm_runtime_enabledAxel Lin2015-03-131-4/+3
* phy: Find the right match in devm_phy_destroy()Thierry Reding2015-03-131-1/+3
* phy: remove the old lookup methodHeikki Krogerus2014-11-221-45/+4
* phy: improved lookup methodHeikki Krogerus2014-11-211-1/+83
* phy: phy-core: use the np present in of_phandle_args to get the PHYKishon Vijay Abraham I2014-11-121-9/+1
* phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I2014-07-221-7/+18
* phy: core: Fix of_phy_provider_lookup to return PHY provider for sub nodeKishon Vijay Abraham I2014-07-221-0/+5
* phy: core: Support regulator supply for PHY powerRoger Quadros2014-07-221-0/+26
* phy: core: Fix error path in phy_create()Roger Quadros2014-07-111-3/+4
* phy: fix kernel oops in phy_lookup()Sergei Shtylyov2014-04-241-0/+3
* phy: core: Add devm_of_phy_get to phy-coreKamil Debski2014-03-081-0/+31
* phy: core: Add an exported of_phy_get functionKamil Debski2014-03-081-9/+36
* phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerHans de Goede2014-02-181-0/+4
* phy-core: phy_get: Leave error logging to the callerHans de Goede2014-02-181-8/+2
* drivers: phy: Add support for optional physAndrew Lunn2014-02-051-0/+45
* drivers: phy: Make NULL a valid phy referenceAndrew Lunn2014-02-051-1/+16
* phy: phy-core.c: remove unnecessary initialization of local variablesKishon Vijay Abraham I2013-12-241-3/+3
* phy: phy-core: increment refcounting variables only on 'success'Kishon Vijay Abraham I2013-12-241-8/+14
* phy: core: properly handle failure of pm_runtime_get functionsFelipe Balbi2013-12-241-2/+14
* drivers: phy: tweaks to phy_create()Dan Carpenter2013-12-101-16/+10
* drivers: phy: Fix memory leakSachin Kamat2013-12-101-5/+5
* drivers: phy: add generic PHY frameworkKishon Vijay Abraham I2013-09-271-0/+698