summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2015-04-01mtd: nand: do not scan BBT after scrub2014.10-toradex-nextMasahiro Yamada
2015-04-01mtd: nand: Mark the BBT as scanned prior to calling scan_bbt againMasahiro Yamada
2015-04-01mtd: nand: revive "nand scrub" commandMasahiro Yamada
2015-04-01nand: reinstate lazy bad block scanningRostislav Lisovy
2014-09-25mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris
2014-06-06mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2013-05-22mtd: nand: fix the partial page write conditionhtbegin
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger
2012-11-04drivers/mtd/nand: sparse fixesKim Phillips
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-17mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut
2012-09-17mtd: support ONFI multi lun NANDMatthieu CASTET
2012-09-07nand: Try to align the default buffersSimon Glass
2012-05-18NAND: Remove ONFI detection message to from bootup logStefan Roese
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger
2012-02-28nand: reinstate lazy bad block scanningScott Wood
2012-02-28Revert "nand: make 1-bit software ECC configurable"Scott Wood
2012-01-26nand: make 1-bit software ECC configurableChristian Hitz
2012-01-26nand: Sanitize ONFI strings.Christian Hitz
2012-01-26nand: Merge changes from Linux nand driverChristian Hitz
2012-01-26nand: cleanup whitespaceChristian Hitz
2012-01-26nand: Merge BCH code from Linux nand driverChristian Hitz
2011-12-06nand: Add common functions to linux/mtd/nand.hSimon Schwarz
2011-10-03NAND: Really ignore bad blocks when scrubbingMarek Vasut
2011-09-30spl: add NAND Library to new SPLSimon Schwarz
2011-07-01nand_base: trivial: fix comment read/write commentBen Gardiner
2011-04-15NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli
2011-04-15NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli
2011-04-01NAND: add support for reading ONFI page tableFlorian Fainelli
2011-04-01NAND: add more watchdog resetsScott Wood
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk
2011-01-12mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen
2010-12-17MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer
2010-12-17nand: constify id/manu tablesMike Frysinger
2010-10-11nand: remove dead code and suspend/resumeScott Wood
2010-10-11nand util: read/write: accept unaligned lengthScott Wood
2010-09-08mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman
2010-07-08NAND: show manufacturer and device ID for unknown chipsFlorian Fainelli
2009-11-18NAND: Update read_read_subpage API checkSandeep Paulraj
2009-11-13NAND: fix "raw" reads with ECC syndrome layoutsDavid Brownell
2009-11-13NAND: Don't walk past end of oobfree[]Sandeep Paulraj
2009-11-13NAND: Update check condition for nand_read_page_hwecc APISandeep Paulraj
2009-11-13NAND: Updating comments/explanations in the NAND driverSandeep Paulraj