aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-11-18sf: Simplify lock ops detection codeJagan Teki1-8/+4
2016-11-18sf: Adopt flash table INFO macro from LinuxJagan Teki4-180/+209
2016-11-15nand: arasan_nfc: Clear ecc on bit while sending read commandSiva Durga Prasad Paladugu1-0/+2
2016-11-15mtd: nand: zynq_nand: Add nand driver support for zynqSiva Durga Prasad Paladugu3-0/+1194
2016-10-26mtd: nand: Kconfig: Add NAND_MXS entryJagan Teki1-0/+7
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass1-4/+5
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass1-2/+2
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass1-1/+3
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass2-124/+0
2016-10-06spl: Convert boot_device into a structSimon Glass2-2/+2
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass2-3/+3
2016-09-26kconfig: introduce kconfig for UBIHeiko Schocher2-0/+100
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada22-22/+22
2016-09-22sf: Move flags macro's to spi_flash_params{} membersJagan Teki1-13/+10
2016-09-22sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flashJagan Teki2-5/+4
2016-09-22sf: Remove SECT_32KJagan Teki3-16/+8
2016-09-22spi: Use mode for rx mode flagsJagan Teki1-3/+3
2016-09-22sf: Remove e_rd_cmd from param tableJagan Teki2-117/+101
2016-09-22sf: Simplify fastest read cmd codeJagan Teki2-18/+14
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-01nand: Fix some more NULL name testsScott Wood1-1/+1
2016-09-01mtd: nand: pxa3xx: use nand_set_controller_dataChris Packham1-0/+1
2016-07-30sf: sf_params: Add AT25DF321 flash supportWenyou Yang1-1/+2
2016-07-30spi: Add support for N25Q016AMoritz Fischer1-0/+1
2016-07-24mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-07-24mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NANDBoris Brezillon1-0/+4
2016-07-24mtd: nand: Add the sunxi NAND controller driverBoris Brezillon3-3/+1851
2016-07-24mtd: 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-24mtd: 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-19mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon5-5/+5
2016-06-19nand: nand torture: follow sync with linux v4.6Max Krummenacher1-1/+1
2016-06-19spl: nand: sunxi: add support for NAND config auto-detectionBoris Brezillon1-58/+204
2016-06-19spl: nand: sunxi: split 'load page' and 'read page' logicBoris Brezillon1-71/+114
2016-06-19spl: nand: sunxi: rework status polling loopBoris Brezillon1-16/+13
2016-06-19spl: nand: sunxi: stop guessing the redundant u-boot offsetBoris Brezillon1-20/+0
2016-06-19spl: nand: support redundant u-boot imageBoris Brezillon1-0/+8
2016-06-19spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependencyBoris Brezillon1-4/+11