summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-03-15usb: early: xhci-dbc: Fix xdbc number parsingPeter Zijlstra
2022-03-15usb: early: xhci-dbc: Remove duplicate keep parsingPeter Zijlstra
2022-03-15usb: gadget: udc: s3c2410: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: core: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: composite: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was f...Jakob Koschel
2022-03-15usb: gadget: composite: remove check of list iterator against head past the l...Jakob Koschel
2022-03-15usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel
2022-03-15usb: gadget: udc: max3420_udc: remove using list iterator after loop body as ...Jakob Koschel
2022-03-15usb: gadget: legacy: remove using list iterator after loop body as a ptrJakob Koschel
2022-03-15usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel
2022-03-15usb: gadget: aspeed: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc-xilinx: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: s3c-hsudc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: omap_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: net2280: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: mv_u3d: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: gr_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: dwc3: pci: Add support for Intel Alder LakeShruthi Sanil
2022-03-15usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller
2022-03-15usb: dwc3: gadget: Give some time to schedule isocThinh Nguyen
2022-03-15usb: dwc3: core: do not use 3.0 clock when operating in 2.0 modeBin Yang
2022-03-15usb: dwc3: imx8mp: Add support for setting SOC specific flagsAlexander Stein
2022-03-15usb: dwc3: imx8mp: rename iomem base pointerAlexander Stein
2022-03-15usb: dwc3-meson-g12a: constify drvdata structsHeiner Kallweit
2022-03-15usb: raw-gadget: return -EINVAL if no proper ep address availableWei Ming Chen
2022-03-15usb: raw-gadget: use kzallocJulia Lawall
2022-03-15usb: gadget: udc: fix typos in commentsJulia Lawall
2022-03-11Merge tag 'thunderbolt-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2022-03-11Merge tag 'usb-serial-5.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-03-08USB: serial: usb_wwan: remove redundant assignment to variable iColin Ian King
2022-03-07USB: serial: pl2303: fix GS type detectionJohan Hovold
2022-03-04thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello
2022-03-04thunderbolt: Clarify register definitions for `tb_cap_plug_events`Mario Limonciello
2022-03-04thunderbolt: Do not make DROM read success compulsoryMario Limonciello
2022-03-04thunderbolt: Do not resume routers if UID is not setMario Limonciello
2022-03-04thunderbolt: Retry DROM reads for more failure scenariosMario Limonciello
2022-03-04USB: serial: pl2303: add IBM device IDsEddie James
2022-03-03usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan
2022-03-03usb: host: xhci: add blank line in xhci_halt()Linyu Yuan