summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-plat.c
Commit message (Expand)AuthorAgeFilesLines
* usb/xhci-plat: Set PM runtime as active on resumeQais Yousef2020-05-181-1/+9
* Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2020-05-181-1/+3
|\
| * usb: host: xhci-plat: keep runtime active when removing hostLi Jun2020-05-141-1/+3
* | usb: xhci: xhci-plat: Add support for Broadcom STB SoC'sAl Cooper2020-05-131-0/+10
|/
* usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-03-241-2/+1
* usb: host: xhci-plat: add a shutdownRan Wang2020-03-121-0/+1
* usb: host: xhci-rcar: Add a helper macro to set xhci_plat_privYoshihiro Shimoda2019-09-031-8/+2
* usb: host: xhci-plat: add quirks member into struct xhci_plat_privYoshihiro Shimoda2019-09-031-1/+3
* usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skippingMiquel Raynal2019-08-011-1/+0
* usb: host: xhci-plat: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-21/+18
* usb: host: xhci: mvebu: add reset on resume quirkOfer Heifetz2019-01-301-0/+7
* xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2018-11-091-2/+4
* usb: host: xhci-plat: add platform TPL supportPeter Chen2018-09-281-0/+3
* usb: host: xhci-plat: Iterate over parent nodes for finding quirksAnurag Kumar Vulisha2018-09-051-11/+16
* usb: host: xhci-plat: add firmware_name for R-Car Gen3Yoshihiro Shimoda2018-07-061-0/+1
* Revert "xhci: plat: Register shutdown for xhci_plat"Greg Kroah-Hartman2018-04-221-1/+0
* usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT2018-04-201-4/+21
* usb: host: xhci-plat: Remove useless test before clk_disable_unprepareGregory CLEMENT2018-04-201-4/+2
* Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2018-03-201-10/+1
|\
| * usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume timing"Yoshihiro Shimoda2018-03-091-10/+1
* | usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-091-0/+1
|/
* usb: xhci: allow imod-interval to be configurableAdam Wallis2017-12-081-0/+5
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-091-6/+10
|\
| * usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-09-181-6/+10
* | usb: host: xhci-plat: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-051-4/+4
* | usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen2017-10-051-0/+3
|/
* usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3Yoshihiro Shimoda2017-08-161-9/+1
* usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni2017-05-181-1/+1
* usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann2017-04-261-8/+4
* usb: host: xhci-plat: set resume_quirk() for R-Car controllersYoshihiro Shimoda2017-04-191-0/+3
* usb: host: xhci-plat: add resume_quirk()Yoshihiro Shimoda2017-04-191-0/+15
* usb: host: xhci-plat: enable clk in resume timingYoshihiro Shimoda2017-04-191-1/+10
* usb: host: plat: Enable xHCI plat runtime PMBaolin Wang2017-04-191-7/+46
* usb: xhci: plat: Enable async suspend/resumeAndrew Bresticker2017-04-081-0/+2
* Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-031-0/+1
|\
| * xhci: plat: Register shutdown for xhci_platAdam Wallis2017-03-291-0/+1
* | usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann2017-03-231-8/+27
|/
* usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck2017-03-091-0/+2
* usb: host: xhci-plat: enable BROKEN_PED quirk if platform requestedFelipe Balbi2017-01-251-0/+3
* Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman2017-01-251-1/+1
|\
| * xhci: remove WARN_ON if dma mask is not set for platform devicesMathias Nyman2017-01-201-1/+1
* | usb: host: xhci: plat: check hcc_params after add hcdWilliam wu2017-01-191-3/+3
|/
* usb: host: xhci: plat: add support for Renesas r8a7796 SoCYoshihiro Shimoda2016-11-141-0/+9
* xhci: get rid of platform dataHeikki Krogerus2016-06-261-4/+1
* xhci: plat: adapt to unified device property interfaceHeikki Krogerus2016-06-261-3/+2
* usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni2016-06-011-0/+3
* usb: host: xhci: plat: finally get rid of xhci_plat_type_is()Felipe Balbi2016-04-261-3/+0
* usb: host: xhci: plat: make use of new methods in xhci_plat_privFelipe Balbi2016-04-261-28/+27