summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman1-41/+43
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman1-55/+53
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman2-27/+30
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman1-7/+5
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman1-46/+46
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman1-6/+25
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman1-3/+2
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman1-5/+32
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman2-16/+13
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman2-7/+16
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar1-1/+6
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman1-0/+7
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman3-22/+2
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman1-24/+22
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman1-3/+9
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman2-25/+52
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman1-8/+6
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman3-21/+17
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman1-11/+6
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman3-20/+12
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-01-26usb: raw-gadget: update documentation and KconfigAndrey Konovalov1-4/+9
2021-01-26usb: raw-gadget: add copyrightAndrey Konovalov1-1/+2
2021-01-26usb/c67x00: Replace tasklet with workDavidlohr Bueso2-6/+8
2021-01-25usb: typec: tcpci_maxim: add terminating newlines to loggingJunlin Yang1-6/+6
2021-01-25usb: typec: tcpci_maxim: remove redundant assignmentJunlin Yang1-1/+0
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso1-10/+52
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman290-1334/+3419
2021-01-24Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2-13/+3
2021-01-24Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds7-52/+126
2021-01-24Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-21/+75
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+33
2021-01-24Merge tag 'staging-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-58/+29
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-24/+37
2021-01-24Merge tag 'usb-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-20/+58
2021-01-24Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-7/+17
2021-01-23Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds5-16/+27
2021-01-23Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+44
2021-01-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-28/+68
2021-01-22Merge tag 'for-5.11/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+45
2021-01-22Merge tag 'mmc-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-7/+37
2021-01-22Merge tag 'platform-drivers-x86-v5.11-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds9-24/+72
2021-01-22misc: rtsx: init value of aspm_enabledRicky Wu1-1/+6
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-22i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam1-1/+19
2021-01-21Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-1/+2
2021-01-21Merge tag 'drm-fixes-2021-01-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-90/+198