aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27driver core: make struct device_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-3/+3
2021-07-21usb: phy: Fix page fault from usb_phy_ueventGravatar Artur Petrosyan 1-2/+8
2021-06-03usb: phy: introduce usb_phy device type with its own uevent handlerGravatar Grzegorz Jaszczyk 1-8/+47
2020-07-03usb: phy: phy: Fix-up a whole bunch of formatting issuesGravatar Lee Jones 1-24/+25
2020-01-24usb: phy: show USB charger type for userGravatar Peter Chen 1-1/+12
2018-04-22USB: phy: drop legacy board-file supportGravatar Johan Hovold 1-97/+2
2018-04-22USB: phy: drop unused legacy controller-phy bind helperGravatar Johan Hovold 1-34/+0
2017-12-12usb: phy: Factor out the usb charger initializationGravatar Baolin Wang 1-4/+10
2017-11-07USB: phy: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-0/+272
2017-08-15usb: phy: Add USB charger supportGravatar Baolin Wang 1-0/+272
2017-07-22usb: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2017-05-17usb: phy: Introduce one extcon device into usb phyGravatar Baolin Wang 1-0/+57
2015-05-26usb: phy: Add interface to get phy give of device_node.Gravatar NeilBrown 1-27/+70
2015-03-19usb: phy: Find the right match in devm_usb_phy_matchGravatar Axel Lin 1-1/+3
2015-01-19usb: phy: never defer probe in non-OF caseGravatar Heikki Krogerus 1-1/+1
2015-01-12Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-3/+9
2015-01-09usb: phy: Fix deferred probingGravatar Maxime Ripard 1-3/+3
2014-12-23usb: phy: Restore deferred probing pathGravatar Thierry Reding 1-4/+10
2014-11-21usb: phy: introduce usb_phy_set_event interfaceGravatar Kiran Raparthy 1-0/+12
2014-11-20usb: phy: propagate __of_usb_find_phy()'s error on failureGravatar Arjun Sreedharan 1-1/+3
2014-08-19usb: phy: return -ENODEV on failure of try_module_getGravatar Arjun Sreedharan 1-0/+3
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-06-19drivers/usb/phy/phy.c: remove a leading spaceGravatar Antonio Ospite 1-1/+1
2014-04-16usb: phy: return an error in usb_get_phy() if try_module_get() failsGravatar Mathias Krause 1-0/+3
2014-02-04usb: phy: move some error messages to debugGravatar Josh Boyer 1-5/+3
2013-12-12usb: phy: initialize the notifier when add a new phyGravatar Neil Zhang 1-0/+4
2013-10-11usb: phy: don't return with NULL from devm_usb_get_phy()Gravatar Gabor Juhos 1-1/+1
2013-04-23usb: phy: remove exported function from __init sectionGravatar Denis Efremov 1-1/+1
2013-03-18usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLGravatar Felipe Balbi 1-10/+10
2013-03-18usb: phy: move bulk of otg/otg.c to phy/phy.cGravatar Sascha Hauer 1-0/+438