summaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)Author
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez
2020-01-29dfu: mmc: remove file size limit for io operationsMarek Szyprowski
2020-01-29dfu: mmc: rearrange the codeMarek Szyprowski
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2019-12-04dfu: add dependency on the raw NAND coreMiquel Raynal
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay
2019-10-31dfu: add DFU virtual backendPatrick Delaunay
2019-10-31dfu: add partition support for MTD 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: sf: add partition support for nor backendPatrick Delaunay
2019-10-31dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay
2019-10-31dfu: mmc: add support for in-partition offsetMarek Szyprowski
2019-10-31dfu: dfu_nand: reduce verbosityRalph Siemsen
2019-08-11env: Move env_get() to env.hSimon Glass
2019-01-30dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt
2019-01-26dfu: Make DFU support more SPL friendlyAndrew F. Davis
2018-11-13dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon
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
2018-02-21dfu: tftp: Fix arm64 build warningsMarek Vasut
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut
2018-02-21dfu: Fix up the Kconfig messMarek Vasut
2018-01-26dfu: select HASHMaxime Ripard
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-07-11dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko
2017-06-03dfu: dfu_sf: Fix read offsetPhil Edworthy
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-09-27dfu: Migrate to KconfigTom Rini
2016-09-01nand: Fix some more NULL name testsScott Wood
2016-07-11dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass
2016-06-09dfu, nand, ubi: fix erasing after write finishHeiko Schocher
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-05-06dfu: avoid memory leakPeng Fan