aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-core.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-17phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset cal...Kishon Vijay Abraham I
2019-04-17phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHYKishon Vijay Abraham I
2019-02-07phy: make phy-core explicitly non-modularPaul Gortmaker
2018-12-12phy: Add configuration interfaceMaxime Ripard
2018-12-12phy: core: rework phy_set_mode to accept phy mode and submodeGrygorii Strashko
2018-04-25phy: core: Allow phy_pm_runtime_xxx API calls with NULL phyManu Gautam
2018-03-08phy: Add USB speed related PHY modesManu Gautam
2018-01-19phy: work around 'phys' references to usb-nop-xceiv devicesArnd Bergmann
2017-10-23drivers: phy: add calibrate methodAndrzej Pietrasiewicz
2016-09-10phy: Add reset callbackRandy Li
2016-07-04phy: Add set_mode callbackDavid Lechner
2016-04-29phy: core: Allow children node to be overriddenThierry Reding
2016-02-10phy: core: fix wrong err handle for phy_power_onShawn Lin
2015-12-07phy: core: Get a refcount to phy in devm_of_phy_get_by_index()Chunfeng Yun
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-05-11phy: core: Check requested PHY status in _of_phy_get()Axel Lin
2015-05-11phy: phy-core: allow specifying supply at port levelDmitry Torokhov
2015-05-11phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy
2015-05-11phy: core: Fix error checking in (devm_)phy_optional_getAxel Lin
2015-03-13phy: core: Fixup return value of phy_exit when !pm_runtime_enabledAxel Lin
2015-03-13phy: Find the right match in devm_phy_destroy()Thierry Reding
2014-11-22phy: remove the old lookup methodHeikki Krogerus
2014-11-21phy: improved lookup methodHeikki Krogerus
2014-11-12phy: phy-core: use the np present in of_phandle_args to get the PHYKishon Vijay Abraham I
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I
2014-07-22phy: core: Fix of_phy_provider_lookup to return PHY provider for sub nodeKishon Vijay Abraham I
2014-07-22phy: core: Support regulator supply for PHY powerRoger Quadros
2014-07-11phy: core: Fix error path in phy_create()Roger Quadros
2014-04-24phy: fix kernel oops in phy_lookup()Sergei Shtylyov
2014-03-08phy: core: Add devm_of_phy_get to phy-coreKamil Debski
2014-03-08phy: core: Add an exported of_phy_get functionKamil Debski
2014-02-18phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to callerHans de Goede
2014-02-18phy-core: phy_get: Leave error logging to the callerHans de Goede
2014-02-05drivers: phy: Add support for optional physAndrew Lunn
2014-02-05drivers: phy: Make NULL a valid phy referenceAndrew Lunn
2013-12-24phy: phy-core.c: remove unnecessary initialization of local variablesKishon Vijay Abraham I
2013-12-24phy: phy-core: increment refcounting variables only on 'success'Kishon Vijay Abraham I
2013-12-24phy: core: properly handle failure of pm_runtime_get functionsFelipe Balbi
2013-12-10drivers: phy: tweaks to phy_create()Dan Carpenter
2013-12-10drivers: phy: Fix memory leakSachin Kamat
2013-09-27drivers: phy: add generic PHY frameworkKishon Vijay Abraham I