summaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)Author
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
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-04-25dfu: ram: fix number base of RAM entity parametersStephen Warren
2016-04-25drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-11-03dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R
2015-10-19dfu: dfu_sf: Take the start address into accountFabio Estevam
2015-10-19dfu: dfu_sf: Use the erase sector size for erase operationsFabio Estevam
2015-09-11dfu: mmc: buffer file reads tooStephen Warren
2015-09-11dfu: don't keep freeing/reallocatingStephen Warren
2015-09-07dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp featureLukasz Majewski
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski
2015-09-07dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski
2015-09-07dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski
2015-07-27dfu: fix 64-bit compile warningsStephen Warren
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski
2015-03-30dfu: nand: Verify writesPeter Tyser
2015-03-09dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak
2014-12-18dfu: dfu_get_buf: check the value of env dfu_bufsiz before usePrzemyslaw Marczak
2014-12-18dfu: mmc: check if mmc device exists in mmc_block_op()Przemyslaw Marczak
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-14dfu: thor: fix: Modify dfu_get_alt() function to support absolute pathsLukasz Majewski
2014-10-22dm: Add spi.h header to a few filesSimon Glass
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski
2014-08-09dfu: fix readback buffer overflow testStephen Warren
2014-08-09dfu: add SF backendStephen Warren
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren
2014-08-09dfu: add write error handlingStephen Warren
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren
2014-06-11dfu: Disable default calculation of CRC32Lukasz Majewski
2014-06-01dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski
2014-05-15dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski