summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 'usb-serial-5.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-03-115-1/+13
| |\ \ \ \
| | * | | | USB: serial: usb_wwan: remove redundant assignment to variable iColin Ian King2022-03-081-1/+0
| | * | | | USB: serial: pl2303: fix GS type detectionJohan Hovold2022-03-071-0/+1
| | * | | | USB: serial: pl2303: add IBM device IDsEddie James2022-03-042-0/+4
| | * | | | USB: serial: simple: add Nokia phone driverJohan Hovold2022-03-032-0/+8
| | | |/ / | | |/| |
| * | | | 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: typec: tipd: Forward plug orientation to typec subsystemSven Peter2022-03-032-0/+6
| * | | | usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-03-032-2/+2
| * | | | Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-2811-18/+75
| |\| | |
| * | | | USB: core: Update kerneldoc for usb_get_dev() and usb_get_intf()Alan Stern2022-02-251-0/+8
| * | | | usb: misc: USB_QCOM_EUD should depend on ARCH_QCOMGeert Uytterhoeven2022-02-241-0/+1
| * | | | 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: dwc3: pci: Also apply Bay Trail GPIO mappings to ulpi-deviceHans de Goede2022-02-171-0/+8
| * | | | usb: dwc3: pci: Set "linux,phy_charger_detect" property on some Bay Trail boardsHans de Goede2022-02-171-0/+24
| * | | | usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()Hans de Goede2022-02-171-7/+4
| * | | | usb: typec: Support the WUSB3801 port controllerSamuel Holland2022-02-173-0/+448
| * | | | usb: typec: Factor out non-PD fwnode propertiesSamuel Holland2022-02-172-23/+44
| * | | | usb: xhci: fix minmax.cocci warningskernel test robot2022-02-171-2/+1
| * | | | usb: host: xhci: drop redundant checksSergey Shtylyov2022-02-171-4/+0
| * | | | usb: remove Link Powermanagement (LPM) disable before port reset.Mathias Nyman2022-02-171-12/+1
| * | | | 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: dwc3: drd: Don't check against CONFIG_OFThinh Nguyen2022-02-171-1/+1
| * | | | 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