summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-generic.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-2/+4
* usb: host: ohci: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+6
* usb: ohci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
* usb: ohci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-9/+9
* usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard2017-07-281-5/+6
* usb: host: ohci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
* usb: host: ohci-generic: add RESET supportPatrice Chotard2017-07-281-2/+40
* usb: host: ohci-generic: add CLOCK supportPatrice Chotard2017-07-281-2/+53
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* usb: add support of generic OHCI devicesAlexey Brodkin2015-12-171-0/+45