summaryrefslogtreecommitdiff
path: root/drivers/dfu
Commit message (Expand)AuthorAgeFilesLines
* dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt2019-01-301-36/+31
* dfu: Make DFU support more SPL friendlyAndrew F. Davis2019-01-261-6/+6
* dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon2018-11-131-0/+1
* dfu: Provide more verbose error messageSam Protsenko2018-08-081-0/+1
* dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko2018-08-081-3/+4
* dfu: Fix data abort in dfu_free_entities()Sam Protsenko2018-08-081-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-077-15/+7
* dfu: tftp: Fix arm64 build warningsMarek Vasut2018-02-211-2/+2
* dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-211-4/+4
* dfu: Fix up the Kconfig messMarek Vasut2018-02-212-2/+12
* dfu: select HASHMaxime Ripard2018-01-261-0/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-044-22/+22
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-4/+4
* dfu: add common function to initiate transactionPatrick Delaunay2017-07-281-38/+34
* dfu: factorize transaction cleanupPatrick Delaunay2017-07-281-17/+11
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-285-9/+9
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-285-15/+21
* dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-7/+5
* dfu: dfu_sf: Fix read offsetPhil Edworthy2017-06-031-1/+2
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-0/+4
* dfu: align array in dfu_get_dev_type with enum dfu_device_typePatrick Delaunay2016-11-031-1/+1
* dfu: Migrate to KconfigTom Rini2016-09-271-0/+28
* nand: Fix some more NULL name testsScott Wood2016-09-011-2/+2
* dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass2016-07-111-6/+5
* dfu, nand, ubi: fix erasing after write finishHeiko Schocher2016-06-091-1/+11
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-031-4/+4
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-031-10/+10
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-4/+9
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-05-061-1/+3
|\
| * dfu: avoid memory leakPeng Fan2016-05-061-1/+3
* | Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-3/+3
|/
* dfu: ram: fix number base of RAM entity parametersStephen Warren2016-04-251-2/+2
* drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N2016-04-251-7/+14
* dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* mmc: store hwpart in the block deviceStephen Warren2016-01-131-21/+5
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-2/+2
* dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R2015-11-031-1/+3
* dfu: dfu_sf: Take the start address into accountFabio Estevam2015-10-191-2/+10
* dfu: dfu_sf: Use the erase sector size for erase operationsFabio Estevam2015-10-191-1/+2
* dfu: mmc: buffer file reads tooStephen Warren2015-09-112-12/+26
* dfu: don't keep freeing/reallocatingStephen Warren2015-09-111-2/+2
* dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp featureLukasz Majewski2015-09-071-0/+10
* dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski2015-09-071-0/+37
* dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski2015-09-072-0/+66
* dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski2015-09-071-1/+1
* dfu: fix 64-bit compile warningsStephen Warren2015-07-272-3/+3
* usb: USB download gadget and functions config options coherent namingPaul Kocialkowski2015-07-221-1/+1
* dfu: nand: Verify writesPeter Tyser2015-03-301-1/+1
* dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak2015-03-091-3/+22