aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand
Commit message (Expand)AuthorAge
* [MTD] [NAND] make oobavail publicVitaly Wool2007-03-08
* [MTD] [ONENAND] onenand_base warning fixAndrew Morton2007-02-18
* [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-09
* [MTD] OneNAND: Invalidate bufferRAM after eraseAdrian Hunter2007-02-09
* [MTD] OneNAND: Select correct chip's bufferRAM for DDPAdrian Hunter2007-02-08
* [MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park2007-02-06
* [MTD] OneNAND: Subpage write returned incorrect length writtenAdrian Hunter2007-02-06
* [MTD] OneNAND: Do not allow oob write past end of pageAdrian Hunter2007-02-05
* [MTD] OneNAND: Fix typo and remove unnecessary goto statementKyungmin Park2007-02-01
* [MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park2007-02-01
* [MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTOKyungmin Park2007-02-01
* [MTD] OneNAND: Add support for auto-placement of out-of-band dataAdrian Hunter2007-01-31
* [MTD] OneNAND: Remove unused fieldsKyungmin Park2007-01-31
* [MTD] OneNAND: Amend write-verify to compare to original bufferAdrian Hunter2007-01-25
* [MTD] OneNAND: Check first or second pages for bad block informationAdrian Hunter2007-01-22
* [MTD] OneNAND: Free the bad block table when the device is releasedAdrian Hunter2007-01-22
* [MTD] OneNAND: Update copyrights and code cleanupKyungmin Park2007-01-17
* [MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park2007-01-17
* [MTD] OneNAND: Return an error if a read timeout occursAdrian Hunter2007-01-17
* [MTD] OneNAND: Fix unlock all status errorKyungmin Park2007-01-17
* [MTD] OneNAND: Handle DDP chip boundary during read-while-loadAdrian Hunter2007-01-10
* [MTD] OneNAND: return ecc error code only when 2-bit ecc occursKyungmin Park2007-01-10
* [MTD] OneNAND: Implement read-while-loadAdrian Hunter2007-01-10
* [MTD] OneNAND: fix onenand_wait bug in read ecc errorKyungmin Park2007-01-10
* [MTD] OneNAND: release CPU in cyclesArtem Bityutskiy2007-01-10
* [MTD] OneNAND: add subpage write supportKyungmin Park2007-01-10
* [MTD] OneNAND: fix onenand_wait bugKyungmin Park2007-01-10
* [MTD] OneNAND: fix oob handling in recent oob patchKyungmin Park2006-12-11
* [MTD] Remove trailing whitespaceDavid Woodhouse2006-11-30
* Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2006-11-28
|\
| * [MTD] OneNAND: Single bit error detectionKyungmin Park2006-11-15
| * [MTD] OneNAND: lock supportKyungmin Park2006-11-15
| * MTD: OneNAND: interrupt based wait supportKyungmin Park2006-11-15
* | [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-28
|/
* Fix several typos in drivers/Matt LaPlante2006-10-03
* [MTD ONENAND] Check OneNAND lock scheme & all block unlock command supportKyungmin Park2006-09-26
* [MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configurationKyungmin Park2006-09-26
* [MTD ONENAND] Fix OneNAND probeKyungmin Park2006-09-26
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-29
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-29
* [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-29
* [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-23
* [MTD] Remove readv/readv_eccThomas Gleixner2006-05-23
* [MTD] Remove nand writev supportThomas Gleixner2006-05-23
* [MTD] Introduce MTD_BIT_WRITEABLEJoern Engel2006-05-22
* [MTD] Introduce writesizeJoern Engel2006-05-22
* OneNAND: fix block command typoKyungmin Park2006-05-12
* OneNAND: One-Time Programmable (OTP) supportKyungmin Park2006-05-12
* OneNAND: Handle erase correctly in Double Density Package (DDP)Kyungmin Park2006-05-12
* OneNAND: Write oob area with aligned size, mtd->oobsizeKyungmin Park2006-05-12