aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-generic.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-17usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+6
2018-03-17usb: ohci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ohci-generic: handle phy power on/offPatrice Chotard1-0/+17
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-9/+9
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28usb: host: ohci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-28usb: host: ohci-generic: add RESET supportPatrice Chotard1-2/+40
2017-07-28usb: host: ohci-generic: add CLOCK supportPatrice Chotard1-2/+53
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2015-12-17usb: add support of generic OHCI devicesAlexey Brodkin1-0/+45