aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-10-02usb: mtu3: Remove unsused inline function is_first_entryYueHaibing1-6/+0
2020-10-02usb: dwc3: core: do not queue work if dr_mode is not USB_DR_MODE_OTGLi Jun1-3/+3
2020-10-02usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang1-2/+14
2020-10-02usb: gadget: f_acm: don't disable disabled EPMichał Mirosław1-3/+5
2020-10-02usb: gadget: aspeed: fixup vhub port irq handlingTao Ren2-7/+6
2020-10-02usb: dwc3: gadget: fix checkpatch warningsFelipe Balbi1-15/+17
2020-10-02usb: dwc3: core: fix checkpatch warningsFelipe Balbi1-18/+19
2020-10-02usb: dwc3: debugfs: fix checkpatch warningsFelipe Balbi1-30/+26
2020-10-02usb: dwc3: qcom: fix checkpatch warningsFelipe Balbi1-3/+5
2020-10-02usb: dwc3: ep0: fix checkpatch warningsFelipe Balbi1-3/+3
2020-10-02usb: dwc3: debug: fix checkpatch warningFelipe Balbi1-2/+2
2020-10-02usb: dwc3: trace: fix checkpatch warningsFelipe Balbi1-8/+9
2020-10-02usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi1-1/+1
2020-10-02usb: dwc3: meson: fix checkpatch errors and warningsFelipe Balbi1-11/+7
2020-10-02usb: dwc3: debug: fix sparse warningFelipe Balbi1-1/+3
2020-10-02usb: dwc3: meson: fix coccinelle WARNINGFelipe Balbi1-4/+1
2020-10-02usb: dwc3: qcom: Add interconnect support in dwc3 driverSandeep Maheswaram1-2/+118
2020-10-02usb: gadget: udc: Drop surplus includeLinus Walleij1-1/+0
2020-10-01USB: serial: qcserial: fix altsetting probingJohan Hovold1-2/+2
2020-10-01USB: serial: ftdi_sio: clean up jtag quirksJohan Hovold1-10/+8
2020-09-29USB: serial: pl2303: add device-id for HP GC deviceScott Chen2-0/+2
2020-09-29USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia2-0/+12
2020-09-25USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold2-28/+15
2020-09-25USB: cdc-acm: use common data-class defineJohan Hovold2-6/+2
2020-09-25USB: cdc-acm: handle broken union descriptorsJohan Hovold1-0/+12
2020-09-25Revert "cdc-acm: hardening against malicious devices"Johan Hovold1-5/+0
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci1-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci1-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci1-1/+1
2020-09-25Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci1-6/+0
2020-09-25USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+20
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum1-9/+16
2020-09-25Revert "USB: legousbtower: use usb_control_msg_recv()"Oliver Neukum1-19/+41
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum1-40/+59
2020-09-25usb: udc: net2280: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+10
2020-09-25usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun1-10/+8
2020-09-25usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic()Chunfeng Yun1-9/+3
2020-09-25usb: isp1760-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+9
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+9
2020-09-25usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+10
2020-09-25usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun1-31/+12
2020-09-25usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun1-9/+4
2020-09-25usb: early: ehci-dbgp: convert to readl_poll_timeout_atomic()Chunfeng Yun1-10/+5
2020-09-25usb: early: convert to readl_poll_timeout_atomic()Chunfeng Yun1-10/+4
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-nextChristoph Hellwig14-91/+123
2020-09-24usb: gadget: udc: atmel: update endpoint allocation for sam9x60Cristian Birsan2-3/+19
2020-09-24usb: gadget: udc: atmel: use 1 bank endpoints for control transfersCristian Birsan1-0/+1
2020-09-24usb: gadget: udc: atmel: simplify endpoint allocationCristian Birsan2-14/+8
2020-09-24usb: gadget: udc: atmel: use of_find_matching_node_and_matchClaudiu Beznea1-7/+19
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl1-1/+5