summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: constify the struct device_type usageRicardo B. Marliere2024-02-191-1/+1
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
* usb: phy: Fix page fault from usb_phy_ueventArtur Petrosyan2021-07-211-2/+8
* usb: phy: introduce usb_phy device type with its own uevent handlerGrzegorz Jaszczyk2021-06-031-8/+47
* usb: phy: phy: Fix-up a whole bunch of formatting issuesLee Jones2020-07-031-24/+25
* usb: phy: show USB charger type for userPeter Chen2020-01-241-1/+12
* USB: phy: drop legacy board-file supportJohan Hovold2018-04-221-97/+2
* USB: phy: drop unused legacy controller-phy bind helperJohan Hovold2018-04-221-34/+0
* usb: phy: Factor out the usb charger initializationBaolin Wang2017-12-121-4/+10
* USB: phy: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-08-221-0/+272
|\
| * usb: phy: Add USB charger supportBaolin Wang2017-08-151-0/+272
* | usb: Convert to using %pOF instead of full_nameRob Herring2017-07-221-2/+2
|/
* usb: phy: Introduce one extcon device into usb phyBaolin Wang2017-05-171-0/+57
* usb: phy: Add interface to get phy give of device_node.NeilBrown2015-05-261-27/+70
* usb: phy: Find the right match in devm_usb_phy_matchAxel Lin2015-03-191-1/+3
* usb: phy: never defer probe in non-OF caseHeikki Krogerus2015-01-191-1/+1
* Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-121-3/+9
|\
| * usb: phy: Restore deferred probing pathThierry Reding2014-12-231-4/+10
* | usb: phy: Fix deferred probingMaxime Ripard2015-01-091-3/+3
|/
* usb: phy: introduce usb_phy_set_event interfaceKiran Raparthy2014-11-211-0/+12
* usb: phy: propagate __of_usb_find_phy()'s error on failureArjun Sreedharan2014-11-201-1/+3
* usb: phy: return -ENODEV on failure of try_module_getArjun Sreedharan2014-08-191-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-1/+1
|\
| * drivers/usb/phy/phy.c: remove a leading spaceAntonio Ospite2014-06-191-1/+1
* | usb: phy: return an error in usb_get_phy() if try_module_get() failsMathias Krause2014-04-161-0/+3
|/
* usb: phy: move some error messages to debugJosh Boyer2014-02-041-5/+3
* usb: phy: initialize the notifier when add a new phyNeil Zhang2013-12-121-0/+4
* usb: phy: don't return with NULL from devm_usb_get_phy()Gabor Juhos2013-10-111-1/+1
* usb: phy: remove exported function from __init sectionDenis Efremov2013-04-231-1/+1
* usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLFelipe Balbi2013-03-181-10/+10
* usb: phy: move bulk of otg/otg.c to phy/phy.cSascha Hauer2013-03-181-0/+438