summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
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
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman
2020-09-20usb: xhci: add debugfs support for ep with streamLi Jun
2020-09-20xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman
2020-09-20usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen
2020-09-20usb: host: xhci-plat: improve the comments for xhci_plat_suspendPeter Chen
2020-09-20usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen
2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen
2020-09-20usb: host: xhci-plat: delete the unnecessary codePeter Chen
2020-09-20usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen
2020-09-20usb: host: xhci-plat: add platform data supportPeter Chen
2020-09-17USB: cdc-acm: cleanup of data structuresOliver Neukum
2020-09-17USB: adutux: fix debuggingOliver Neukum
2020-09-17usblp: fix race between disconnect() and read()Oliver Neukum
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret
2020-09-16usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao
2020-09-16usb: dwc2: Always disable regulators on driver teardownMarc Zyngier
2020-09-16usb: typec: tcpci: update ROLE_CONTROL for DRPBadhri Jagan Sridharan
2020-09-16usb: typec: tcpci: Add support when hidden tx registers are inaccessibleBadhri Jagan Sridharan
2020-09-16usb: typec: tcpci: Add register definitions to tcpciBadhri Jagan Sridharan
2020-09-16USB: UAS: use macro for reporting resultsOliver Neukum
2020-09-16USB: UAS: fix disconnect by unplugging a hubOliver Neukum
2020-09-16usb: typec: intel_pmc_mux: Pass correct USB Type-C port number to SoCAzhar Shaikh
2020-09-16usb: typec: intel_pmc_mux: Add dependency on ACPIHeikki Krogerus
2020-09-16USB: microtek: use set_host_byte()Oliver Neukum
2020-09-16USB: UAS: fix disconnect by unplugging a hubOliver Neukum
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus
2020-09-16usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus
2020-09-16USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman
2020-09-16usbip: simplify the return expression of usbip_core_init()Liu Shixin