summaryrefslogtreecommitdiffstats
path: root/drivers/dfu/dfu_nand.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez2020-02-021-1/+6
* dfu: dfu_nand: reduce verbosityRalph Siemsen2019-10-311-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-281-1/+1
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-281-2/+4
* dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-7/+5
* nand: Fix some more NULL name testsScott Wood2016-09-011-2/+2
* 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
* dfu: nand: Verify writesPeter Tyser2015-03-301-1/+1
* dfu: defer parsing of device string to IO backendStephen Warren2014-08-091-1/+1
* dfu: fix some issues with reads/uploadsStephen Warren2014-08-091-1/+6
* dfu, nand: add medium specific polltimeout functionHeiko Schocher2014-05-081-0/+13
* usb: dfu: make nand upload workingBo Shen2013-11-081-0/+1
* dfu: unify mmc/nand read/write ops enumAfzal Mohammed2013-09-241-6/+1
* dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher2013-08-261-2/+36
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2013-06-241-2/+16
* dfu: NAND specific routines for DFU operationPantelis Antoniou2013-04-101-0/+187