summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-281-2/+2
|\
| * xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-2/+2
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-284-68/+1
|\ \
| * \ Merge tag 'phy-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2022-03-104-68/+1
| |\ \
| | * | Revert "usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720"Pali Rohár2022-02-254-68/+1
* | | | Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2621-250/+321
|\ \ \ \
| * | | | xen/usb: harden xen_hcd against malicious backendsJuergen Gross2022-03-161-14/+43
| * | | | Merge tag 'v5.17-rc8' into usb-nextGreg Kroah-Hartman2022-03-161-8/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | xen/usb: don't use arbitrary_virt_to_machine()Juergen Gross2022-03-151-3/+1
| * | | | usb: oxu210hp-hcd: remove redundant call to max_packet() macroVincent Mailhol2022-03-151-1/+1
| * | | | usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan2022-03-031-4/+4
| * | | | usb: host: xhci: add blank line in xhci_halt()Linyu Yuan2022-03-031-0/+3
| * | | | usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan2022-03-031-2/+1
| * | | | usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan2022-03-031-1/+1
| * | | | usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan2022-03-031-5/+1
| * | | | xhci: fix runtime PM imbalance in USB2 resumeHenry Lin2022-03-031-0/+3
| * | | | xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula2022-03-031-0/+2
| * | | | xhci: fix garbage USBSTS being logged in some casesAnssi Hannula2022-03-031-1/+4
| * | | | xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-03-034-15/+16
| * | | | usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-03-031-1/+1
| * | | | Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-281-9/+19
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | xhci: omit mem read just after allocation of trbOliver Neukum2022-02-241-1/+1
| * | | | usb: host: ehci-q: make qtd_fill() return *unsigned int*Sergey Shtylyov2022-02-241-3/+4
| * | | | usb: xhci: fix minmax.cocci warningskernel test robot2022-02-171-2/+1
| * | | | usb: host: xhci: drop redundant checksSergey Shtylyov2022-02-171-4/+0
| * | | | xhci: Allocate separate command structures for each LPM commandMathias Nyman2022-02-173-22/+8
| * | | | xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman2022-02-172-7/+40
| * | | | xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman2022-02-174-20/+30
| * | | | xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman2022-02-173-8/+9
| * | | | xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman2022-02-173-31/+22
| * | | | xhci: dbc: refactor xhci_dbc_init()Mathias Nyman2022-02-171-58/+66
| * | | | usb: host: xhci-mtk: Simplify supplies handling with regulator_bulkAngeloGioacchino Del Regno2022-02-172-35/+14
| * | | | usb: host: ehci-platform: Update brcm, xgs-iproc-ehci workaroundChris Packham2022-02-151-2/+1
| * | | | usb: host: {e|o}hci-dbg: kill useless 'ret' variable initializersSergey Shtylyov2022-02-152-4/+4
| * | | | usb: xhci-mtk: add support ip-sleep wakeup for mt8195Chunfeng Yun2022-02-111-0/+37
| * | | | usb: ehci: add pci device support for Aspeed platformsNeal Liu2022-02-081-0/+9
| * | | | Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman2022-01-311-0/+3
| |\ \ \ \
| * | | | | usb: xhci-mtk: Use struct_size() helper in create_sch_ep()Gustavo A. R. Silva2022-01-261-4/+3
| * | | | | usb: host: fotg210: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2022-01-261-3/+1
| * | | | | usb: host: xhci-plat: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-261-10/+3
| * | | | | usb: host: ehci-sched: Use struct_size() in kzalloc()Gustavo A. R. Silva2022-01-261-3/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-2/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
| | |/ / | |/| |
* | | | xen/usb: don't use gnttab_end_foreign_access() in xenhcd_gnttab_done()Juergen Gross2022-03-071-8/+18
| |_|/ |/| |
* | | xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie2022-02-151-3/+6
* | | xhci: re-initialize the HC during resume if HCE was setPuma Hsu2022-02-151-6/+13
|/ /
* / usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li2022-01-261-0/+3
|/
* headers/prep: Fix non-standard header section: drivers/usb/host/ohci-tmio.cIngo Molnar2022-01-051-5/+0
* Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman2022-01-031-1/+4
|\
| * xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman2021-12-211-1/+4