summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-generic.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-2/+4
2020-09-08usb: host: ohci: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: 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-29usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-29usb: host: ohci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-29usb: host: ohci-generic: add RESET supportPatrice Chotard1-2/+40
2017-07-29usb: 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