summaryrefslogtreecommitdiffstats
path: root/drivers/dfu/dfu.c
Commit message (Expand)AuthorAgeFilesLines
* dfu: add 'SCRIPT' entityMarek Szyprowski2021-01-311-1/+6
* dfu: add 'SKIP' entityJaehoon Chung2021-01-311-1/+1
* dfu: export dfu_listAKASHI Takahiro2020-10-301-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dfu: Add optional timeout parameterAndy Shevchenko2020-01-071-0/+15
* dfu: add callback for flush and initiated operationPatrick Delaunay2019-10-311-0/+19
* dfu: add DFU virtual backendPatrick Delaunay2019-10-311-1/+4
* dfu: add backend for MTD devicePatrick Delaunay2019-10-311-1/+4
* dfu: allow read with no data without error for EOF indicationPatrick Delaunay2019-10-311-0/+2
* dfu: allow to manage DFU on several devicesPatrick Delaunay2019-10-311-1/+59
* dfu: prepare the support of multiple interfacePatrick Delaunay2019-10-311-12/+39
* dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2019-10-311-3/+4
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* dfu: Provide more verbose error messageSam Protsenko2018-08-081-0/+1
* dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko2018-08-081-3/+4
* dfu: Fix data abort in dfu_free_entities()Sam Protsenko2018-08-081-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-7/+7
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* dfu: add common function to initiate transactionPatrick Delaunay2017-07-281-38/+34
* dfu: factorize transaction cleanupPatrick Delaunay2017-07-281-17/+11
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-281-1/+1
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-281-3/+3
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-0/+4
* dfu: align array in dfu_get_dev_type with enum dfu_device_typePatrick Delaunay2016-11-031-1/+1
* dfu: avoid memory leakPeng Fan2016-05-061-1/+3
* dfu: mmc: buffer file reads tooStephen Warren2015-09-111-11/+0
* dfu: don't keep freeing/reallocatingStephen Warren2015-09-111-2/+2
* dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski2015-09-071-0/+37
* dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski2015-09-071-1/+1
* dfu: fix 64-bit compile warningsStephen Warren2015-07-271-2/+2
* dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak2015-02-251-0/+3
* dfu: dfu_get_buf: check the value of env dfu_bufsiz before usePrzemyslaw Marczak2014-12-181-2/+6
* usb, g_dnl: generalize DFU detach functionsRob Herring2014-12-181-16/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-111-2/+27
|\
| * dfu: thor: fix: Modify dfu_get_alt() function to support absolute pathsLukasz Majewski2014-11-141-2/+27
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
|/
* dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski2014-09-021-5/+26
* dfu: fix readback buffer overflow testStephen Warren2014-08-091-1/+1
* dfu: add SF backendStephen Warren2014-08-091-0/+3
* dfu: add free_entity() to struct dfu_entityStephen Warren2014-08-091-0/+3
* dfu: allow backend to specify a maximum buffer sizeStephen Warren2014-08-091-5/+8
* dfu: defer parsing of device string to IO backendStephen Warren2014-08-091-10/+10
* dfu: add write error handlingStephen Warren2014-08-091-18/+28
* dfu: fix some issues with reads/uploadsStephen Warren2014-08-091-6/+14
* dfu: Disable default calculation of CRC32Lukasz Majewski2014-06-111-13/+7
* dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski2014-06-011-5/+47
* drivers:dfu: dfu_flush(): add raw data flush to complete dfu writePrzemyslaw Marczak2014-05-151-0/+4
* dfu:fix: Replace wrong return value with proper oneLukasz Majewski2014-04-301-1/+1
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-081-20/+22
|\