summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeLines
* 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
|/
* 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
* armv7: make gpmc_cfg constLadislav Michl2016-07-22-1/+2
* 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
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-2/+2
* 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
|\ \
| * | at91: nand: Set up the ECC strength correctlyAndre Renaud2016-06-12-0/+1
| * | at91: Correct NAND ECC register accessAndre Renaud2016-06-12-2/+2
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-06-12-1/+1
|\ \ \ | |/ / |/| |
| * | mtd: nand: mxs: use simpler runtime cpu dection macrosPeng Fan2016-05-24-1/+1
* | | mtd: nand: omap: allow to switch to BCH16Heiko Schocher2016-06-09-0/+4
* | | nand: add nand mtd concat supportHeiko Schocher2016-06-09-0/+41
| |/ |/|
* | nand: fix nand torture to use changed mtd apiMax Krummenacher2016-06-03-4/+4
* | mtd: nand: Sync with Linux v4.6Scott Wood2016-06-03-171/+298
* | mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-03-46/+55
* | mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-03-307/+298
* | nand: Embed mtd_info in struct nand_chipScott Wood2016-06-03-165/+177
* | mtd: nand: Remove nand_info_t typedefScott Wood2016-06-03-90/+90
* | mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood2016-06-03-1251/+0
* | mtd: nand: Remove jz4740 driverMarek Vasut2016-06-03-259/+0
* | mtd: nand: arasan_nfc: Correct nand ecc initializationSiva Durga Prasad Paladugu2016-06-03-9/+9
* | mtd: nand: am335x: spl: Fix copying of imageLokesh Vutla2016-05-27-1/+14
|/
* Fix spelling of "occurred".Vagrant Cascadian2016-05-02-2/+2
* drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal2016-04-10-8/+0
* kirkwood_nand: claim MPP pins on the flyChris Packham2016-04-06-0/+19
* mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore2016-04-01-1/+12
* mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada2016-03-24-3/+3
* arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2016-02-12-0/+1155
* zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu2016-02-12-0/+7
* mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith2016-02-12-3/+3
* mtd: pxa3xx_nand: Correct offset calculationKevin Smith2016-02-12-2/+2
* mtd: pxa3xx_nand: Correct null dereferenceKevin Smith2016-02-12-7/+0