aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/common/ulpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-03usb: common: ulpi: Fix a few kerneldoc related issuesLee Jones1-2/+3
2017-11-28USB: ulpi: fix bus-node lookupJohan Hovold1-2/+2
2017-11-04USB: common: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-28usb: make device_type constBhumika Goyal1-1/+1
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring1-1/+1
2017-01-20usb: ulpi: Support device discovery via DTStephen Boyd1-6/+73
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+6
2016-09-06usb: ulpi: make ops struct constantTal Shorer1-1/+2
2016-09-06usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer1-1/+0
2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer1-2/+2
2016-09-06usb: ulpi: remove calls to old api callbacksTal Shorer1-4/+0
2016-09-06usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer1-2/+6
2016-09-06usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer1-1/+2
2016-08-09usb: ulpi: Automatically set driver::owner with ulpi_driver_register()Stephen Boyd1-2/+3
2015-07-20usb: ulpi: ulpi_init should be executed in subsys_initcallLu Baolu1-1/+1
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus1-0/+255