summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-175/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* mtd: nand: make nand_info array staticGrygorii Strashko2017-07-111-1/+1
* cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-111-6/+15
* mtd: nand: remove nand size print from nand_init functionHou Zhiqiang2017-03-281-2/+5
* mtd: nand: add initialization flagHou Zhiqiang2017-03-281-0/+10
* nand: add nand mtd concat supportHeiko Schocher2016-06-091-0/+41
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-3/+2
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-031-8/+19
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-031-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-16/+1
* nand: Introduce CONFIG_SYS_NAND_SELF_INITScott Wood2012-01-261-37/+59
* nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.Alexander Holler2011-01-121-1/+1
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+2
* mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.oStefan Roese2009-06-121-1/+1
* mtd: nand/onenand: Register mtd device upon device scanningStefan Roese2009-04-281-0/+12
* Enable multi chip support in the NAND layerWolfgang Grandegger2009-03-231-1/+5
* NAND: Fixed invalid pointers to static relocated chip namesValeriy Glushkov2009-02-061-0/+4
* NAND: move board_nand_init to nand.hMike Frysinger2009-01-231-2/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-7/+7
* Fix the NAND size overflow issue.Jason Jin2008-10-141-2/+2
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-5/+0
* MTD/NAND: Fix printf format warning in nand codeStefan Roese2008-07-101-1/+1
* drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+83