aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-22USB: phy: drop legacy board-file supportJohan Hovold1-97/+2
2018-04-22USB: phy: drop unused legacy controller-phy bind helperJohan Hovold1-34/+0
2017-12-12usb: phy: Factor out the usb charger initializationBaolin Wang1-4/+10
2017-11-07USB: phy: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+272
2017-08-15usb: phy: Add USB charger supportBaolin Wang1-0/+272
2017-07-22usb: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-05-17usb: phy: Introduce one extcon device into usb phyBaolin Wang1-0/+57
2015-05-26usb: phy: Add interface to get phy give of device_node.NeilBrown1-27/+70
2015-03-19usb: phy: Find the right match in devm_usb_phy_matchAxel Lin1-1/+3
2015-01-19usb: phy: never defer probe in non-OF caseHeikki Krogerus1-1/+1
2015-01-12Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman1-3/+9
2015-01-09usb: phy: Fix deferred probingMaxime Ripard1-3/+3
2014-12-23usb: phy: Restore deferred probing pathThierry Reding1-4/+10
2014-11-21usb: phy: introduce usb_phy_set_event interfaceKiran Raparthy1-0/+12
2014-11-20usb: phy: propagate __of_usb_find_phy()'s error on failureArjun Sreedharan1-1/+3
2014-08-19usb: phy: return -ENODEV on failure of try_module_getArjun Sreedharan1-0/+3
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-06-19drivers/usb/phy/phy.c: remove a leading spaceAntonio Ospite1-1/+1
2014-04-16usb: phy: return an error in usb_get_phy() if try_module_get() failsMathias Krause1-0/+3
2014-02-04usb: phy: move some error messages to debugJosh Boyer1-5/+3
2013-12-12usb: phy: initialize the notifier when add a new phyNeil Zhang1-0/+4
2013-10-11usb: phy: don't return with NULL from devm_usb_get_phy()Gabor Juhos1-1/+1
2013-04-23usb: phy: remove exported function from __init sectionDenis Efremov1-1/+1
2013-03-18usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLFelipe Balbi1-10/+10
2013-03-18usb: phy: move bulk of otg/otg.c to phy/phy.cSascha Hauer1-0/+438