summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* treewide: Make locally used functions staticSascha Hauer2019-03-181-1/+1
* Merge branch 'for-next/nvme'Sascha Hauer2019-03-071-6/+1
|\
| * drivers: Make use of device_pci_driver()Andrey Smirnov2019-02-181-6/+1
* | Merge branch 'for-next/imx8-usb'Sascha Hauer2019-03-0714-228/+3861
|\ \
| * | usb: usb251xb: add usb data lane port swap featureAndrey Smirnov2019-02-221-2/+13
| * | usb: Port Microchip USB251x USB hub driver from LinuxAndrey Smirnov2019-02-225-0/+695
| * | usb: Import DWC3 USB controller driver from LinuxAndrey Smirnov2019-02-229-0/+2783
| * | usb: xhci-hcd: Make use of lo_hi_readq/writeq()Andrey Smirnov2019-02-221-10/+4
| * | usb: xhci-hcd: Simplify route string building loopAndrey Smirnov2019-02-221-4/+6
| * | usb: xhci-hcd: Initialize TRT flag for xHCI >= 1.0Andrey Smirnov2019-02-221-1/+1
| * | usb: xhci-hcd: Check usb_pipein(pipe) only once in xhci_submit_normal()Andrey Smirnov2019-02-221-12/+16
| * | usb: xhci-hcd: Drop 'dma' field from struct xhci_hcdAndrey Smirnov2019-02-222-2/+1
| * | usb: xhci-hcd: Simplify TRB initialization codeAndrey Smirnov2019-02-221-50/+78
| * | usb: xhci-hcd: Convert xhci_submit_control() to use dma_map_single()Andrey Smirnov2019-02-221-7/+10
| * | usb: xhci-hcd: Convert xhci_submit_normal() to use dma_map_single()Andrey Smirnov2019-02-221-7/+10
| * | usb: xhci-hcd: Don't try to DMA sync if buffer is NULLAndrey Smirnov2019-02-221-8/+13
| * | usb: xhci-hcd: Always wait for "Response Data" completionAndrey Smirnov2019-02-221-1/+1
| * | usb: xhci-hcd: Add support for 64-byte context sizeAndrey Smirnov2019-02-222-81/+188
| * | usb: xhci-hcd: Drop pointless bitwise orAndrey Smirnov2019-02-221-1/+1
| * | usb: xhci-hcd: Make sure to initialize xhci->rings_listAndrey Smirnov2019-02-221-0/+1
| * | usb: xhci-hcd: Cast ~XHCI_IRQS to u32Andrey Smirnov2019-02-221-1/+1
| * | usb: xhci-hcd: Do not zero out DMA coherent memoryAndrey Smirnov2019-02-221-2/+0
| * | usb: xhci-hcd: Tabify the fileAndrey Smirnov2019-02-221-68/+68
| |/
* / usb: imx: Do not disable VBUS on ehci_register()'s successAndrey Smirnov2019-02-271-3/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-01-151-5/+0
|\
| * usbgadget: dfu: remove useless break in the switch statementLadislav Michl2019-01-101-5/+0
* | Merge branch 'for-next/fastboot'Sascha Hauer2019-01-151-83/+153
|\ \ | |/ |/|
| * usb: gadget: fastboot: print fastboot messages also to the logsSascha Hauer2018-12-071-2/+5
| * usb: gadget: fastboot: simplify rebootSascha Hauer2018-12-071-7/+1
| * usb: gadget: fastboot: be more informative on bootingSascha Hauer2018-12-071-9/+7
| * usb: gadget: fastboot: tell host that we are going to shutdownSascha Hauer2018-12-071-0/+43
| * usb: gadget: fastboot: remove unnecessary context settingSascha Hauer2018-12-071-1/+0
| * usb: gadget: fastboot: drop unnecessary global variableSascha Hauer2018-12-071-9/+5
| * usb: gadget: fastboot: pass message type as enumSascha Hauer2018-12-071-58/+95
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-072-4/+2
|\ \
| * | usb: musb: Add missing includesSascha Hauer2018-11-192-4/+2
| |/
* | usb: musb: fix possible out of bounds accessOleksij Rempel2018-11-211-1/+6
* | usb: at91_udc: remove useless NULL checkOleksij Rempel2018-11-211-2/+1
|/
* Merge branch 'for-next/usb'Sascha Hauer2018-11-0910-175/+162
|\
| * usbgadget: autostart: add DFU supportLadislav Michl2018-10-293-104/+3
| * usb: gadget: set maxpacket_limitLadislav Michl2018-10-293-3/+7
| * usb: gadget: fsl_udc: pass controller instance to unregisterSascha Hauer2018-10-292-13/+30
| * usb: imx: unregister ehci controller on device removalSascha Hauer2018-10-291-0/+5
| * usb: host: ehci-atmel: unregister host on device removeSascha Hauer2018-10-291-1/+5
| * usb: host: ehci: do not use dev->privSascha Hauer2018-10-293-6/+29
| * usb: host: ehci: add ehci_unregister()Sascha Hauer2018-10-293-8/+36
| * usb: Add usb_unregister_host()Sascha Hauer2018-10-261-0/+5
| * usb: host: ehci: rename ehci_priv to ehci_hostSascha Hauer2018-10-261-21/+21
| * usb: gadget: fsl_udc: Drop using global variableSascha Hauer2018-10-261-17/+22
* | Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-093-5/+6
|\ \