aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* import kernel sourceSiluxsept2025-08-09134-0/+99357
* cleanup for new importSiluxsept2025-08-09134-99301/+0
* merge branch lineage-20 into t13.0t13.0Siluxsept2024-02-063-11/+27
* Merge tag 'android-13.0.0_r0.62' into staging/lineage-20_merge-android-13.0.0...Michael Bestas2023-04-116-16/+6
* redbull: import kernel source from correct branch..Siluxsept2022-12-2231-176/+713
* redbull: T kernel source squashed importSiluxsept2022-12-2229-613/+135
* redbull: sync with LOS sources12.1Siluxsept2022-04-0329-135/+613
* Merge android-4.19-stable (4.19.160) into android-msm-pixel-4.19-rvc-ltslucaswei2021-01-279-18/+44
|\
| * Merge 4.19.158 into android-4.19-stableGreg Kroah-Hartman2020-11-191-1/+1
| |\
| | * xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong2020-11-181-1/+1
| * | Merge 4.19.155 into android-4.19-stableGreg Kroah-Hartman2020-11-054-5/+29
| |\|
| | * usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang2020-11-051-3/+6
| | * usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-11-052-0/+18
| | * usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen2020-11-051-2/+5
| * | Merge 4.19.154 into android-4.19-stableGreg Kroah-Hartman2020-10-301-6/+10
| |\|
| | * usb: ohci: Default to per-port over-current protectionHamish Martin2020-10-301-6/+10
| * | Merge 4.19.149 into android-4.19-stableGreg Kroah-Hartman2020-10-011-5/+3
| |\|
| | * USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King2020-10-011-4/+3
| | * USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin2020-10-011-3/+2
| * | Merge 4.19.147 into android-4.19-stableGreg Kroah-Hartman2020-09-242-1/+1
| |\|
| | * ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-232-1/+1
* | | Merge android-4.19-stable (4.19.145) into android-msm-pixel-4.19-rvc-ltslucaswei2020-12-075-20/+25
|\| |
| * | Merge 4.19.143 into android-4.19-stableGreg Kroah-Hartman2020-09-034-17/+18
| |\|
| | * usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-09-031-3/+2
| | * xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-09-031-1/+2
| | * xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-09-031-9/+10
| | * usb: host: xhci: fix ep context print mismatch in debugfsLi Jun2020-09-031-4/+4
| * | Merge 4.19.139 into android-4.19-stableGreg Kroah-Hartman2020-08-111-3/+7
| |\|
| | * usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman2020-08-111-1/+3
| | * usb: xhci: define IDs for various ASMedia host controllersForest Crossman2020-08-111-3/+5
* | | Merge android-4.19-stable (4.19.135) into android-msm-pixel-4.19-rvc-ltslucaswei2020-10-2710-7/+158
|\| |
| * | Merge 4.19.135 into android-4.19-stableGreg Kroah-Hartman2020-07-292-0/+7
| |\|
| | * usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman2020-07-291-0/+3
| | * usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun2020-07-291-0/+4
| * | Merge 4.19.134 into android-4.19-stableGreg Kroah-Hartman2020-07-223-18/+1
| |\|
| | * Revert "usb/ehci-platform: Set PM runtime as active on resume"Sasha Levin2020-07-221-4/+0
| | * Revert "usb/xhci-plat: Set PM runtime as active on resume"Sasha Levin2020-07-221-9/+1
| | * Revert "usb/ohci-platform: Fix a warning when hibernating"Sasha Levin2020-07-221-5/+0
| * | Merge 4.19.131 into android-4.19-stableGreg Kroah-Hartman2020-07-016-7/+22
| |\|
| | * xhci: Return if xHCI doesn't support LPMKai-Heng Feng2020-06-301-1/+4
| | * xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper2020-06-301-0/+1
| | * xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-301-1/+1
| | * usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin2020-06-301-3/+2
| | * xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng2020-06-301-0/+3
| | * usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin2020-06-301-2/+3
| | * USB: ehci: reopen solution for Synopsys HC bugLongfang Liu2020-06-301-0/+7
| | * USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan2020-06-301-0/+1
| * | Merge 4.19.130 into android-4.19-stableGreg Kroah-Hartman2020-06-274-1/+147
| |\|
| | * usb/ehci-platform: Set PM runtime as active on resumeQais Yousef2020-06-251-0/+4
| | * usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda2020-06-251-0/+127