summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig
2020-07-21usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij
2020-07-21usb: ohci-omap: Create private state containerLinus Walleij
2020-07-21usb: appledisplay: remove needless check before usb_free_coherent()Xu Wang
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-21usb: usbtest: reduce stack usage in test_queueBixuan Cui
2020-07-21usb: typec: tcpm: Stay in BIST mode till hardreset or unattachedBadhri Jagan Sridharan
2020-07-21usb: typec: tcpci: Support BIST test data mode for compliance.Badhri Jagan Sridharan
2020-07-21usb: typec: tcpm: Support bist test data mode for complianceBadhri Jagan Sridharan
2020-07-21usb: typec: tcpm: Error handling for tcpm_register_partner_altmodesKyle Tso
2020-07-21usb: typec: Comment correction for typec_partner_register_altmodeKyle Tso
2020-07-21usb: typec: intel_pmc_mux: Avoid connect request on disconnectPrashant Malani
2020-07-21usb: core: fix quirks_param_set() writing to a const pointerKars Mulder
2020-07-21usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman
2020-07-16Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2020-07-16USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones
2020-07-15usb: c67x00: c67x00-hcd: Demote obvious misuse of kerneldoc to standard comme...Lee Jones
2020-07-15usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_...Lee Jones
2020-07-15usb: mtu3: mtu3_trace: Supply missing mtu3_debug.h include fileLee Jones
2020-07-15usb: mtu3: mtu3_trace: Function headers are not suitable for kerneldocLee Jones
2020-07-15usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones
2020-07-15usb: dwc2: gadget: Make use of GINTMSK2Lee Jones
2020-07-15USB: musb: Remove unused inline functionYueHaibing