summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeLines
* nand: arasan_nfc: Clear ecc on bit while sending read commandSiva Durga Prasad Paladugu2016-11-15-0/+2
* mtd: nand: zynq_nand: Add nand driver support for zynqSiva Durga Prasad Paladugu2016-11-15-0/+1194
* mtd: nand: Kconfig: Add NAND_MXS entryJagan Teki2016-10-26-0/+7
* spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-06-4/+5
* spi: Move freescale-specific code into a private headerSimon Glass2016-10-06-2/+2
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-06-1/+3
* spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-06-124/+0
* spl: Convert boot_device into a structSimon Glass2016-10-06-2/+2
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-06-3/+3
* kconfig: introduce kconfig for UBIHeiko Schocher2016-09-26-0/+100
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-22/+22
* sf: Move flags macro's to spi_flash_params{} membersJagan Teki2016-09-22-13/+10
* sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flashJagan Teki2016-09-22-5/+4
* sf: Remove SECT_32KJagan Teki2016-09-22-16/+8
* spi: Use mode for rx mode flagsJagan Teki2016-09-22-3/+3
* sf: Remove e_rd_cmd from param tableJagan Teki2016-09-22-117/+101
* sf: Simplify fastest read cmd codeJagan Teki2016-09-22-18/+14
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-09-09-0/+5
|\
| * mtd: nand: mxs: fix cache alignment for cache lines >32Stefan Agner2016-09-06-0/+5
* | nand: Fix some more NULL name testsScott Wood2016-09-01-1/+1
* | mtd: nand: pxa3xx: use nand_set_controller_dataChris Packham2016-09-01-0/+1
|/
* sf: sf_params: Add AT25DF321 flash supportWenyou Yang2016-07-30-1/+2
* spi: Add support for N25Q016AMoritz Fischer2016-07-30-0/+1
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-07-24-1/+1
* mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NANDBoris Brezillon2016-07-24-0/+4
* mtd: nand: Add the sunxi NAND controller driverBoris Brezillon2016-07-24-3/+1851
* mtd: nand: add common DT init codeBrian Norris2016-07-24-0/+70
* mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl2016-07-22-0/+1
* mtd: OneNAND: allow board init function failLadislav Michl2016-07-22-15/+15
* mtd: OneNAND: add timeout to wait ready loopsLadislav Michl2016-07-22-11/+19
* armv7: make gpmc_cfg constLadislav Michl2016-07-22-1/+2
* spl: Lightweight UBI and UBI fastmap supportThomas Gleixner2016-07-22-0/+1169
* onenand_spl_simple: Add a simple OneNAND read functionLadislav Michl2016-07-22-0/+48
* nand_spl_simple: Add a simple NAND read functionThomas Gleixner2016-07-22-0/+62
* powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPLSumit Garg2016-07-21-0/+24
* mtd: cfi_flash: fix polling for bit XSR.7 on Intel chipsDaniel Schwierzeck2016-07-20-1/+1
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-2/+2
* sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-15-0/+296
* mtd: nand: Drop a blank line in nand_wait()Andre Renaud2016-06-24-1/+0
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-20-180/+333
|\
| * mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon2016-06-19-5/+5
| * nand: nand torture: follow sync with linux v4.6Max Krummenacher2016-06-19-1/+1
| * spl: nand: sunxi: add support for NAND config auto-detectionBoris Brezillon2016-06-19-58/+204
| * spl: nand: sunxi: split 'load page' and 'read page' logicBoris Brezillon2016-06-19-71/+114
| * spl: nand: sunxi: rework status polling loopBoris Brezillon2016-06-19-16/+13
| * spl: nand: sunxi: stop guessing the redundant u-boot offsetBoris Brezillon2016-06-19-20/+0
| * spl: nand: support redundant u-boot imageBoris Brezillon2016-06-19-0/+8
| * spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependencyBoris Brezillon2016-06-19-4/+11
| * spl: nand: sunxi: remove support for so-called 'syndrome' modeBoris Brezillon2016-06-19-42/+14
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-06-13-2/+3
|\ \