summaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)Author
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
2014-05-15drivers:dfu: dfu_flush(): add raw data flush to complete dfu writePrzemyslaw Marczak
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher
2014-05-05dfu: mmc: change offset base handlingMateusz Zalega
2014-05-05dfu: mmc: raw data write fixMateusz Zalega
2014-04-30dfu:fix: Replace wrong return value with proper oneLukasz Majewski
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIƁukasz Majewski
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher
2014-03-13usb: dfu: add static alt num count in dfu_config_entities()Przemyslaw Marczak
2014-02-20dfu: mmc: fs: Fix format accepted by ext4write commandLukasz Majewski
2013-12-18dfu: Export allocated dfu buffer sizeLukasz Majewski
2013-11-08usb: dfu: make nand upload workingBo Shen