summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
* usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard2018-09-151-1/+61
* usb: ehci: Make the PHY handling genericMarek Vasut2018-08-281-53/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+9
* usb: ehci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
* usb: ehci-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: ehci-generic: convert to livetreePhilipp Tomsich2017-09-271-1/+1
* usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard2017-07-281-5/+6
* usb: host: ehci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
* usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard2017-07-281-23/+95
* usb: host: ehci-generic: replace printf() by error()Patrice Chotard2017-07-281-2/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada2016-09-231-0/+13
* usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada2016-09-231-6/+1
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-7/+7
* usb: ehci: Use map_physmem in ehci-genericMarek Vasut2016-02-241-1/+3
* usb: add clock support for generic EHCIMasahiro Yamada2016-01-251-0/+14
* usb: add support for generic EHCI devicesAlexey Brodkin2015-12-071-0/+50