summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: storage: ums-realtek: fix error code in rts51x_read_mem()Dan Carpenter2022-03-151-1/+1
* usb: early: xhci-dbc: Fix xdbc number parsingPeter Zijlstra2022-03-151-2/+6
* usb: early: xhci-dbc: Remove duplicate keep parsingPeter Zijlstra2022-03-151-3/+2
* usb: gadget: udc: s3c2410: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+9
* usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+9
* usb: gadget: udc: core: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+12
* usb: gadget: composite: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-13/+14
* usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was f...Jakob Koschel2022-03-151-6/+7
* usb: gadget: composite: remove check of list iterator against head past the l...Jakob Koschel2022-03-151-4/+5
* usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-5/+7
* usb: gadget: udc: max3420_udc: remove using list iterator after loop body as ...Jakob Koschel2022-03-151-7/+11
* usb: gadget: legacy: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-11/+12
* usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-10/+14
* usb: gadget: aspeed: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: udc-xilinx: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
* usb: gadget: s3c-hsudc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: omap_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: udc: net2280: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
* usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-6/+7
* usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: mv_u3d: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: udc: gr_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+7
* usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
* usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
* usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-4/+9
* usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel2022-03-152-10/+16
* usb: dwc3: pci: Add support for Intel Alder LakeShruthi Sanil2022-03-151-0/+4
* usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller2022-03-151-1/+1
* usb: dwc3: gadget: Give some time to schedule isocThinh Nguyen2022-03-151-1/+7
* usb: dwc3: core: do not use 3.0 clock when operating in 2.0 modeBin Yang2022-03-152-0/+6
* usb: dwc3: imx8mp: Add support for setting SOC specific flagsAlexander Stein2022-03-151-0/+63
* usb: dwc3: imx8mp: rename iomem base pointerAlexander Stein2022-03-151-8/+8
* usb: dwc3-meson-g12a: constify drvdata structsHeiner Kallweit2022-03-151-5/+5
* usb: raw-gadget: return -EINVAL if no proper ep address availableWei Ming Chen2022-03-151-4/+11
* usb: raw-gadget: use kzallocJulia Lawall2022-03-151-2/+1
* usb: gadget: udc: fix typos in commentsJulia Lawall2022-03-151-1/+1
* Merge tag 'thunderbolt-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2022-03-119-40/+265
|\
| * thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello2022-03-042-17/+17
| * thunderbolt: Clarify register definitions for `tb_cap_plug_events`Mario Limonciello2022-03-041-7/+11
| * thunderbolt: Do not make DROM read success compulsoryMario Limonciello2022-03-041-4/+2
| * thunderbolt: Do not resume routers if UID is not setMario Limonciello2022-03-041-0/+4
| * thunderbolt: Retry DROM reads for more failure scenariosMario Limonciello2022-03-041-7/+10
| * thunderbolt: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-2/+2
| * thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg2022-02-025-1/+206
| * thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg2022-02-021-0/+1
| * thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg2022-02-022-0/+11
| * thunderbolt: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-2/+1