summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* nand_base: trivial: fix comment read/write commentBen Gardiner2011-07-011-1/+1
* NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli2011-04-151-8/+12
* NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli2011-04-151-1/+1
* NAND: add support for reading ONFI page tableFlorian Fainelli2011-04-011-49/+144
* NAND: add more watchdog resetsScott Wood2011-04-011-0/+6
* Minor Coding Style Cleanup.Wolfgang Denk2011-02-021-19/+19
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2011-01-121-14/+15
* MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer2010-12-171-6/+9
* nand: constify id/manu tablesMike Frysinger2010-12-171-3/+3
* nand: remove dead code and suspend/resumeScott Wood2010-10-111-237/+1
* nand util: read/write: accept unaligned lengthScott Wood2010-10-111-7/+0
* mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman2010-09-081-3/+6
* NAND: show manufacturer and device ID for unknown chipsFlorian Fainelli2010-07-081-1/+5
* NAND: Update read_read_subpage API checkSandeep Paulraj2009-11-181-1/+1
* NAND: fix "raw" reads with ECC syndrome layoutsDavid Brownell2009-11-131-4/+96
* NAND: Don't walk past end of oobfree[]Sandeep Paulraj2009-11-131-1/+2
* NAND: Update check condition for nand_read_page_hwecc APISandeep Paulraj2009-11-131-1/+1
* NAND: Updating comments/explanations in the NAND driverSandeep Paulraj2009-11-131-4/+8
* NAND: Subpage shift for ecc_steps equal to 16Sandeep Paulraj2009-11-131-0/+1
* NAND: Remove commented out codeSandeep Paulraj2009-11-131-1/+0
* NAND: Correct the "chip_shift" calculationSandeep Paulraj2009-11-131-1/+1
* NAND: Update to support 64 bit device sizeSandeep Paulraj2009-11-131-10/+16
* MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRSTSandeep Paulraj2009-08-261-0/+59
* NAND: ADD page Parameter to all read_page/read_page_raw API'sSandeep Paulraj2009-08-261-7/+9
* mtd: nand: Include linux/mtd/partitions.h in nand_base.hStefan Roese2009-04-281-0/+4
* Enable multi chip support in the NAND layerWolfgang Grandegger2009-03-231-0/+2
* NAND: Add timeout for reset commandPeter Tyser2009-02-061-2/+17
* NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TESTPeter Tyser2009-02-061-0/+2
* NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger2009-01-231-1/+1
* NAND: Mark the BBT as scanned prior to calling scan_bbt.Scott Wood2008-12-161-1/+1
* NAND: Reset chip on power-upKarl Beldan2008-10-291-0/+8
* NAND: sync with 2.6.27Scott Wood2008-10-291-8/+119
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-3/+3
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-5/+0
* NAND: chip->state does not always get set.Marcel Ziswiler2008-08-121-0/+1
* NAND: Scan bad blocks lazily.Ilya Yanok2008-08-121-3/+7
* Don't panic if a controller driver does ecc its own way.Scott Wood2008-08-121-2/+6
* NAND: Make NAND driver less verbose per defaultStefan Roese2008-08-121-3/+3
* NAND: Change nand_wait_ready() to not call nand_wait()Stefan Roese2008-08-121-1/+10
* Fixing coding style issuesWilliam Juul2008-08-121-1/+1
* Remove white space at end.William Juul2008-08-121-2/+2
* Update MTD to that of Linux 2.6.22.1William Juul2008-08-121-1695/+1784
* NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.Scott Wood2008-07-091-35/+68
* NAND: Added support for 128-bit OOB, adaptedSergei Poselenov2008-06-111-13/+33
* Big white-space cleanup.Wolfgang Denk2008-05-211-10/+10
* PATCH - Fix oob data copied into supplied bufferTroy Kisky2008-04-211-9/+8
* drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+2668
OpenPOWER on IntegriCloud