summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: dwc3: Fix typos in gadget.cKushagra Verma2022-09-221-2/+2
| * | | usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe2022-09-221-6/+6
| * | | xhci: remove unused lpm_failed_dev member from struct xhci_hcdMathias Nyman2022-09-221-2/+0
| * | | xhci: remove unused command member from struct xhci_hcd structMathias Nyman2022-09-221-1/+0
| * | | xhci: show fault reason for a failed enable slot commandMathias Nyman2022-09-221-1/+2
| * | | xhci: Don't show warning for reinit on known broken suspendMario Limonciello2022-09-221-1/+2
| * | | xhci: dbc: Fix memory leak in xhci_alloc_dbc()Rafael Mendonca2022-09-221-1/+1
| * | | usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie2022-09-221-1/+6
| * | | Merge tag 'usb-serial-6.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-09-224-271/+245
| |\ \ \
| | * | | USB: serial: ftdi_sio: clean up driver prefixJohan Hovold2022-09-201-21/+17
| | * | | USB: serial: ftdi_sio: move driver structureJohan Hovold2022-09-201-66/+35
| | * | | USB: serial: ftdi_sio: clean up attribute visibility logicJohan Hovold2022-09-201-8/+7
| | * | | USB: serial: console: move mutex_unlock() before usb_serial_put()Liang He2022-09-191-1/+1
| | * | | USB: serial: ftdi_sio: convert to use dev_groupsJiasheng Jiang2022-09-191-21/+28
| | * | | USB: serial: ftdi_sio: add support for HP and HA devicesAmireddy mallikarjuna reddy2022-09-152-0/+49
| | * | | USB: serial: ftdi_sio: simplify divisor handlingJohan Hovold2022-09-151-3/+1
| | * | | USB: serial: ftdi_sio: assume hi-speed typeJohan Hovold2022-09-151-11/+12
| | * | | USB: serial: ftdi_sio: clean up baudrate requestJohan Hovold2022-09-151-6/+3
| | * | | USB: serial: ftdi_sio: clean up attribute handlingJohan Hovold2022-09-151-31/+16
| | * | | USB: serial: ftdi_sio: clean up modem-status handlingJohan Hovold2022-09-151-18/+4
| | * | | USB: serial: ftdi_sio: tighten device-type detectionJohan Hovold2022-09-151-63/+55
| | * | | USB: serial: ftdi_sio: rename channel indexJohan Hovold2022-09-152-26/+24
| | * | | USB: serial: ftdi_sio: include FT2232D in type stringJohan Hovold2022-09-151-1/+1
| | * | | USB: serial: ftdi_sio: rename chip typesJohan Hovold2022-09-151-30/+30
| | * | | USB: serial: ftdi_sio: drop redundant chip type commentsJohan Hovold2022-09-151-11/+10
| | * | | USB: serial: ftdi_sio: clean up chip type enumJohan Hovold2022-09-152-12/+11
| | * | | USB: serial: ftdi_sio: fix 300 bps rate for SIOJohan Hovold2022-09-151-2/+1
| * | | | usb: misc: usb3503: call clk_disable_unprepare in the error handlingDongliang Mu2022-09-091-6/+19
| * | | | usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik2022-09-094-3/+13
| * | | | usb: chipidea: make configs for glue drivers visible with EXPERTLukas Bulwahn2022-09-081-5/+5
| * | | | usb: dwc3: gadget: Submit endxfer command if delayed during disconnectWesley Cheng2022-09-071-1/+12
| * | | | usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxferWesley Cheng2022-09-071-1/+3
| * | | | usb: dwc3: Increase DWC3 controller halt timeoutWesley Cheng2022-09-071-1/+2
| * | | | usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng2022-09-072-4/+5
| * | | | usb: dwc3: Avoid unmapping USB requests if endxfer is not completeWesley Cheng2022-09-073-2/+10
| * | | | USB/ARM: Switch S3C2410 UDC to GPIO descriptorsLinus Walleij2022-09-072-46/+35
| * | | | usb: misc: uss720: fix uninitialized variable rlenDongliang Mu2022-09-071-4/+4
| * | | | usb: gadget: f_fs: stricter integer overflow checksDan Carpenter2022-09-071-2/+2
| * | | | usb: clean up after dropping driver registration log spamArd Biesheuvel2022-09-0516-27/+0
| * | | | usb: gadget: udc: at91: switch to using fwnode_gpiod_get_index()Dmitry Torokhov2022-09-051-3/+5
| * | | | usb: phy: tegra: switch to using devm_gpiod_get()Dmitry Torokhov2022-09-051-4/+10
| * | | | USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman2022-09-052-2/+1
| * | | | usb: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu2022-09-051-4/+24
| * | | | Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-0531-144/+269
| |\| | |
| * | | | USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus2022-09-015-10/+5
| * | | | USB: FHCI: Switch to GPIO descriptorsLinus Walleij2022-09-013-55/+27
| * | | | usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-3124-39/+0
| * | | | usbip: add USBIP_URB_* URB transfer flagsShuah Khan2022-08-312-5/+90
| * | | | usb: dwc3: gadget: Continue handling EP0 xfercomplete eventsWesley Cheng2022-08-311-2/+5
| * | | | usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnectWesley Cheng2022-08-311-0/+2