aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ulpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-6/+5
2016-09-06usb: ulpi: make ops struct constantTal Shorer2-2/+2
2016-09-06usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer1-2/+1
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-2/+0
2016-09-06usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer1-0/+2
2016-08-09usb: ulpi: Automatically set driver::owner with ulpi_driver_register()Stephen Boyd1-1/+5
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus3-0/+213