| Commit message (Expand) | Author | Age | Files | Lines |
* | phy: core: Warn when phy_power_on is called before phy_init | Jules Maselbas | 2022-04-20 | 1 | -0/+3 |
* | phy: core: Update documentation syntax | Jules Maselbas | 2022-04-20 | 1 | -3/+3 |
* | phy: core: Add documentation of phy operation order | Jules Maselbas | 2022-04-20 | 1 | -0/+35 |
* | phy: Allow a NULL phy name for devm_phy_get() | Rob Herring | 2021-05-14 | 1 | -7/+9 |
* | phy: Add media type and speed serdes configuration interfaces | Steen Hegelund | 2021-03-17 | 1 | -0/+30 |
* | phy: core: Document function args | Vinod Koul | 2020-07-08 | 1 | -0/+2 |
* | phy: core: fix code style in devm_of_phy_provider_unregister | Vinod Koul | 2020-07-08 | 1 | -1/+2 |
* | phy: core: Fix phy_get() to not return error on link creation failure | Kishon Vijay Abraham I | 2020-02-19 | 1 | -12/+6 |
* | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 2020-02-04 | 1 | -2/+2 |
* | phy: core: Add consumer device link support | Alexandre Torgue | 2020-01-08 | 1 | -5/+44 |
* | phy: core: document phy_calibrate() | Marek Szyprowski | 2019-08-23 | 1 | -0/+10 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset cal... | Kishon Vijay Abraham I | 2019-04-17 | 1 | -0/+6 |
* | phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHY | Kishon Vijay Abraham I | 2019-04-17 | 1 | -0/+5 |
* | phy: make phy-core explicitly non-modular | Paul Gortmaker | 2019-02-07 | 1 | -11/+1 |
* | phy: Add configuration interface | Maxime Ripard | 2018-12-12 | 1 | -0/+64 |
* | phy: core: rework phy_set_mode to accept phy mode and submode | Grygorii Strashko | 2018-12-12 | 1 | -3/+3 |
* | phy: core: Allow phy_pm_runtime_xxx API calls with NULL phy | Manu Gautam | 2018-04-25 | 1 | -0/+18 |
* | phy: Add USB speed related PHY modes | Manu Gautam | 2018-03-08 | 1 | -0/+2 |
* | phy: work around 'phys' references to usb-nop-xceiv devices | Arnd Bergmann | 2018-01-19 | 1 | -0/+4 |
* | drivers: phy: add calibrate method | Andrzej Pietrasiewicz | 2017-10-23 | 1 | -0/+15 |
* | phy: Add reset callback | Randy Li | 2016-09-10 | 1 | -0/+15 |
* | phy: Add set_mode callback | David Lechner | 2016-07-04 | 1 | -0/+15 |
* | phy: core: Allow children node to be overridden | Thierry Reding | 2016-04-29 | 1 | -6/+44 |
* | phy: core: fix wrong err handle for phy_power_on | Shawn Lin | 2016-02-10 | 1 | -7/+9 |
* | phy: core: Get a refcount to phy in devm_of_phy_get_by_index() | Chunfeng Yun | 2015-12-07 | 1 | -6/+15 |
* | Merge 4.1-rc7 into usb-next | Greg Kroah-Hartman | 2015-06-08 | 1 | -2/+2 |
|\ |
|
| * | phy: core: Fix error checking in (devm_)phy_optional_get | Axel Lin | 2015-05-11 | 1 | -2/+2 |
* | | phy: core: Check requested PHY status in _of_phy_get() | Axel Lin | 2015-05-11 | 1 | -2/+10 |
* | | phy: phy-core: allow specifying supply at port level | Dmitry Torokhov | 2015-05-11 | 1 | -13/+10 |
* | | phy: core: Add devm_of_phy_get_by_index to phy-core | Arun Ramamurthy | 2015-05-11 | 1 | -0/+32 |
|/ |
|
* | phy: core: Fixup return value of phy_exit when !pm_runtime_enabled | Axel Lin | 2015-03-13 | 1 | -4/+3 |
* | phy: Find the right match in devm_phy_destroy() | Thierry Reding | 2015-03-13 | 1 | -1/+3 |
* | phy: remove the old lookup method | Heikki Krogerus | 2014-11-22 | 1 | -45/+4 |
* | phy: improved lookup method | Heikki Krogerus | 2014-11-21 | 1 | -1/+83 |
* | phy: phy-core: use the np present in of_phandle_args to get the PHY | Kishon Vijay Abraham I | 2014-11-12 | 1 | -9/+1 |
* | phy: core: Let node ptr of PHY point to PHY and not of PHY provider | Kishon Vijay Abraham I | 2014-07-22 | 1 | -7/+18 |
* | phy: core: Fix of_phy_provider_lookup to return PHY provider for sub node | Kishon Vijay Abraham I | 2014-07-22 | 1 | -0/+5 |
* | phy: core: Support regulator supply for PHY power | Roger Quadros | 2014-07-22 | 1 | -0/+26 |
* | phy: core: Fix error path in phy_create() | Roger Quadros | 2014-07-11 | 1 | -3/+4 |
* | phy: fix kernel oops in phy_lookup() | Sergei Shtylyov | 2014-04-24 | 1 | -0/+3 |
* | phy: core: Add devm_of_phy_get to phy-core | Kamil Debski | 2014-03-08 | 1 | -0/+31 |
* | phy: core: Add an exported of_phy_get function | Kamil Debski | 2014-03-08 | 1 | -9/+36 |
* | phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to caller | Hans de Goede | 2014-02-18 | 1 | -0/+4 |
* | phy-core: phy_get: Leave error logging to the caller | Hans de Goede | 2014-02-18 | 1 | -8/+2 |
* | drivers: phy: Add support for optional phys | Andrew Lunn | 2014-02-05 | 1 | -0/+45 |
* | drivers: phy: Make NULL a valid phy reference | Andrew Lunn | 2014-02-05 | 1 | -1/+16 |
* | phy: phy-core.c: remove unnecessary initialization of local variables | Kishon Vijay Abraham I | 2013-12-24 | 1 | -3/+3 |
* | phy: phy-core: increment refcounting variables only on 'success' | Kishon Vijay Abraham I | 2013-12-24 | 1 | -8/+14 |
* | phy: core: properly handle failure of pm_runtime_get functions | Felipe Balbi | 2013-12-24 | 1 | -2/+14 |