summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-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/+2
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: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2018-09-15usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard1-1/+61
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut1-53/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-17usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+9
2018-03-17usb: ehci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ehci-generic: handle phy power on/offPatrice Chotard1-0/+17
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-9/+9
2017-09-27usb: host: ehci-generic: convert to livetreePhilipp Tomsich1-1/+1
2017-07-29usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-29usb: host: ehci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-29usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard1-23/+95
2017-07-29usb: host: ehci-generic: replace printf() by error()Patrice Chotard1-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2016-09-24usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada1-0/+13
2016-09-24usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada1-6/+1
2016-06-20clk: convert API to match reset/mailbox styleStephen Warren1-7/+7
2016-02-24usb: ehci: Use map_physmem in ehci-genericMarek Vasut1-1/+3
2016-01-25usb: add clock support for generic EHCIMasahiro Yamada1-0/+14
2015-12-07usb: add support for generic EHCI devicesAlexey Brodkin1-0/+50