summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2020-10-02usb: dwc3: trace: fix checkpatch warningsFelipe Balbi
2020-10-02usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi
2020-10-02usb: dwc3: meson: fix checkpatch errors and warningsFelipe Balbi
2020-10-02usb: dwc3: debug: fix sparse warningFelipe Balbi
2020-10-02usb: dwc3: meson: fix coccinelle WARNINGFelipe Balbi
2020-10-02usb: dwc3: qcom: Add interconnect support in dwc3 driverSandeep Maheswaram
2020-10-02usb: gadget: udc: Drop surplus includeLinus Walleij
2020-10-01USB: serial: qcserial: fix altsetting probingJohan Hovold
2020-10-01USB: serial: ftdi_sio: clean up jtag quirksJohan Hovold
2020-09-29USB: serial: pl2303: add device-id for HP GC deviceScott Chen
2020-09-29USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia
2020-09-25USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold
2020-09-25USB: cdc-acm: use common data-class defineJohan Hovold
2020-09-25USB: cdc-acm: handle broken union descriptorsJohan Hovold
2020-09-25Revert "cdc-acm: hardening against malicious devices"Johan Hovold
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci
2020-09-25Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci
2020-09-25USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum
2020-09-25Revert "USB: legousbtower: use usb_control_msg_recv()"Oliver Neukum
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum
2020-09-25usb: udc: net2280: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: isp1760-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: early: ehci-dbgp: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: early: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig
2020-09-24usb: gadget: udc: atmel: update endpoint allocation for sam9x60Cristian Birsan
2020-09-24usb: gadget: udc: atmel: use 1 bank endpoints for control transfersCristian Birsan
2020-09-24usb: gadget: udc: atmel: simplify endpoint allocationCristian Birsan
2020-09-24usb: gadget: udc: atmel: use of_find_matching_node_and_matchClaudiu Beznea
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl
2020-09-24usb: dwc3: core: Print warning on unsupported speedThinh Nguyen
2020-09-24usb: dwc3: core: Properly default unspecified speedThinh Nguyen
2020-09-24usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor
2020-09-24usb: dwc3: simple: add support for Hikey 970Mauro Carvalho Chehab
2020-09-24usb: cdns3: gadget: free interrupt after gadget has deletedPeter Chen
2020-09-24usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL commandThinh Nguyen
2020-09-24usb: dwc3: gadget: Resume pending requests after CLEAR_STALLThinh Nguyen
2020-09-22USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue
2020-09-22usb: appledisplay: use module_usb_driver to simplify the codeLiu Shixin
2020-09-22USB: bcma: use module_bcma_driver to simplify the codeLiu Shixin
2020-09-22Merge tag 'usb-ci-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman