Age | Commit message (Expand) | Author | Files | Lines |
2024-04-06 | phy: core: make phy_class constant | Ricardo B. Marliere | 1 | -11/+15 |
2024-03-21 | Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+47 |
2024-02-23 | phy: constify of_phandle_args in xlate | Krzysztof Kozlowski | 1 | -4/+4 |
2024-01-27 | phy: core: add notify_connect and notify_disconnect callback | Stanley Chang | 1 | -0/+47 |
2023-11-16 | phy: core: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -2/+2 |
2023-05-19 | phy: core: add debugfs files | Chunfeng Yun | 1 | -0/+14 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-02-03 | phy: Add devm_of_phy_optional_get() helper | Geert Uytterhoeven | 1 | -0/+30 |
2023-02-03 | phy: Remove unused phy_optional_get() | Geert Uytterhoeven | 1 | -21/+0 |
2022-04-20 | phy: core: Warn when phy_power_on is called before phy_init | Jules Maselbas | 1 | -0/+3 |
2022-04-20 | phy: core: Update documentation syntax | Jules Maselbas | 1 | -3/+3 |
2022-04-20 | phy: core: Add documentation of phy operation order | Jules Maselbas | 1 | -0/+35 |
2021-05-14 | phy: Allow a NULL phy name for devm_phy_get() | Rob Herring | 1 | -7/+9 |
2021-03-17 | phy: Add media type and speed serdes configuration interfaces | Steen Hegelund | 1 | -0/+30 |
2020-07-08 | phy: core: Document function args | Vinod Koul | 1 | -0/+2 |
2020-07-08 | phy: core: fix code style in devm_of_phy_provider_unregister | Vinod Koul | 1 | -1/+2 |
2020-02-19 | phy: core: Fix phy_get() to not return error on link creation failure | Kishon Vijay Abraham I | 1 | -12/+6 |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -2/+2 |
2020-01-08 | phy: core: Add consumer device link support | Alexandre Torgue | 1 | -5/+44 |
2019-08-23 | phy: core: document phy_calibrate() | Marek Szyprowski | 1 | -0/+10 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-17 | phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset cal... | Kishon Vijay Abraham I | 1 | -0/+6 |
2019-04-17 | phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHY | Kishon Vijay Abraham I | 1 | -0/+5 |
2019-02-07 | phy: make phy-core explicitly non-modular | Paul Gortmaker | 1 | -11/+1 |
2018-12-12 | phy: Add configuration interface | Maxime Ripard | 1 | -0/+64 |
2018-12-12 | phy: core: rework phy_set_mode to accept phy mode and submode | Grygorii Strashko | 1 | -3/+3 |
2018-04-25 | phy: core: Allow phy_pm_runtime_xxx API calls with NULL phy | Manu Gautam | 1 | -0/+18 |
2018-03-08 | phy: Add USB speed related PHY modes | Manu Gautam | 1 | -0/+2 |
2018-01-19 | phy: work around 'phys' references to usb-nop-xceiv devices | Arnd Bergmann | 1 | -0/+4 |
2017-10-23 | drivers: phy: add calibrate method | Andrzej Pietrasiewicz | 1 | -0/+15 |
2016-09-10 | phy: Add reset callback | Randy Li | 1 | -0/+15 |
2016-07-04 | phy: Add set_mode callback | David Lechner | 1 | -0/+15 |
2016-04-29 | phy: core: Allow children node to be overridden | Thierry Reding | 1 | -6/+44 |
2016-02-10 | phy: core: fix wrong err handle for phy_power_on | Shawn Lin | 1 | -7/+9 |
2015-12-07 | phy: core: Get a refcount to phy in devm_of_phy_get_by_index() | Chunfeng Yun | 1 | -6/+15 |
2015-06-08 | Merge 4.1-rc7 into usb-next | Greg Kroah-Hartman | 1 | -2/+2 |
2015-05-11 | phy: core: Check requested PHY status in _of_phy_get() | Axel Lin | 1 | -2/+10 |
2015-05-11 | phy: phy-core: allow specifying supply at port level | Dmitry Torokhov | 1 | -13/+10 |
2015-05-11 | phy: core: Add devm_of_phy_get_by_index to phy-core | Arun Ramamurthy | 1 | -0/+32 |
2015-05-11 | phy: core: Fix error checking in (devm_)phy_optional_get | Axel Lin | 1 | -2/+2 |
2015-03-13 | phy: core: Fixup return value of phy_exit when !pm_runtime_enabled | Axel Lin | 1 | -4/+3 |
2015-03-13 | phy: Find the right match in devm_phy_destroy() | Thierry Reding | 1 | -1/+3 |
2014-11-22 | phy: remove the old lookup method | Heikki Krogerus | 1 | -45/+4 |
2014-11-21 | phy: improved lookup method | Heikki Krogerus | 1 | -1/+83 |
2014-11-12 | phy: phy-core: use the np present in of_phandle_args to get the PHY | Kishon Vijay Abraham I | 1 | -9/+1 |
2014-07-22 | phy: core: Let node ptr of PHY point to PHY and not of PHY provider | Kishon Vijay Abraham I | 1 | -7/+18 |
2014-07-22 | phy: core: Fix of_phy_provider_lookup to return PHY provider for sub node | Kishon Vijay Abraham I | 1 | -0/+5 |
2014-07-22 | phy: core: Support regulator supply for PHY power | Roger Quadros | 1 | -0/+26 |
2014-07-11 | phy: core: Fix error path in phy_create() | Roger Quadros | 1 | -3/+4 |
2014-04-24 | phy: fix kernel oops in phy_lookup() | Sergei Shtylyov | 1 | -0/+3 |