summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu.c
AgeCommit message (Expand)Author
2023-05-19common: dfu: Remove leading space charactersRavi Gunasekaran
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu
2022-02-11DFU: Do not copy the entity name over the buffer sizeMasami Hiramatsu
2021-11-07dfu: newline after updatingHeinrich Schuchardt
2021-06-18dfu: add error callbackPatrick Delaunay
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski
2021-01-31dfu: add 'SKIP' entityJaehoon Chung
2020-10-30dfu: export dfu_listAKASHI Takahiro
2020-05-18common: Drop log.h from common headerSimon Glass
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay
2019-10-31dfu: add DFU virtual backendPatrick Delaunay
2019-10-31dfu: add backend for MTD devicePatrick Delaunay
2019-10-31dfu: allow read with no data without error for EOF indicationPatrick Delaunay
2019-10-31dfu: allow to manage DFU on several devicesPatrick Delaunay
2019-10-31dfu: prepare the support of multiple interfacePatrick Delaunay
2019-10-31dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay
2019-08-11env: Move env_get() to env.hSimon Glass
2018-08-08dfu: Provide more verbose error messageSam Protsenko
2018-08-08dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko
2018-08-08dfu: Fix data abort in dfu_free_entities()Sam Protsenko
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-07-28dfu: add common function to initiate transactionPatrick Delaunay
2017-07-28dfu: factorize transaction cleanupPatrick Delaunay
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay
2017-05-12common: dfu: ignore reset for spl-dfuB, Ravi
2016-11-03dfu: align array in dfu_get_dev_type with enum dfu_device_typePatrick Delaunay
2016-05-06dfu: avoid memory leakPeng Fan
2015-09-11dfu: mmc: buffer file reads tooStephen Warren
2015-09-11dfu: don't keep freeing/reallocatingStephen Warren
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski
2015-09-07dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski
2015-07-27dfu: fix 64-bit compile warningsStephen Warren
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak
2014-12-18dfu: dfu_get_buf: check the value of env dfu_bufsiz before usePrzemyslaw Marczak
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-14dfu: thor: fix: Modify dfu_get_alt() function to support absolute pathsLukasz Majewski
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski
2014-08-09dfu: fix readback buffer overflow testStephen Warren
2014-08-09dfu: add SF backendStephen Warren
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren
2014-08-09dfu: add write error handlingStephen Warren