summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-423/+7854
2019-08-30usb: gadget: net2280: Add workaround for AB chip Errata 11Benjamin Herrenschmidt-0/+10
2019-08-30usb: gadget: net2280: Move all "ll" registers in one structureBenjamin Herrenschmidt-20/+11
2019-08-30usb: dwc3: gadget: Workaround Mirosoft's BESL checkThinh Nguyen-2/+12
2019-08-29usb:cdns3 Fix for stuck packets in on-chip OUT buffer.Pawel Laszczak-2/+350
2019-08-29usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak-0/+6992
2019-08-29usb: common: Simplify usb_decode_get_set_descriptor function.Pawel Laszczak-55/+58
2019-08-29usb: common: Patch simplify usb_decode_set_clear_feature function.Pawel Laszczak-46/+43
2019-08-29usb: common: Separated decoding functions from dwc3 driver.Pawel Laszczak-253/+270
2019-08-28usb: xhci-mtk: add an optional xhci_ck clockChunfeng Yun-0/+14
2019-08-28USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum-4/+12
2019-08-28usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven-1/+1
2019-08-28usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam-0/+10
2019-08-28USB: storage: ums-realtek: Whitelist auto-delink supportKai-Heng Feng-5/+8
2019-08-28USB: storage: ums-realtek: Update module parameter description for auto_delin...Kai-Heng Feng-1/+1
2019-08-28usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda-3/+12
2019-08-28usb: hcd: use managed device resourcesSchmid, Carsten-22/+8
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King-1/+1
2019-08-28USB: serial: ftdi_sio: add support for FT232H CBUS gpiosMatthew Michilot-0/+43
2019-08-28usb: gadget: composite: Set recommended BESL valuesThinh Nguyen-12/+26
2019-08-28usb: dwc3: gadget: Set BESL config parameterThinh Nguyen-0/+10
2019-08-28usb: dwc3: Separate field holding multiple propertiesThinh Nguyen-3/+3
2019-08-28usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constantNishka Dasgupta-1/+1
2019-08-28usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva-1/+1
2019-08-28usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disablesNeil Armstrong-1/+13
2019-08-28usb: udc: lpc32xx: remove set but not used 3 variablesMao Wenan-6/+3
2019-08-28usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros-1/+1
2019-08-28usb: dwc3: st: Add of_dev_put() in probe functionNishka Dasgupta-0/+1
2019-08-28usb: dwc3: st: Add of_node_put() before return in probe functionNishka Dasgupta-3/+6
2019-08-28usb: dwc3: don't set gadget->is_otg flagRoger Quadros-1/+0
2019-08-28usb: chipidea: add role switch class supportLi Jun-4/+100
2019-08-26usb: roles: intel_xhci: Supplying software node for the role muxHeikki Krogerus-7/+20
2019-08-21usb/max3421: remove the dummy {un,}map_urb_for_dma methodsChristoph Hellwig-17/+0
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig-58/+25
2019-08-21usb: host: ohci-pxa27x: Fix and & vs | typoDan Carpenter-1/+1
2019-08-21usb: usbfs: only account once for mmap()'ed usb memory usageGavin Li-1/+2
2019-08-21usb: usb-skeleton: make comment block in line with coding styleJacob Huisman-3/+5
2019-08-21usb-storage: Add new JMS567 revision to unusual_devsHenk van der Laan-1/+1
2019-08-21usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen-8/+24
2019-08-21usbtmc: more sanity checking for packet sizeOliver Neukum-0/+3
2019-08-21usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva-1/+1
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman-41/+68
2019-08-18usb: typec: fusb302: Call fusb302_debugfs_init earlierHans de Goede-1/+2
2019-08-18usb: typec: fusb302: Use usb_debug_root as root for our debugfs entryHans de Goede-8/+5
2019-08-18usb: typec: tcpm: Use usb_debug_root as root for our debugfs entryHans de Goede-12/+5
2019-08-17Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-0/+10
2019-08-16USB: phy: fsl-usb: convert platform driver to use dev_groupsGreg Kroah-Hartman-6/+6
2019-08-15usb: udc: lpc32xx: allow compile-testingArnd Bergmann-3/+3
2019-08-15usb: ohci-nxp: enable compile-testingArnd Bergmann-8/+20
2019-08-15USB: storage: isd200: remove redundant assignment to variable sendToTransportColin Ian King-1/+1