Age | Commit message (Expand) | Author |
2023-05-13 | usb: xhci: plat: remove error log for failure to get usb-phy | Stanley Chang |
2023-05-13 | USB: Extend pci resume function to handle PM events | Basavaraj Natikar |
2023-04-20 | usb: xhci: plat: Add USB 3.0 phy support | Stanley Chang |
2023-04-20 | usb: host: xhci-plat: Use dev_is_pci() helper | Nobuhiro Iwamatsu |
2023-02-14 | xhci: host: potential NULL dereference in xhci_generic_plat_probe() | Dan Carpenter |
2023-02-02 | xhci: split out rcar/rz support from xhci-plat.c | Arnd Bergmann |
2023-01-25 | xhci: host: Add Renesas RZ/V2M SoC support | Biju Das |
2023-01-25 | usb: host: xhci-plat: Add reset support | Biju Das |
2023-01-25 | usb: host: xhci-plat: Improve clock handling in probe() | Biju Das |
2022-09-05 | Merge 6.0-rc4 into usb-next | Greg Kroah-Hartman |
2022-08-31 | usb: host: xhci-plat: suspend/resume clks for brcm | Justin Chen |
2022-08-31 | usb: host: xhci-plat: suspend and resume clocks | Justin Chen |
2022-08-25 | xhci: Fix null pointer dereference in remove if xHC has only one roothub | Mathias Nyman |
2022-05-12 | usb: host: xhci-plat: omit shared hcd if either root hub has no ports | Heiner Kallweit |
2022-05-12 | usb: host: xhci-plat: prepare operation w/o shared hcd | Heiner Kallweit |
2022-05-12 | usb: host: xhci-plat: create shared hcd after having added main hcd | Heiner Kallweit |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-10 | Merge tag 'phy-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/phy... | Greg Kroah-Hartman |
2022-02-25 | Revert "usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720" | Pali Rohár |
2022-01-31 | Merge tag 'v5.17-rc2' into usb-next | Greg Kroah-Hartman |
2022-01-26 | usb: host: xhci-plat: Remove useless DMA-32 fallback configuration | Christophe JAILLET |
2022-01-26 | usb: xhci-plat: fix crash when suspend if remote wake enable | Frank Li |
2021-02-03 | usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720 | Pali Rohár |
2020-12-09 | usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK | Tejas Joglekar |
2020-09-20 | usb: host: xhci-plat: improve the comments for xhci_plat_suspend | Peter Chen |
2020-09-20 | usb: host: xhci-plat: add wakeup entry at sysfs | Peter Chen |
2020-09-20 | usb: host: xhci-plat: add priv quirk for skip PHY initialization | Peter Chen |
2020-09-20 | usb: host: xhci-plat: delete the unnecessary code | Peter Chen |
2020-09-20 | usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_priv | Peter Chen |
2020-09-20 | usb: host: xhci-plat: add platform data support | Peter Chen |
2020-07-15 | usb: host: xhci-plat: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-07-09 | usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPI | Lee Jones |
2020-05-18 | usb/xhci-plat: Set PM runtime as active on resume | Qais Yousef |
2020-05-18 | Merge 5.7-rc6 into usb-next | Greg Kroah-Hartman |
2020-05-14 | usb: host: xhci-plat: keep runtime active when removing host | Li Jun |
2020-05-13 | usb: xhci: xhci-plat: Add support for Broadcom STB SoC's | Al Cooper |
2020-03-24 | usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resource | Dejin Zheng |
2020-03-12 | usb: host: xhci-plat: add a shutdown | Ran Wang |
2019-09-03 | usb: host: xhci-rcar: Add a helper macro to set xhci_plat_priv | Yoshihiro Shimoda |
2019-09-03 | usb: host: xhci-plat: add quirks member into struct xhci_plat_priv | Yoshihiro Shimoda |
2019-08-01 | usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skipping | Miquel Raynal |
2019-04-19 | usb: host: xhci-plat: get optional clock by devm_clk_get_optional() | Chunfeng Yun |
2019-01-30 | usb: host: xhci: mvebu: add reset on resume quirk | Ofer Heifetz |
2018-11-09 | xhci: Fix leaking USB3 shared_hcd at xhci removal | Mathias Nyman |
2018-09-28 | usb: host: xhci-plat: add platform TPL support | Peter Chen |
2018-09-05 | usb: host: xhci-plat: Iterate over parent nodes for finding quirks | Anurag Kumar Vulisha |
2018-07-06 | usb: host: xhci-plat: add firmware_name for R-Car Gen3 | Yoshihiro Shimoda |
2018-04-22 | Revert "xhci: plat: Register shutdown for xhci_plat" | Greg Kroah-Hartman |
2018-04-20 | usb: host: xhci-plat: Fix clock resource by adding a register clock | Gregory CLEMENT |
2018-04-20 | usb: host: xhci-plat: Remove useless test before clk_disable_unprepare | Gregory CLEMENT |