summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-05-05usb: gadget: uvc: track frames in format entriesMichael Grzeschik2-1/+30
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik3-111/+115
2022-05-05usb: gadget: uvc: prevent index variables to start from 0Michael Grzeschik1-0/+12
2022-05-05usb: dwc3: gadget: Delay issuing End TransferThinh Nguyen1-10/+12
2022-05-05usb: dwc3: gadget: Only End Transfer for ep0 data phaseThinh Nguyen1-0/+11
2022-05-05usb: dwc3: ep0: Don't prepare beyond Setup stageThinh Nguyen2-13/+18
2022-05-05usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen1-27/+8
2022-05-05usb: dwc3: gadget: Refactor pullup()Thinh Nguyen1-29/+36
2022-05-05usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen1-0/+4
2022-05-05usb: dwc3: xilinx: Add gpio-reset supportPiyush Mehta1-0/+17
2022-05-05usb: dwc3: remove a possible unnecessary 'out of memory' messageKushagra Verma1-3/+1
2022-05-05usb: dwc3: host: Stop setting the ACPI companionHeikki Krogerus1-2/+0
2022-05-05usb: core: acpi: Use the sysdev pointer instead of controller deviceHeikki Krogerus1-2/+5
2022-05-05usb: ehci-omap: drop unused ehci_read() functionArnd Bergmann1-5/+0
2022-05-05USB: gadget: Fix return of -EBUSYColin Ian King1-1/+1
2022-05-05usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski1-1/+0
2022-05-05USB: serial: qcserial: add support for Sierra Wireless EM7590Ethan Yang1-0/+2
2022-05-05USB: serial: ftdi_sio: clean up printk format specifierDaniels Umanovskis1-1/+1
2022-05-05USB: serial: option: add Fibocom MA510 modemSven Schwermer1-0/+2
2022-05-05USB: serial: option: add Fibocom L610 modemSven Schwermer1-0/+2
2022-05-05USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2-0/+2
2022-05-03Revert "usb: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman3-534/+0
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman1-6/+0
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman26-43/+190
2022-04-27usb: typec: ucsi: acpi: Map the mailbox with memremap()Heikki Krogerus1-15/+4
2022-04-26usb: phy: generic: Get the vbus supplySean Anderson1-0/+7
2022-04-26usb: dwc3: gadget: Return proper request statusThinh Nguyen1-1/+30
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke1-0/+6
2022-04-26usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke3-0/+534
2022-04-26USB: gadget: Add a new bus for gadgetsAlan Stern1-134/+122
2022-04-26USB: gadget: Fix mistakes in UDC core kerneldocAlan Stern1-9/+5
2022-04-26USB: gadget: Register udc before gadgetAlan Stern1-8/+9
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern6-8/+8
2022-04-26usb: core: devices: drop redundant buffer overflow checksSergey Shtylyov1-12/+0
2022-04-26usb: typec: mux: Add On Semi fsa4480 driverBjorn Andersson3-0/+229
2022-04-26usb: typec: mux: Allow multiple mux_devs per muxBjorn Andersson1-26/+102
2022-04-26usb: typec: mux: Introduce indirectionBjorn Andersson5-87/+136
2022-04-26usb: typec: mux: Check dev_set_name() return valueBjorn Andersson1-4/+10
2022-04-26usb: dwc3: pci: add support for the Intel Meteor Lake-PHeikki Krogerus1-0/+8
2022-04-26usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan2-13/+25
2022-04-26usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan1-24/+29
2022-04-23Merge tag 'usb-serial-5.18-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman3-3/+16
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol18-44/+33
2022-04-23USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green1-2/+2
2022-04-23USB: core: Disable remote wakeup for freeze/quiesceEvan Green1-12/+13
2022-04-23usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-04-23drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou1-0/+2
2022-04-23usb: dwc3: gadget: Replace list_for_each_entry_safe() if using givebackWesley Cheng1-4/+16
2022-04-23usb: dwc3: EP clear halt leading to clearing of delayed_statusWesley Cheng3-1/+7
2022-04-22usb: dwc3: core: Only handle soft-reset in DCTLThinh Nguyen1-1/+2