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