aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-2/+2
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal1-8/+0
2016-04-06kirkwood_nand: claim MPP pins on the flyChris Packham1-0/+19
2016-04-01mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore2-1/+12
2016-03-24mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada1-3/+3
2016-02-12arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2-0/+1155
2016-02-12zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu1-0/+7
2016-02-12mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith1-3/+3
2016-02-12mtd: pxa3xx_nand: Correct offset calculationKevin Smith1-2/+2
2016-02-12mtd: pxa3xx_nand: Correct null dereferenceKevin Smith1-7/+0
2016-02-12nand: mxs: fix error handling for mxs_nand_initPeng Fan1-9/+15
2016-02-06Use correct spelling of "U-Boot"Bin Meng3-3/+3
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu1-1/+9
2016-02-02atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu1-4/+32
2016-01-27atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu1-1/+1
2016-01-27atmel_nand: add '\n' in the end of error message for better displayJosh Wu1-2/+2
2016-01-27atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu1-37/+7
2016-01-24imx: nand: update GPMI NAND driver to support MX7Peng Fan1-2/+2
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-20/+2
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian1-1/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-10-15Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-109/+138
2015-10-15mtd: nand: vf610_nfc: resync with upstream Linux versionStefan Agner1-109/+138
2015-10-11nand: omap_gpmc: Change correctable bit-flips messages to debug()Ezequiel GarcĂ­a1-3/+3
2015-09-29sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede1-6/+20
2015-09-20mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan1-1/+8
2015-09-15mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese1-6/+15
2015-09-11bitops: introduce BIT() definitionHeiko Schocher1-1/+0
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass1-0/+1
2015-09-11mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese1-0/+40
2015-09-11arm: Remove nhk8815 boards and nomadik archSimon Glass2-207/+0
2015-09-10sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese1-0/+1
2015-08-31mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede1-0/+9
2015-08-31sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon1-3/+8
2015-08-31sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2-10/+6
2015-08-31sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2-10/+10
2015-08-31sunxi_nand_spl: Add support for backup boot partitionsHans de Goede1-0/+16
2015-08-31sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2-29/+39
2015-08-31sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede1-38/+48
2015-08-31sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede1-0/+5
2015-08-31sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede1-2/+2
2015-08-31sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede1-46/+12
2015-08-31sunxi_nand_spl: Add proper cache flusingHans de Goede1-0/+8
2015-08-31sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede1-2/+15
2015-08-31sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2-0/+3
2015-08-31sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede1-4/+1
2015-08-31sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede1-10/+10
2015-08-31sunxi_nand_spl: Drop unnecessary temp bufHans de Goede1-27/+8
2015-08-30mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada1-20/+12