summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fastboot.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: move files to place where Linux has themSascha Hauer2023-03-201-489/+0
* usb: gadget: fastboot: Allocate IN requests when neededSascha Hauer2023-03-201-34/+20
* usb: fastboot: Fix error pathSascha Hauer2020-11-171-13/+35
* usb: fastboot: execute commands in command contextSascha Hauer2020-08-191-7/+45
* fastboot: init list head in commonSascha Hauer2020-08-191-2/+0
* fastboot: split generic code from USB gadgetEdmund Henniges2020-05-201-929/+41
* Merge branch 'for-next/misc'Sascha Hauer2020-03-181-1/+3
|\
| * gadget: f_fastboot: New Kconfig option USB_GADGET_FASTBOOT_CMD_OEMChristian Eggers2020-02-251-1/+3
* | Merge branch 'for-next/block'Sascha Hauer2020-03-181-0/+2
|\ \ | |/ |/|
| * usb: gadget: fastboot: call discard_range for sparse files as wellAhmad Fatoum2020-03-031-0/+2
* | gadget: f_fastboot: Fix memory leakChristian Eggers2020-01-271-1/+1
|/
* usb: gadget: fastboot: fix typoRoland Hieber2019-12-021-1/+1
* f_fastboot: remove only image from bootm variablesRouven Czerwinski2019-07-041-1/+1
* 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