summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of "occurred".Vagrant Cascadian2016-05-021-2/+2
* drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal2016-04-101-8/+0
* kirkwood_nand: claim MPP pins on the flyChris Packham2016-04-061-0/+19
* mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore2016-04-012-1/+12
* mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada2016-03-241-3/+3
* arasan: nfc: Add initial nand driver support for arasanSiva Durga Prasad Paladugu2016-02-122-0/+1155
* zynqmp: nand: Add Nand driver support for zynqmpSiva Durga Prasad Paladugu2016-02-121-0/+7
* mtd: pxa3xx_nand: Don't alloc unneeded memoryKevin Smith2016-02-121-3/+3
* mtd: pxa3xx_nand: Correct offset calculationKevin Smith2016-02-121-2/+2
* mtd: pxa3xx_nand: Correct null dereferenceKevin Smith2016-02-121-7/+0
* nand: mxs: fix error handling for mxs_nand_initPeng Fan2016-02-121-9/+15
* Use correct spelling of "U-Boot"Bin Meng2016-02-063-3/+3
* atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu2016-02-021-1/+9
* atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu2016-02-021-4/+32
* atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu2016-01-271-1/+1
* atmel_nand: add '\n' in the end of error message for better displayJosh Wu2016-01-271-2/+2
* atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu2016-01-271-37/+7
* imx: nand: update GPMI NAND driver to support MX7Peng Fan2016-01-241-2/+2
* Add more SPDX-License-Identifier tagsTom Rini2016-01-192-20/+2
* Fix typo: firstly -> first.Vagrant Cascadian2015-12-051-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-10-151-109/+138
|\
| * mtd: nand: vf610_nfc: resync with upstream Linux versionStefan Agner2015-10-151-109/+138
* | nand: omap_gpmc: Change correctable bit-flips messages to debug()Ezequiel García2015-10-111-3/+3
* | sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede2015-09-291-6/+20
|/
* mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan2015-09-201-1/+8
* mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese2015-09-151-6/+15
* bitops: introduce BIT() definitionHeiko Schocher2015-09-111-1/+0
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+1
* mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-09-111-0/+40
* arm: Remove nhk8815 boards and nomadik archSimon Glass2015-09-112-207/+0
* sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese2015-09-101-0/+1
* mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede2015-08-311-0/+9
* sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon2015-08-311-3/+8
* sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2015-08-312-10/+6
* sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2015-08-312-10/+10
* sunxi_nand_spl: Add support for backup boot partitionsHans de Goede2015-08-311-0/+16
* sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2015-08-312-29/+39
* sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede2015-08-311-38/+48
* sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede2015-08-311-0/+5
* sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede2015-08-311-2/+2
* sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede2015-08-311-46/+12
* sunxi_nand_spl: Add proper cache flusingHans de Goede2015-08-311-0/+8
* sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede2015-08-311-2/+15
* sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2015-08-312-0/+3
* sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede2015-08-311-4/+1
* sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede2015-08-311-10/+10
* sunxi_nand_spl: Drop unnecessary temp bufHans de Goede2015-08-311-27/+8
* mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada2015-08-301-20/+12
OpenPOWER on IntegriCloud