summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeLines
* nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser2015-03-30-65/+0
* powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boardsMasahiro Yamada2015-01-23-5/+0
* mtd: nand: do not scan BBT after scrubMasahiro Yamada2015-01-09-5/+2
* mtd: nand: Mark the BBT as scanned prior to calling scan_bbt againMasahiro Yamada2015-01-09-1/+1
* mtd: nand: revive "nand scrub" commandMasahiro Yamada2015-01-09-1/+1
* nand: reinstate lazy bad block scanningRostislav Lisovy2014-11-26-3/+7
* mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese2014-09-25-3/+1
* 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-33/+141
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-25-498/+1367
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-06-06-2/+4
* mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris2014-06-06-2/+3
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14-1/+1
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-09-4/+14
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-31-730/+926
* mtd: nand: fix the partial page write conditionhtbegin2013-05-22-1/+1
* nand: Move the sub-page read support enable to a flagJoe Hershberger2012-11-26-2/+7
* drivers/mtd/nand: sparse fixesKim Phillips2012-11-04-6/+7
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-1/+2
|\
| * nand: Try to align the default buffersSimon Glass2012-09-07-1/+2
* | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut2012-09-17-5/+2
* | mtd: support ONFI multi lun NANDMatthieu CASTET2012-09-17-1/+2
|/
* NAND: Remove ONFI detection message to from bootup logStefan Roese2012-05-18-2/+3
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-30-1/+1
* nand: reinstate lazy bad block scanningScott Wood2012-02-28-3/+7
* Revert "nand: make 1-bit software ECC configurable"Scott Wood2012-02-28-4/+0
* nand: make 1-bit software ECC configurableChristian Hitz2012-01-26-0/+4
* nand: Sanitize ONFI strings.Christian Hitz2012-01-26-1/+22
* nand: Merge changes from Linux nand driverChristian Hitz2012-01-26-150/+309
* nand: cleanup whitespaceChristian Hitz2012-01-26-74/+78
* nand: Merge BCH code from Linux nand driverChristian Hitz2012-01-26-1/+38
* nand: Add common functions to linux/mtd/nand.hSimon Schwarz2011-12-06-3/+3
* NAND: Really ignore bad blocks when scrubbingMarek Vasut2011-10-03-1/+1
* spl: add NAND Library to new SPLSimon Schwarz2011-09-30-2/+2
* nand_base: trivial: fix comment read/write commentBen Gardiner2011-07-01-1/+1
* NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli2011-04-15-8/+12
* NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli2011-04-15-1/+1
* NAND: add support for reading ONFI page tableFlorian Fainelli2011-04-01-49/+144
* NAND: add more watchdog resetsScott Wood2011-04-01-0/+6
* Minor Coding Style Cleanup.Wolfgang Denk2011-02-02-19/+19
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2011-01-12-14/+15
* MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer2010-12-17-6/+9
* nand: constify id/manu tablesMike Frysinger2010-12-17-3/+3
* nand: remove dead code and suspend/resumeScott Wood2010-10-11-237/+1
* nand util: read/write: accept unaligned lengthScott Wood2010-10-11-7/+0
* mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman2010-09-08-3/+6
* NAND: show manufacturer and device ID for unknown chipsFlorian Fainelli2010-07-08-1/+5
* NAND: Update read_read_subpage API checkSandeep Paulraj2009-11-18-1/+1
* NAND: fix "raw" reads with ECC syndrome layoutsDavid Brownell2009-11-13-4/+96
* NAND: Don't walk past end of oobfree[]Sandeep Paulraj2009-11-13-1/+2