aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+47
2024-02-23phy: constify of_phandle_args in xlateGravatar Krzysztof Kozlowski 1-4/+4
2024-01-27phy: core: add notify_connect and notify_disconnect callbackGravatar Stanley Chang 1-0/+47
2023-11-16phy: core: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-2/+2
2023-05-19phy: core: add debugfs filesGravatar Chunfeng Yun 1-0/+14
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-03phy: Add devm_of_phy_optional_get() helperGravatar Geert Uytterhoeven 1-0/+30
2023-02-03phy: Remove unused phy_optional_get()Gravatar Geert Uytterhoeven 1-21/+0
2022-04-20phy: core: Warn when phy_power_on is called before phy_initGravatar Jules Maselbas 1-0/+3
2022-04-20phy: core: Update documentation syntaxGravatar Jules Maselbas 1-3/+3
2022-04-20phy: core: Add documentation of phy operation orderGravatar Jules Maselbas 1-0/+35
2021-05-14phy: Allow a NULL phy name for devm_phy_get()Gravatar Rob Herring 1-7/+9
2021-03-17phy: Add media type and speed serdes configuration interfacesGravatar Steen Hegelund 1-0/+30
2020-07-08phy: core: Document function argsGravatar Vinod Koul 1-0/+2
2020-07-08phy: core: fix code style in devm_of_phy_provider_unregisterGravatar Vinod Koul 1-1/+2
2020-02-19phy: core: Fix phy_get() to not return error on link creation failureGravatar Kishon Vijay Abraham I 1-12/+6
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-2/+2
2020-01-08phy: core: Add consumer device link supportGravatar Alexandre Torgue 1-5/+44
2019-08-23phy: core: document phy_calibrate()Gravatar Marek Szyprowski 1-0/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-17phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset cal...Gravatar Kishon Vijay Abraham I 1-0/+6
2019-04-17phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHYGravatar Kishon Vijay Abraham I 1-0/+5
2019-02-07phy: make phy-core explicitly non-modularGravatar Paul Gortmaker 1-11/+1
2018-12-12phy: Add configuration interfaceGravatar Maxime Ripard 1-0/+64
2018-12-12phy: core: rework phy_set_mode to accept phy mode and submodeGravatar Grygorii Strashko 1-3/+3
2018-04-25phy: core: Allow phy_pm_runtime_xxx API calls with NULL phyGravatar Manu Gautam 1-0/+18
2018-03-08phy: Add USB speed related PHY modesGravatar Manu Gautam 1-0/+2
2018-01-19phy: work around 'phys' references to usb-nop-xceiv devicesGravatar Arnd Bergmann 1-0/+4
2017-10-23drivers: phy: add calibrate methodGravatar Andrzej Pietrasiewicz 1-0/+15
2016-09-10phy: Add reset callbackGravatar Randy Li 1-0/+15
2016-07-04phy: Add set_mode callbackGravatar David Lechner 1-0/+15
2016-04-29phy: core: Allow children node to be overriddenGravatar Thierry Reding 1-6/+44
2016-02-10phy: core: fix wrong err handle for phy_power_onGravatar Shawn Lin 1-7/+9
2015-12-07phy: core: Get a refcount to phy in devm_of_phy_get_by_index()Gravatar Chunfeng Yun 1-6/+15
2015-06-08Merge 4.1-rc7 into usb-nextGravatar Greg Kroah-Hartman 1-2/+2
2015-05-11phy: core: Check requested PHY status in _of_phy_get()Gravatar Axel Lin 1-2/+10
2015-05-11phy: phy-core: allow specifying supply at port levelGravatar Dmitry Torokhov 1-13/+10
2015-05-11phy: core: Add devm_of_phy_get_by_index to phy-coreGravatar Arun Ramamurthy 1-0/+32
2015-05-11phy: core: Fix error checking in (devm_)phy_optional_getGravatar Axel Lin 1-2/+2
2015-03-13phy: core: Fixup return value of phy_exit when !pm_runtime_enabledGravatar Axel Lin 1-4/+3
2015-03-13phy: Find the right match in devm_phy_destroy()Gravatar Thierry Reding 1-1/+3
2014-11-22phy: remove the old lookup methodGravatar Heikki Krogerus 1-45/+4
2014-11-21phy: improved lookup methodGravatar Heikki Krogerus 1-1/+83
2014-11-12phy: phy-core: use the np present in of_phandle_args to get the PHYGravatar Kishon Vijay Abraham I 1-9/+1
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerGravatar Kishon Vijay Abraham I 1-7/+18
2014-07-22phy: core: Fix of_phy_provider_lookup to return PHY provider for sub nodeGravatar Kishon Vijay Abraham I 1-0/+5
2014-07-22phy: core: Support regulator supply for PHY powerGravatar Roger Quadros 1-0/+26
2014-07-11phy: core: Fix error path in phy_create()Gravatar Roger Quadros 1-3/+4
2014-04-24phy: fix kernel oops in phy_lookup()Gravatar Sergei Shtylyov 1-0/+3
2014-03-08phy: core: Add devm_of_phy_get to phy-coreGravatar Kamil Debski 1-0/+31