Age | Commit message (Expand) | Author |
2020-09-01 | dfu: fix dfu tftp on sandbox | Heinrich Schuchardt |
2020-05-25 | doc: dfu: describe more DFU function | Heinrich Schuchardt |
2020-05-25 | doc: dfu: add DFU to HTML documentation | Heinrich Schuchardt |
2020-05-14 | dfu: add prototype for dfu_transaction_initiate/cleanup | Patrick Delaunay |
2020-01-07 | dfu: Add optional timeout parameter | Andy Shevchenko |
2020-01-07 | dfu: Drop unused prototype of dfu_trigger_reset() | Andy Shevchenko |
2019-10-31 | dfu: add callback for flush and initiated operation | Patrick Delaunay |
2019-10-31 | dfu: add DFU virtual backend | Patrick Delaunay |
2019-10-31 | dfu: add partition support for MTD backend | Patrick Delaunay |
2019-10-31 | dfu: add backend for MTD device | Patrick Delaunay |
2019-10-31 | dfu: prepare the support of multiple interface | Patrick Delaunay |
2019-10-31 | dfu: sf: add partition support for nor backend | Patrick Delaunay |
2019-01-30 | dfu: mmc: call fs functions instead of run_command | Simon Goldschmidt |
2019-01-26 | dfu: Make DFU support more SPL friendly | Andrew F. Davis |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2017-07-28 | dfu: remove limitation on partition size | Patrick Delaunay |
2017-07-28 | dfu: allow dfu read on partition greater than 2GB | Patrick Delaunay |
2016-02-24 | dfu: usb: f_dfu: Set deferred call for dfu_flush() function | Lukasz Majewski |
2015-09-07 | dfu: tftp: update: Add dfu_write_from_mem_addr() function | Lukasz Majewski |
2015-09-07 | dfu: tftp: update: Provide tftp support for the DFU subsystem | Lukasz Majewski |
2015-02-25 | dfu: samsung: move call to set_dfu_alt_info() to dfu common code | Przemyslaw Marczak |
2014-12-18 | usb, g_dnl: generalize DFU detach functions | Rob Herring |
2014-09-02 | dfu: Provide means to find difference between dfu-util -e and -R | Lukasz Majewski |
2014-08-09 | dfu: add SF backend | Stephen Warren |
2014-08-09 | dfu: add free_entity() to struct dfu_entity | Stephen Warren |
2014-08-09 | dfu: allow backend to specify a maximum buffer size | Stephen Warren |
2014-08-09 | dfu: defer parsing of device string to IO backend | Stephen Warren |
2014-08-09 | dfu: fix some issues with reads/uploads | Stephen Warren |
2014-05-15 | dfu: mmc: Provide support for eMMC boot partition access | Lukasz Majewski |
2014-05-08 | dfu, nand: add medium specific polltimeout function | Heiko Schocher |
2014-05-05 | USB: gadget: added a saner gadget downloader registration API | Mateusz Zalega |
2014-05-05 | dfu: mmc: raw data write fix | Mateusz Zalega |
2014-03-23 | usb: dfu: introduce dfuMANIFEST state | Heiko Schocher |
2014-03-23 | usb, dfu: extract flush code into seperate function | Heiko Schocher |
2013-12-18 | usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout value | Lukasz Majewski |
2013-12-18 | dfu: Export allocated dfu buffer size | Lukasz Majewski |
2013-10-20 | dfu:core: Export dfu_{get|free}_buf functions | Lukasz Majewski |
2013-10-20 | dfu:core: Find DFU alt setting number by passing its name | Lukasz Majewski |
2013-09-24 | usb:g_dnl:dfu: Download gadget and DFU function code clean up | Lukasz Majewski |
2013-09-24 | dfu: ram support | Afzal Mohammed |
2013-09-24 | dfu: unify mmc/nand read/write ops enum | Afzal Mohammed |
2013-09-24 | dfu: Extract common DFU code to handle "dfu_alt_info" environment variable | Lukasz Majewski |
2013-09-24 | dfu: Make maximum DFU file size equal to default DFU data buffer | Lukasz Majewski |
2013-08-26 | dfu, nand, ubi: add partubi alt settings for updating ubi partition | Heiko Schocher |
2013-07-29 | dfu: Implementation of target reset after communication with dfu-util's -R sw... | Lukasz Majewski |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-30 | dfu: make data buffer size configurable | Heiko Schocher |
2013-04-10 | dfu: NAND specific routines for DFU operation | Pantelis Antoniou |
2013-04-10 | dfu: Change indentation of defines in <dfu.h> | Tom Rini |
2013-04-10 | dfu: Support larger than memory transfers. | Pantelis Antoniou |