summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fastboot.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-091-1/+20
* usb: gadget: fastboot: Add option to download to a bufferSascha Hauer2018-02-091-26/+76
* 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-091-3/+11
* usb: gadget: fastboot: allow data.image to be constSascha Hauer2018-01-301-3/+6
* usb: gadget: fastboot: Add sparse image supportSascha Hauer2018-01-181-23/+230
* usbgadget: fastboot: Allow to automatically export the bbu handlersSascha Hauer2017-09-271-0/+18
* usbgadget: fastboot: Use function to find file_list entry by nameSascha Hauer2017-09-271-7/+4
* usb: gadget: fastboot: delete temporary fileSascha Hauer2017-04-121-0/+3
* fastboot: abort autoboot timeout when fastboot gadget is activatedMarc Kleine-Budde2017-03-101-0/+3
* usb: gadget: fastboot: close fd after downloadSascha Hauer2017-02-231-0/+1
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-1/+1
* usb: fastboot: Fix oem exec supportSascha Hauer2016-05-101-1/+1
* Merge branch 'for-next/ubiformat'Sascha Hauer2016-05-091-6/+16
|\
| * usb: fastboot: drop CONFIG_COMMAND_SUPPORT dependencySascha Hauer2016-04-261-0/+5
| * usb: fastboot: Use C API for ubiformatSascha Hauer2016-04-261-5/+11
* | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-091-3/+5
|\ \ | |/ |/|
| * string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+4
| * include: move run_command prototype to command.hSascha Hauer2016-04-151-0/+1
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+1
|/
* fastboot: Add a ARM Barebox filetype handlerMarkus Pargmann2016-03-111-0/+31
* fastboot: Fix usage of ubiformat for UBI image transfersMarkus Pargmann2016-02-181-1/+16
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-1/+2
* usb: gadget: fastboot: allow to build without BOOTMLucas Stach2014-12-171-1/+4
* USB: gadget: fastboot: Add missing includeSascha Hauer2014-09-251-0/+1
* USB: gadget: Add Android fastboot supportSascha Hauer2014-07-241-0/+890