summaryrefslogtreecommitdiff
path: root/include/linux/mtd/nand.h
Commit message (Expand)AuthorAgeLines
* treewide: use #include <...> to include public headersMasahiro Yamada2016-09-23-5/+5
* mtd: nand: Increase the max OOB sizeBoris Brezillon2016-07-24-1/+1
* mtd: nand: add common DT init codeBrian Norris2016-07-24-0/+3
* mtd: nand: Sync with Linux v4.6Scott Wood2016-06-03-24/+41
* mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-03-3/+3
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-03-0/+20
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-03-0/+1
* mtd: nand: Increase max sizes of OOB and Page sizeSiva Durga Prasad Paladugu2015-08-25-2/+2
* nand: Sync with Linux v4.1Scott Wood2015-08-25-5/+82
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2015-08-25-0/+1
* nand: Remove __UBOOT__ ifdefsScott Wood2015-08-25-34/+0
* nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser2015-03-30-5/+0
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-16-1/+0
* mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2014-08-25-11/+102
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-25-79/+272
* mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger2014-06-06-1/+10
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-06-06-0/+10
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-09-0/+3
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-31-68/+105
* Consolidate bool typeYork Sun2013-04-01-1/+1
* nand: Move the sub-page read support enable to a flagJoe Hershberger2012-11-26-3/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-3/+4
|\
| * nand: Try to align the default buffersSimon Glass2012-09-07-3/+4
* | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut2012-09-17-3/+0
* | nand: consolidate duplicated constantsJoe Hershberger2012-09-17-0/+2
|/
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-30-1/+1
* nand: reinstate lazy bad block scanningScott Wood2012-02-28-0/+2
* nand: Merge changes from Linux nand driverChristian Hitz2012-01-26-162/+212
* nand: Merge BCH code from Linux nand driverChristian Hitz2012-01-26-7/+3
* nand: Add common functions to linux/mtd/nand.hSimon Schwarz2011-12-06-0/+7
* NAND: add support for reading ONFI page tableFlorian Fainelli2011-04-01-0/+69
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2011-01-12-1/+3
* NAND: add NAND_CMD_PARAM (0xec) definitionFlorian Fainelli2010-12-17-0/+1
* nand: constify id/manu tablesMike Frysinger2010-12-17-2/+2
* NAND: Update to support 64 bit device sizeSandeep Paulraj2009-11-13-1/+1
* MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRSTSandeep Paulraj2009-08-26-0/+1
* NAND: ADD page Parameter to all read_page/read_page_raw API'sSandeep Paulraj2009-08-26-2/+2
* nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devicesStefan Roese2009-07-16-1/+1
* NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger2009-01-23-9/+0
* NAND: Allow NAND and OneNAND to coexistAlessandro Rubini2008-10-31-69/+1
* NAND: sync with 2.6.27Scott Wood2008-10-29-3/+9
* Fix OneNAND build breakKyungmin Park2008-08-13-15/+1
* NAND: Scan bad blocks lazily.Ilya Yanok2008-08-12-0/+2
* Fixing coding style issuesWilliam Juul2008-08-12-3/+4
* Remove white space at end.William Juul2008-08-12-1/+1
* Update MTD to that of Linux 2.6.22.1William Juul2008-08-12-144/+306
* NAND: Provide a sane default for NAND_MAX_CHIPS.Scott Wood2008-05-28-0/+4
* fix various commentsMarcel Ziswiler2008-01-09-1/+1
* [PATCH][NAND] Define the Vendor Id for Micron NAND FlashUlf Samuelsson2007-05-24-0/+1
* Code cleanupWolfgang Denk2006-07-21-37/+37