summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
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
* | 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
* usb: gadget: fastboot: pass struct f_fastboot * aroundSascha Hauer2018-02-091-30/+19
* usb: gadget: fastboot: Make sparse support optionalSascha Hauer2018-02-092-4/+20
* usb: gadget: fastboot: allow data.image to be constSascha Hauer2018-01-301-3/+6
* usb: gadget: fastboot: Add sparse image supportSascha Hauer2018-01-182-23/+231
* usbgadget: fastboot: select FILE_LISTLucas Stach2017-11-211-0/+1
* Merge branch 'for-next/usbgadget'Sascha Hauer2017-10-193-11/+54
|\
| * usbgadget autostart: add usbgadget.fastboot_bbu to automatically export bbu h...Sascha Hauer2017-09-271-0/+7
| * usbgadget: fastboot: Allow to automatically export the bbu handlersSascha Hauer2017-09-272-0/+19
| * usbgadget: fastboot: Use function to find file_list entry by nameSascha Hauer2017-09-271-7/+4
| * usbgadget: unregister when usb_composite_probe() failsSascha Hauer2017-09-271-1/+9
| * usbgadget: only set to peripheral mode when error checking is doneSascha Hauer2017-09-271-2/+2
| * usbgadget: do not register when no functions presentSascha Hauer2017-09-271-0/+4
| * usbgadget: autostart: Handle errors in file list gracefullySascha Hauer2017-09-271-1/+9
* | remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
|/