aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)AuthorFilesLines
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay1-0/+19
2019-10-31dfu: add DFU virtual backendPatrick Delaunay4-1/+61
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay1-1/+80
2019-10-31dfu: add backend for MTD devicePatrick Delaunay4-1/+243
2019-10-31dfu: allow read with no data without error for EOF indicationPatrick Delaunay1-0/+2
2019-10-31dfu: allow to manage DFU on several devicesPatrick Delaunay1-1/+59
2019-10-31dfu: prepare the support of multiple interfacePatrick Delaunay1-12/+39
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay2-0/+60
2019-10-31dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2-5/+6
2019-10-31dfu: mmc: add support for in-partition offsetMarek Szyprowski1-2/+11
2019-10-31dfu: dfu_nand: reduce verbosityRalph Siemsen1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-01-30dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt1-36/+31
2019-01-26dfu: Make DFU support more SPL friendlyAndrew F. Davis1-6/+6
2018-11-13dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon1-0/+1
2018-08-08dfu: Provide more verbose error messageSam Protsenko1-0/+1
2018-08-08dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko1-3/+4
2018-08-08dfu: Fix data abort in dfu_free_entities()Sam Protsenko1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini7-15/+7
2018-02-21dfu: tftp: Fix arm64 build warningsMarek Vasut1-2/+2
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut1-4/+4
2018-02-21dfu: Fix up the Kconfig messMarek Vasut2-2/+12
2018-01-26dfu: select HASHMaxime Ripard1-0/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada4-22/+22
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-4/+4
2017-07-28dfu: add common function to initiate transactionPatrick Delaunay1-38/+34
2017-07-28dfu: factorize transaction cleanupPatrick Delaunay1-17/+11
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay5-9/+9
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay5-15/+21
2017-07-11dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko1-7/+5
2017-06-03dfu: dfu_sf: Fix read offsetPhil Edworthy1-1/+2
2017-05-12common: dfu: ignore reset for spl-dfuB, Ravi1-0/+4
2016-11-03dfu: align array in dfu_get_dev_type with enum dfu_device_typePatrick Delaunay1-1/+1
2016-09-27dfu: Migrate to KconfigTom Rini1-0/+28
2016-09-01nand: Fix some more NULL name testsScott Wood1-2/+2
2016-07-11dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass1-6/+5
2016-06-09dfu, nand, ubi: fix erasing after write finishHeiko Schocher1-1/+11
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-4/+4
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood1-10/+10
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-4/+9
2016-05-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+3
2016-05-06dfu: avoid memory leakPeng Fan1-1/+3
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day1-3/+3
2016-04-25dfu: ram: fix number base of RAM entity parametersStephen Warren1-2/+2
2016-04-25drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N1-7/+14
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-21/+5
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-2/+2
2015-11-03dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R1-1/+3