aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [OneNAND] Classify the page data and oob bufferKyungmin Park2007-03-091-6/+18
* [MTD] [OneNAND] Exit the loop when transferring/filling of the oob is finishedKyungmin Park2007-03-091-2/+4
* [MTD] [OneNAND] add Nokia Copyright and a creditAdrian Hunter2007-03-091-0/+5
* [MTD] [OneNAND] Fix typo & wrong commentsKyungmin Park2007-03-091-9/+11
* [MTD] [OneNAND] Use oob buffer instead of main one in oob functionsKyungmin Park2007-03-091-10/+13
* [MTD] [NAND] make oobavail publicVitaly Wool2007-03-081-0/+1
* [MTD] [ONENAND] onenand_base warning fixAndrew Morton2007-02-181-1/+1
* [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-091-1/+0
* [MTD] OneNAND: Invalidate bufferRAM after eraseAdrian Hunter2007-02-091-0/+25
* [MTD] OneNAND: Select correct chip's bufferRAM for DDPAdrian Hunter2007-02-091-8/+16
* [MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park2007-02-072-30/+148
* [MTD] OneNAND: Subpage write returned incorrect length writtenAdrian Hunter2007-02-071-11/+9
* [MTD] OneNAND: Do not allow oob write past end of pageAdrian Hunter2007-02-061-0/+7
* [MTD] OneNAND: Fix typo and remove unnecessary goto statementKyungmin Park2007-02-021-8/+4
* [MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park2007-02-021-24/+23
* [MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTOKyungmin Park2007-02-021-9/+5
* [MTD] OneNAND: Add support for auto-placement of out-of-band dataAdrian Hunter2007-02-012-37/+171
* [MTD] OneNAND: Remove unused fieldsKyungmin Park2007-01-311-3/+2
* [MTD] OneNAND: Amend write-verify to compare to original bufferAdrian Hunter2007-01-251-21/+31
* [MTD] OneNAND: Check first or second pages for bad block informationAdrian Hunter2007-01-221-1/+1
* [MTD] OneNAND: Free the bad block table when the device is releasedAdrian Hunter2007-01-222-3/+6
* [MTD] OneNAND: Update copyrights and code cleanupKyungmin Park2007-01-181-12/+9
* [MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park2007-01-181-26/+16
* [MTD] OneNAND: Return an error if a read timeout occursAdrian Hunter2007-01-181-0/+3
* [MTD] OneNAND: Fix unlock all status errorKyungmin Park2007-01-181-5/+4
* [MTD] OneNAND: Handle DDP chip boundary during read-while-loadAdrian Hunter2007-01-101-1/+14
* [MTD] OneNAND: return ecc error code only when 2-bit ecc occursKyungmin Park2007-01-101-3/+3
* [MTD] OneNAND: Implement read-while-loadAdrian Hunter2007-01-101-32/+42
* [MTD] OneNAND: fix onenand_wait bug in read ecc errorKyungmin Park2007-01-101-2/+3
* [MTD] OneNAND: release CPU in cyclesArtem Bityutskiy2007-01-101-7/+9
* [MTD] OneNAND: add subpage write supportKyungmin Park2007-01-101-14/+42
* [MTD] OneNAND: fix onenand_wait bugKyungmin Park2007-01-102-24/+17
* [MTD] OneNAND: fix oob handling in recent oob patchKyungmin Park2006-12-111-4/+4
* [MTD] Remove trailing whitespaceDavid Woodhouse2006-11-301-1/+1
* Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2006-11-293-21/+169
|\
| * [MTD] OneNAND: Single bit error detectionKyungmin Park2006-11-162-5/+14
| * [MTD] OneNAND: lock supportKyungmin Park2006-11-161-15/+48
| * MTD: OneNAND: interrupt based wait supportKyungmin Park2006-11-162-2/+108
* | [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-282-10/+4
|/
* Fix several typos in drivers/Matt LaPlante2006-10-031-1/+1
* [MTD ONENAND] Check OneNAND lock scheme & all block unlock command supportKyungmin Park2006-09-261-19/+118
* [MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configurationKyungmin Park2006-09-261-6/+0
* [MTD ONENAND] Fix OneNAND probeKyungmin Park2006-09-261-3/+14
* [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-292-10/+43
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-8/+6
* [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-291-1/+1
* [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-231-58/+17
* [MTD] Remove readv/readv_eccThomas Gleixner2006-05-231-2/+0
* [MTD] Remove nand writev supportThomas Gleixner2006-05-231-140/+0
* [MTD] Introduce MTD_BIT_WRITEABLEJoern Engel2006-05-221-1/+1