summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-03-15usb: gadget: udc: net2280: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel1-6/+7
2022-03-15usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: mv_u3d: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: gr_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: goku_udc: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: at91: remove usage of list iterator past the loop bodyJakob Koschel1-5/+7
2022-03-15usb: gadget: udc: pxa25x: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel1-5/+8
2022-03-15usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel1-4/+9
2022-03-15usb: gadget: fsl: remove usage of list iterator past the loop bodyJakob Koschel2-10/+16
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller1-1/+0
2022-03-15usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter1-0/+1
2022-03-15usb: dwc3: pci: Add support for Intel Alder LakeShruthi Sanil1-0/+4
2022-03-15usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller1-1/+1
2022-03-15usb: dwc3: gadget: Give some time to schedule isocThinh Nguyen1-1/+7
2022-03-15usb: dwc3: core: do not use 3.0 clock when operating in 2.0 modeBin Yang2-0/+6
2022-03-15usb: dwc3: imx8mp: Add support for setting SOC specific flagsAlexander Stein1-0/+63
2022-03-15usb: dwc3: imx8mp: rename iomem base pointerAlexander Stein1-8/+8
2022-03-15usb: dwc3-meson-g12a: constify drvdata structsHeiner Kallweit1-5/+5
2022-03-15usb: raw-gadget: return -EINVAL if no proper ep address availableWei Ming Chen1-4/+11
2022-03-15usb: raw-gadget: use kzallocJulia Lawall1-2/+1
2022-03-15usb: gadget: udc: fix typos in commentsJulia Lawall1-1/+1
2022-03-11Merge tag 'usb-serial-5.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman5-1/+13
2022-03-10Merge tag 'phy-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman4-68/+1
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-2/+2
2022-03-08USB: serial: usb_wwan: remove redundant assignment to variable iColin Ian King1-1/+0
2022-03-07USB: serial: pl2303: fix GS type detectionJohan Hovold1-0/+1
2022-03-07xen/usb: don't use gnttab_end_foreign_access() in xenhcd_gnttab_done()Juergen Gross1-8/+18
2022-03-04USB: serial: pl2303: add IBM device IDsEddie James2-0/+4
2022-03-03usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan1-4/+4
2022-03-03usb: host: xhci: add blank line in xhci_halt()Linyu Yuan1-0/+3
2022-03-03usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan1-2/+1
2022-03-03usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan1-1/+1
2022-03-03usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan1-5/+1
2022-03-03xhci: fix runtime PM imbalance in USB2 resumeHenry Lin1-0/+3
2022-03-03xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula1-0/+2
2022-03-03xhci: fix garbage USBSTS being logged in some casesAnssi Hannula1-1/+4
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman4-15/+16
2022-03-03usb: typec: tipd: Forward plug orientation to typec subsystemSven Peter2-0/+6
2022-03-03usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven2-2/+2
2022-03-03USB: serial: simple: add Nokia phone driverJohan Hovold2-0/+8
2022-03-02ACPI: bus: Introduce acpi_bus_for_each_dev()Rafael J. Wysocki1-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2-3/+2
2022-02-28USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby6-94/+7
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman11-18/+75
2022-02-25USB: core: Update kerneldoc for usb_get_dev() and usb_get_intf()Alan Stern1-0/+8
2022-02-25Revert "usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720"Pali Rohár4-68/+1
2022-02-24Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-1/+12