summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+5
2016-09-06mtd: nand: mxs: fix cache alignment for cache lines >32Stefan Agner1-0/+5
2016-09-02nand: Fix some more NULL name testsScott Wood1-1/+1
2016-09-02mtd: nand: pxa3xx: use nand_set_controller_dataChris Packham1-0/+1
2016-07-29sf: sf_params: Add AT25DF321 flash supportWenyou Yang1-1/+2
2016-07-29spi: Add support for N25Q016AMoritz Fischer1-0/+1
2016-07-25mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-07-25mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NANDBoris Brezillon1-0/+4
2016-07-25mtd: nand: Add the sunxi NAND controller driverBoris Brezillon3-3/+1851
2016-07-25mtd: nand: add common DT init codeBrian Norris1-0/+70
2016-07-22mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl1-0/+1
2016-07-22mtd: OneNAND: allow board init function failLadislav Michl1-15/+15
2016-07-22mtd: OneNAND: add timeout to wait ready loopsLadislav Michl1-11/+19
2016-07-22armv7: make gpmc_cfg constLadislav Michl1-1/+2
2016-07-22spl: Lightweight UBI and UBI fastmap supportThomas Gleixner4-0/+1169
2016-07-22onenand_spl_simple: Add a simple OneNAND read functionLadislav Michl1-0/+48
2016-07-22nand_spl_simple: Add a simple NAND read functionThomas Gleixner1-0/+62
2016-07-21powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPLSumit Garg1-0/+24
2016-07-20mtd: cfi_flash: fix polling for bit XSR.7 on Intel chipsDaniel Schwierzeck1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day2-2/+2
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka3-0/+296
2016-06-25mtd: nand: Drop a blank line in nand_wait()Andre Renaud1-1/+0
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini8-180/+333
2016-06-20mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon5-5/+5
2016-06-20nand: nand torture: follow sync with linux v4.6Max Krummenacher1-1/+1
2016-06-20spl: nand: sunxi: add support for NAND config auto-detectionBoris Brezillon1-58/+204
2016-06-20spl: nand: sunxi: split 'load page' and 'read page' logicBoris Brezillon1-71/+114
2016-06-20spl: nand: sunxi: rework status polling loopBoris Brezillon1-16/+13
2016-06-20spl: nand: sunxi: stop guessing the redundant u-boot offsetBoris Brezillon1-20/+0
2016-06-20spl: nand: support redundant u-boot imageBoris Brezillon1-0/+8
2016-06-20spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependencyBoris Brezillon1-4/+11
2016-06-20spl: nand: sunxi: remove support for so-called 'syndrome' modeBoris Brezillon1-42/+14
2016-06-13Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-2/+3
2016-06-13at91: nand: Set up the ECC strength correctlyAndre Renaud1-0/+1
2016-06-13at91: Correct NAND ECC register accessAndre Renaud1-2/+2
2016-06-12Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2016-06-09mtd: nand: omap: allow to switch to BCH16Heiko Schocher1-0/+4
2016-06-09nand: add nand mtd concat supportHeiko Schocher1-0/+41
2016-06-04Merge git://git.denx.de/u-boot-nand-flashTom Rini38-2247/+876
2016-06-04nand: fix nand torture to use changed mtd apiMax Krummenacher1-4/+4
2016-06-04mtd: nand: Sync with Linux v4.6Scott Wood17-171/+298
2016-06-04mtd: nand: Add page argument to write_page() etc.Scott Wood14-46/+55
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood30-307/+298
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood17-165/+177
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood6-90/+90
2016-06-04mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood3-1251/+0
2016-06-04mtd: nand: Remove jz4740 driverMarek Vasut2-259/+0
2016-06-04mtd: nand: arasan_nfc: Correct nand ecc initializationSiva Durga Prasad Paladugu1-9/+9
2016-06-04driver: mtd: spi: Adding support for QSPI flashPrabhakar Kushwaha2-2/+4
2016-05-27mtd: nand: am335x: spl: Fix copying of imageLokesh Vutla1-1/+14