summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | drivers: Introduce dev_set_name()Andrey Smirnov2018-10-183-5/+6
| |/
* | Merge branch 'for-next/mtd'Sascha Hauer2018-11-091-1/+4
|\ \
| * | USB: gadget: prevent unnecessary warning messageSascha Hauer2018-10-261-1/+4
| |/
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-091-2/+2
|\ \
| * | usb: ulpi: Make locally used functions staticSascha Hauer2018-10-231-2/+2
| |/
* | ARM: at91: remove mach/io.hSascha Hauer2018-11-061-1/+1
* | ARM: at91: Add SoC namespace to matrix definesSascha Hauer2018-11-051-6/+13
* | usb: gadget: fastboot: remove unused variableSascha Hauer2018-10-301-1/+0
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2018-10-091-1/+1
|\
| * Add linux/slab.hSascha Hauer2018-10-081-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2018-10-091-6/+17
|\ \
| * | usb: gadget: fastboot: fix downloading files of wMaxPacketSize bytesSascha Hauer2018-10-021-6/+12
| * | usb: gadget: fastboot: detect device if not presentSascha Hauer2018-09-181-0/+5
| |/
* | bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-2/+4
* | bbu: Expose bbu_find_handler_by_*() functionsAndrey Smirnov2018-10-081-1/+1
|/
* USB: host: hub: Adjust device speed after every port resetAndrey Smirnov2018-08-293-20/+19
* USB: host: hub: rename function argumentSascha Hauer2018-08-292-12/+12
* USB: host: hub: Make sure to remove dangling pointersAndrey Smirnov2018-08-291-0/+1
* usb: gadget: allow to actually enable sparse fastboot supportUwe Kleine-König2018-08-081-3/+3
* usb: imx: implement support for limiting host to full speedNikita Yushchenko2018-06-263-0/+49
* usb: gadget: fastboot: fix barebox update without using bufferMichael Grzeschik2018-05-171-1/+1
* usb: gadget: fastboot: Add external command execution supportSascha Hauer2018-02-092-1/+22
* usb: gadget: fastboot: Add option to download to a bufferSascha Hauer2018-02-092-26/+88
* usb: gadget: fastboot: beautify fb_run_command()Sascha Hauer2018-02-091-7/+8