summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-plat.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: plat: remove error log for failure to get usb-phyStanley Chang2023-05-131-4/+0
* USB: Extend pci resume function to handle PM eventsBasavaraj Natikar2023-05-131-2/+2
* usb: xhci: plat: Add USB 3.0 phy supportStanley Chang2023-04-201-0/+15
* usb: host: xhci-plat: Use dev_is_pci() helperNobuhiro Iwamatsu2023-04-201-3/+1
* xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter2023-02-141-0/+3
* xhci: split out rcar/rz support from xhci-plat.cArnd Bergmann2023-02-021-77/+50
* xhci: host: Add Renesas RZ/V2M SoC supportBiju Das2023-01-251-0/+11
* usb: host: xhci-plat: Add reset supportBiju Das2023-01-251-1/+16
* usb: host: xhci-plat: Improve clock handling in probe()Biju Das2023-01-251-5/+5
* Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-051-3/+8
|\
| * xhci: Fix null pointer dereference in remove if xHC has only one roothubMathias Nyman2022-08-251-3/+8
* | usb: host: xhci-plat: suspend/resume clks for brcmJustin Chen2022-08-311-1/+1
* | usb: host: xhci-plat: suspend and resume clocksJustin Chen2022-08-311-1/+15
|/
* usb: host: xhci-plat: omit shared hcd if either root hub has no portsHeiner Kallweit2022-05-121-0/+2
* usb: host: xhci-plat: prepare operation w/o shared hcdHeiner Kallweit2022-05-121-13/+18
* usb: host: xhci-plat: create shared hcd after having added main hcdHeiner Kallweit2022-05-121-13/+16
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-19/+1
|\
| * Merge tag 'phy-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2022-03-101-19/+1
| |\
| | * Revert "usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720"Pali Rohár2022-02-251-19/+1
* | | Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman2022-01-311-0/+3
|\| |
| * | usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li2022-01-261-0/+3
| |/
* / usb: host: xhci-plat: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-261-10/+3
|/
* usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár2021-02-031-1/+19
* usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar2020-12-091-0/+3
* usb: host: xhci-plat: improve the comments for xhci_plat_suspendPeter Chen2020-09-201-5/+1
* usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen2020-09-201-1/+1
* usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen2020-09-201-2/+6
* usb: host: xhci-plat: delete the unnecessary codePeter Chen2020-09-201-2/+1
* usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen2020-09-201-0/+19
* usb: host: xhci-plat: add platform data supportPeter Chen2020-09-201-1/+5
* usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-091-0/+2
* 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