aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-25mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese1-3/+1
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-33/+141
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-498/+1367
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-2/+4
2014-06-06mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-2/+3
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-4/+14
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-730/+926
2013-05-22mtd: nand: fix the partial page write conditionhtbegin1-1/+1
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger1-2/+7
2012-11-04drivers/mtd/nand: sparse fixesKim Phillips1-6/+7
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+2
2012-09-17mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut1-5/+2
2012-09-17mtd: support ONFI multi lun NANDMatthieu CASTET1-1/+2
2012-09-07nand: Try to align the default buffersSimon Glass1-1/+2
2012-05-18NAND: Remove ONFI detection message to from bootup logStefan Roese1-2/+3
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-02-28nand: reinstate lazy bad block scanningScott Wood1-3/+7
2012-02-28Revert "nand: make 1-bit software ECC configurable"Scott Wood1-4/+0
2012-01-26nand: make 1-bit software ECC configurableChristian Hitz1-0/+4
2012-01-26nand: Sanitize ONFI strings.Christian Hitz1-1/+22
2012-01-26nand: Merge changes from Linux nand driverChristian Hitz1-150/+309
2012-01-26nand: cleanup whitespaceChristian Hitz1-74/+78
2012-01-26nand: Merge BCH code from Linux nand driverChristian Hitz1-1/+38
2011-12-06nand: Add common functions to linux/mtd/nand.hSimon Schwarz1-3/+3
2011-10-03NAND: Really ignore bad blocks when scrubbingMarek Vasut1-1/+1
2011-09-30spl: add NAND Library to new SPLSimon Schwarz1-2/+2
2011-07-01nand_base: trivial: fix comment read/write commentBen Gardiner1-1/+1
2011-04-15NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli1-8/+12
2011-04-15NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli1-1/+1
2011-04-01NAND: add support for reading ONFI page tableFlorian Fainelli1-49/+144
2011-04-01NAND: add more watchdog resetsScott Wood1-0/+6
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk1-19/+19
2011-01-12mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen1-14/+15
2010-12-17MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer1-6/+9
2010-12-17nand: constify id/manu tablesMike Frysinger1-3/+3
2010-10-11nand: remove dead code and suspend/resumeScott Wood1-237/+1
2010-10-11nand util: read/write: accept unaligned lengthScott Wood1-7/+0
2010-09-08mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman1-3/+6
2010-07-08NAND: show manufacturer and device ID for unknown chipsFlorian Fainelli1-1/+5
2009-11-18NAND: Update read_read_subpage API checkSandeep Paulraj1-1/+1
2009-11-13NAND: fix "raw" reads with ECC syndrome layoutsDavid Brownell1-4/+96
2009-11-13NAND: Don't walk past end of oobfree[]Sandeep Paulraj1-1/+2
2009-11-13NAND: Update check condition for nand_read_page_hwecc APISandeep Paulraj1-1/+1
2009-11-13NAND: Updating comments/explanations in the NAND driverSandeep Paulraj1-4/+8
2009-11-13NAND: Subpage shift for ecc_steps equal to 16Sandeep Paulraj1-0/+1
2009-11-13NAND: Remove commented out codeSandeep Paulraj1-1/+0
2009-11-13NAND: Correct the "chip_shift" calculationSandeep Paulraj1-1/+1
2009-11-13NAND: Update to support 64 bit device sizeSandeep Paulraj1-10/+16