summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-07-03usb: xhci: using dma_alloc_noncoherent to alloc low memory poolMinda Chen2-16/+20
2023-06-12usb: cdns: fix compile error and duplicate register pm notifyMinda Chen1-13/+33
2023-06-09usb: cdns3: add hibernation pm notifier to set roothub wakeupminda.chen3-3/+102
2023-06-09usb:xhci:To improve performance,usb using lowmem for bulk xfer.minda.chen6-3/+144
2023-06-09usb: cdns: Add cadence USB3 driver support.Minda Chen3-0/+418
2023-05-30USB: sisusbvga: Add endpoint checksAlan Stern1-0/+14
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+76
2023-05-30usb: dwc3: fix gadget mode suspend interrupt handler issueLinyu Yuan2-1/+11
2023-05-24xhci: Fix incorrect tracking of free space on transfer ringsMathias Nyman1-1/+28
2023-05-24xhci-pci: Only run d3cold avoidance quirk for s2idleMario Limonciello2-3/+11
2023-05-24Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"Francesco Dolcini1-104/+44
2023-05-24Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"Francesco Dolcini1-3/+0
2023-05-24usb: typec: altmodes/displayport: fix pin_assignment_showBadhri Jagan Sridharan1-0/+4
2023-05-24usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe1-0/+3
2023-05-24usb: dwc3: debugfs: Resume dwc3 before accessing registersUdipto Goswami1-0/+109
2023-05-24usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros1-33/+34
2023-05-24USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit valueWeitao Wang1-4/+6
2023-05-24usb-storage: fix deadlock when a scsi command timeouts more than onceMaxime Bizon1-7/+21
2023-05-24USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern1-0/+2
2023-05-24usb: typec: tcpm: fix multiple times discover svids errorFrank Wang1-1/+15
2023-05-24usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325Samuel Čavoj1-2/+42
2023-05-17usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng1-2/+13
2023-05-17USB: dwc3: gadget: drop dead hibernation codeJohan Hovold1-40/+6
2023-05-11usb: mtu3: fix kernel panic at qmu transfer done irq handlerChunfeng Yun1-2/+3
2023-05-11usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu1-1/+1
2023-05-11usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter1-1/+1
2023-05-11usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang1-0/+1
2023-05-11usb: dwc3: gadget: Change condition for processing suspend eventPrashanth K1-9/+2
2023-05-11usb: host: xhci-rcar: remove leftover quirk handlingWolfram Sang1-3/+0
2023-05-11scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-2/+2
2023-05-11xhci: fix debugfs register accesses while suspendedJohan Hovold1-0/+1
2023-05-11USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold1-0/+1
2023-05-11USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold1-9/+5
2023-05-11usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng1-17/+32
2023-05-11usb: gadget: udc: core: Prevent redundant calls to pullupBadhri Jagan Sridharan1-0/+3
2023-05-11usb: gadget: udc: core: Invoke usb_gadget_connect only when startedBadhri Jagan Sridharan1-44/+104
2023-05-01USB: serial: option: add UNISOC vendor and TOZED LT70C productArınç ÜNAL1-0/+6
2023-04-13USB: serial: option: add Quectel RM500U-CN modemBjørn Mork1-0/+2
2023-04-13USB: serial: option: add Telit FE990 compositionsEnrico Sau1-0/+8
2023-04-13usb: typec: altmodes/displayport: Fix configure initial pin assignmentRD Babiera1-1/+5
2023-04-13USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDsKees Jan Koster1-0/+1
2023-04-13usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus1-0/+4
2023-04-13usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak1-2/+1
2023-04-13xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips1-1/+5
2023-04-13xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman1-0/+1
2023-04-13usb: xhci: tegra: fix sleep in atomic callWayne Chang1-3/+3
2023-04-06usb: ucsi: Fix ucsi->connector raceHans de Goede1-13/+9
2023-03-30usb: ucsi_acpi: Increase the command completion timeoutHans de Goede1-1/+1
2023-03-30usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede1-5/+6
2023-03-30usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng1-3/+11