summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_nand.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez1-1/+6
2019-10-31dfu: dfu_nand: reduce verbosityRalph Siemsen1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-29dfu: remove limitation on partition sizePatrick Delaunay1-1/+1
2017-07-29dfu: allow dfu read on partition greater than 2GBPatrick Delaunay1-2/+4
2017-07-12dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko1-7/+5
2016-09-02nand: Fix some more NULL name testsScott Wood1-2/+2
2016-06-09dfu, nand, ubi: fix erasing after write finishHeiko Schocher1-1/+11
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-4/+4
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood1-10/+10
2015-03-31dfu: nand: Verify writesPeter Tyser1-1/+1
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-1/+1
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren1-1/+6
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher1-0/+13
2013-11-08usb: dfu: make nand upload workingBo Shen1-0/+1
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed1-6/+1
2013-08-26dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher1-2/+36
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-25dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher1-2/+16
2013-04-10dfu: NAND specific routines for DFU operationPantelis Antoniou1-0/+187