summaryrefslogtreecommitdiffstats
path: root/include/dfu.h
Commit message (Expand)AuthorAgeFilesLines
* dfu: add 'SCRIPT' entityMarek Szyprowski2021-01-311-0/+3
* dfu: add 'SKIP' entityJaehoon Chung2021-01-311-0/+1
* dfu: add dfu_write_by_alt()AKASHI Takahiro2020-10-301-1/+25
* dfu: export dfu_listAKASHI Takahiro2020-10-301-0/+3
* dfu: modify an argument type for an addressAKASHI Takahiro2020-10-301-2/+2
* dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro2020-10-301-16/+16
* dfu: fix dfu tftp on sandboxHeinrich Schuchardt2020-09-011-1/+1
* doc: dfu: describe more DFU functionHeinrich Schuchardt2020-05-251-4/+174
* doc: dfu: add DFU to HTML documentationHeinrich Schuchardt2020-05-251-20/+20
* dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay2020-05-141-0/+3
* dfu: Add optional timeout parameterAndy Shevchenko2020-01-071-0/+5
* dfu: Drop unused prototype of dfu_trigger_reset()Andy Shevchenko2020-01-071-1/+0
* dfu: add callback for flush and initiated operationPatrick Delaunay2019-10-311-0/+22
* dfu: add DFU virtual backendPatrick Delaunay2019-10-311-0/+22
* dfu: add partition support for MTD backendPatrick Delaunay2019-10-311-0/+2
* dfu: add backend for MTD devicePatrick Delaunay2019-10-311-0/+21
* dfu: prepare the support of multiple interfacePatrick Delaunay2019-10-311-0/+2
* dfu: sf: add partition support for nor backendPatrick Delaunay2019-10-311-0/+2
* dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt2019-01-301-1/+0
* dfu: Make DFU support more SPL friendlyAndrew F. Davis2019-01-261-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-281-2/+2
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-281-1/+1
* dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski2016-02-241-0/+25
* dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski2015-09-071-0/+15
* dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski2015-09-071-0/+26
* dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak2015-02-251-0/+3
* usb, g_dnl: generalize DFU detach functionsRob Herring2014-12-181-3/+0
* dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski2014-09-021-1/+4
* dfu: add SF backendStephen Warren2014-08-091-0/+22
* dfu: add free_entity() to struct dfu_entityStephen Warren2014-08-091-0/+2
* dfu: allow backend to specify a maximum buffer sizeStephen Warren2014-08-091-1/+2
* dfu: defer parsing of device string to IO backendStephen Warren2014-08-091-9/+13
* dfu: fix some issues with reads/uploadsStephen Warren2014-08-091-0/+3
* dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski2014-05-151-0/+3
* dfu, nand: add medium specific polltimeout functionHeiko Schocher2014-05-081-0/+1
* USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-051-7/+0
* dfu: mmc: raw data write fixMateusz Zalega2014-05-051-5/+0
* usb: dfu: introduce dfuMANIFEST stateHeiko Schocher2014-03-231-0/+3
* usb, dfu: extract flush code into seperate functionHeiko Schocher2014-03-231-0/+1
* usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout valueLukasz Majewski2013-12-181-0/+3
* dfu: Export allocated dfu buffer sizeLukasz Majewski2013-12-181-0/+1
* dfu:core: Export dfu_{get|free}_buf functionsLukasz Majewski2013-10-201-0/+2
* dfu:core: Find DFU alt setting number by passing its nameLukasz Majewski2013-10-201-0/+1
* usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2013-09-241-0/+9
* dfu: ram supportAfzal Mohammed2013-09-241-0/+18
* dfu: unify mmc/nand read/write ops enumAfzal Mohammed2013-09-241-0/+5
* dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski2013-09-241-0/+1
* dfu: Make maximum DFU file size equal to default DFU data bufferLukasz Majewski2013-09-241-1/+1
* dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher2013-08-261-0/+2