summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2016-02-12arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu
2016-02-12zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu
2016-02-12mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith
2016-02-12mtd: pxa3xx_nand: Correct offset calculationKevin Smith
2016-02-12mtd: pxa3xx_nand: Correct null dereferenceKevin Smith
2016-02-12nand: mxs: fix error handling for mxs_nand_initPeng Fan
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu
2016-02-02atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu
2016-01-27atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu
2016-01-27atmel_nand: add '\n' in the end of error message for better displayJosh Wu
2016-01-27atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu
2016-01-24imx: nand: update GPMI NAND driver to support MX7Peng Fan
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-10-15Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-10-15mtd: nand: vf610_nfc: resync with upstream Linux versionStefan Agner
2015-10-11nand: omap_gpmc: Change correctable bit-flips messages to debug()Ezequiel GarcĂ­a
2015-09-29sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede
2015-09-20mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan
2015-09-15mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese
2015-09-11bitops: introduce BIT() definitionHeiko Schocher
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-09-11mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese
2015-09-11arm: Remove nhk8815 boards and nomadik archSimon Glass
2015-09-10sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese
2015-08-31mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede
2015-08-31sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon
2015-08-31sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede
2015-08-31sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede
2015-08-31sunxi_nand_spl: Add support for backup boot partitionsHans de Goede
2015-08-31sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede
2015-08-31sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede
2015-08-31sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede
2015-08-31sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede
2015-08-31sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede
2015-08-31sunxi_nand_spl: Add proper cache flusingHans de Goede
2015-08-31sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede
2015-08-31sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede
2015-08-31sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede
2015-08-31sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede
2015-08-31sunxi_nand_spl: Drop unnecessary temp bufHans de Goede
2015-08-30mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-08-25mtd: nand: mxs invalidate dcache before DMA readPeng Fan
2015-08-25mtd: nand: mxs support oobsize bigger than 512Peng Fan
2015-08-25mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driverStefan Roese
2015-08-25nand: Sync with Linux v4.1Scott Wood