summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-10-171-2/+2
|\
| * USB: gadget: ACM: don't announce V.25ter supportAhmad Fatoum2019-10-141-2/+2
* | Merge branch 'for-next/layerscape'Sascha Hauer2019-10-172-3/+55
|\ \
| * | usb: gadget: composite: conditionally dequeue setup requestsSascha Hauer2019-09-171-3/+40
| * | usb: gadget: add usb_gadget_udc_reset functionSteffen Trumtrar2019-09-171-0/+15
| |/
* | Merge branch 'for-next/bfin'Sascha Hauer2019-10-171-19/+0
|\ \
| * | USB: remove blackfin supportSascha Hauer2019-09-121-19/+0
| |/
* | usb: gadget: at91_udc: don't depend on !ARCH_SAMA5D4Ahmad Fatoum2019-10-141-1/+0
* | ARM: at91: delete no-longer needed #ifdef guardsAhmad Fatoum2019-10-141-6/+0
|/
* usb: gadget: fsl_udc: remove always-true null pointer checksAhmad Fatoum2019-08-301-8/+1
* f_fastboot: remove only image from bootm variablesRouven Czerwinski2019-07-041-1/+1
* Merge branch 'for-next/dma'Sascha Hauer2019-06-111-4/+2
|\
| * usb: fsl_udc: Use dma_alloc_coherent() to get DMA addressAndrey Smirnov2019-05-281-4/+2
* | ARM: at91: replace __raw_{readl, writel} of peripherals with readl, writelAhmad Fatoum2019-05-241-43/+43
|/
* 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
* | usb: at91_udc: remove useless NULL checkOleksij Rempel2018-11-211-2/+1
|/
* Merge branch 'for-next/usb'Sascha Hauer2018-11-096-137/+52
|\
| * 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-291-10/+20
| * usb: gadget: fsl_udc: Drop using global variableSascha Hauer2018-10-261-17/+22
* | Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-2/+2
|\ \
| * | drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-2/+2
| |/
* | Merge branch 'for-next/mtd'Sascha Hauer2018-11-091-1/+4
|\ \
| * | USB: gadget: prevent unnecessary warning messageSascha Hauer2018-10-261-1/+4
| |/
* | 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/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: gadget: allow to actually enable sparse fastboot supportUwe Kleine-König2018-08-081-3/+3
* 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
* usb: gadget: fastboot: fix typoSascha Hauer2018-02-091-1/+1
* usb: gadget: fastboot: Always remove temporary fileSascha Hauer2018-02-091-20/+14
* usb: gadget: fastboot: use read_file_2Sascha Hauer2018-02-091-2/+3