summaryrefslogtreecommitdiff
path: root/include/dfu.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-18dfu: add error callbackPatrick Delaunay1-0/+11
2021-06-09usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju1-6/+0
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski1-0/+3
2021-01-31dfu: add 'SKIP' entityJaehoon Chung1-0/+1
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro1-1/+25
2020-10-30dfu: export dfu_listAKASHI Takahiro1-0/+3
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-2/+2
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro1-16/+16
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt1-1/+1
2020-05-25doc: dfu: describe more DFU functionHeinrich Schuchardt1-4/+174
2020-05-25doc: dfu: add DFU to HTML documentationHeinrich Schuchardt1-20/+20
2020-05-14dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay1-0/+3
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko1-0/+5
2020-01-07dfu: Drop unused prototype of dfu_trigger_reset()Andy Shevchenko1-1/+0
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay1-0/+22
2019-10-31dfu: add DFU virtual backendPatrick Delaunay1-0/+22
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay1-0/+2
2019-10-31dfu: add backend for MTD devicePatrick Delaunay1-0/+21
2019-10-31dfu: prepare the support of multiple interfacePatrick Delaunay1-0/+2
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay1-0/+2
2019-01-31dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt1-1/+0
2019-01-26dfu: Make DFU support more SPL friendlyAndrew F. Davis1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-29dfu: remove limitation on partition sizePatrick Delaunay1-2/+2
2017-07-29dfu: allow dfu read on partition greater than 2GBPatrick Delaunay1-1/+1
2016-02-24dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski1-0/+25
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski1-0/+15
2015-09-07dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski1-0/+26
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak1-0/+3
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring1-3/+0
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski1-1/+4
2014-08-09dfu: add SF backendStephen Warren1-0/+22
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren1-0/+2
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren1-1/+2
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-9/+13
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren1-0/+3
2014-05-15dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski1-0/+3
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher1-0/+1
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-7/+0
2014-05-05dfu: mmc: raw data write fixMateusz Zalega1-5/+0
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher1-0/+3
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher1-0/+1
2013-12-18usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout valueLukasz Majewski1-0/+3
2013-12-18dfu: Export allocated dfu buffer sizeLukasz Majewski1-0/+1
2013-10-21dfu:core: Export dfu_{get|free}_buf functionsLukasz Majewski1-0/+2
2013-10-21dfu:core: Find DFU alt setting number by passing its nameLukasz Majewski1-0/+1
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski1-0/+9
2013-09-24dfu: ram supportAfzal Mohammed1-0/+18
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed1-0/+5
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski1-0/+1