| Commit message (Expand) | Author | Age | Files | Lines |
* | [MTD] OneNAND: Error message printing and bad block scan erros | Kyungmin Park | 2007-02-07 | 2 | -30/+148 |
* | [MTD] OneNAND: Subpage write returned incorrect length written | Adrian Hunter | 2007-02-07 | 1 | -11/+9 |
* | [MTD] OneNAND: Do not allow oob write past end of page | Adrian Hunter | 2007-02-06 | 1 | -0/+7 |
* | [MTD] OneNAND: Fix typo and remove unnecessary goto statement | Kyungmin Park | 2007-02-02 | 1 | -8/+4 |
* | [MTD] OneNAND: Reduce internal BufferRAM operations | Kyungmin Park | 2007-02-02 | 1 | -24/+23 |
* | [MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTO | Kyungmin Park | 2007-02-02 | 1 | -9/+5 |
* | [MTD] OneNAND: Add support for auto-placement of out-of-band data | Adrian Hunter | 2007-02-01 | 2 | -37/+171 |
* | [MTD] OneNAND: Remove unused fields | Kyungmin Park | 2007-01-31 | 1 | -3/+2 |
* | [MTD] OneNAND: Amend write-verify to compare to original buffer | Adrian Hunter | 2007-01-25 | 1 | -21/+31 |
* | [MTD] OneNAND: Check first or second pages for bad block information | Adrian Hunter | 2007-01-22 | 1 | -1/+1 |
* | [MTD] OneNAND: Free the bad block table when the device is released | Adrian Hunter | 2007-01-22 | 2 | -3/+6 |
* | [MTD] OneNAND: Update copyrights and code cleanup | Kyungmin Park | 2007-01-18 | 1 | -12/+9 |
* | [MTD] OneNAND: Reduce Double Density Package (DDP) operations | Kyungmin Park | 2007-01-18 | 1 | -26/+16 |
* | [MTD] OneNAND: Return an error if a read timeout occurs | Adrian Hunter | 2007-01-18 | 1 | -0/+3 |
* | [MTD] OneNAND: Fix unlock all status error | Kyungmin Park | 2007-01-18 | 1 | -5/+4 |
* | [MTD] OneNAND: Handle DDP chip boundary during read-while-load | Adrian Hunter | 2007-01-10 | 1 | -1/+14 |
* | [MTD] OneNAND: return ecc error code only when 2-bit ecc occurs | Kyungmin Park | 2007-01-10 | 1 | -3/+3 |
* | [MTD] OneNAND: Implement read-while-load | Adrian Hunter | 2007-01-10 | 1 | -32/+42 |
* | [MTD] OneNAND: fix onenand_wait bug in read ecc error | Kyungmin Park | 2007-01-10 | 1 | -2/+3 |
* | [MTD] OneNAND: release CPU in cycles | Artem Bityutskiy | 2007-01-10 | 1 | -7/+9 |
* | [MTD] OneNAND: add subpage write support | Kyungmin Park | 2007-01-10 | 1 | -14/+42 |
* | [MTD] OneNAND: fix onenand_wait bug | Kyungmin Park | 2007-01-10 | 2 | -24/+17 |
* | [MTD] OneNAND: fix oob handling in recent oob patch | Kyungmin Park | 2006-12-11 | 1 | -4/+4 |
* | [MTD] Remove trailing whitespace | David Woodhouse | 2006-11-30 | 1 | -1/+1 |
* | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6 | David Woodhouse | 2006-11-29 | 3 | -21/+169 |
|\ |
|
| * | [MTD] OneNAND: Single bit error detection | Kyungmin Park | 2006-11-16 | 2 | -5/+14 |
| * | [MTD] OneNAND: lock support | Kyungmin Park | 2006-11-16 | 1 | -15/+48 |
| * | MTD: OneNAND: interrupt based wait support | Kyungmin Park | 2006-11-16 | 2 | -2/+108 |
* | | [MTD] replace kmalloc+memset with kzalloc | Burman Yan | 2006-11-29 | 2 | -10/+4 |
|/ |
|
* | Fix several typos in drivers/ | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | [MTD ONENAND] Check OneNAND lock scheme & all block unlock command support | Kyungmin Park | 2006-09-26 | 1 | -19/+118 |
* | [MTD ONENAND] Remove unused MTD_ONENAND_SYNC_READ configuration | Kyungmin Park | 2006-09-26 | 1 | -6/+0 |
* | [MTD ONENAND] Fix OneNAND probe | Kyungmin Park | 2006-09-26 | 1 | -3/+14 |
* | [MTD] Rework the out of band handling completely | Thomas Gleixner | 2006-05-29 | 2 | -10/+43 |
* | [MTD] NAND Replace oobinfo by ecclayout | Thomas Gleixner | 2006-05-29 | 1 | -8/+6 |
* | [MTD] NAND Consolidate oobinfo handling | Thomas Gleixner | 2006-05-29 | 1 | -1/+1 |
* | [MTD] Remove read/write _ecc variants | Thomas Gleixner | 2006-05-23 | 1 | -58/+17 |
* | [MTD] Remove readv/readv_ecc | Thomas Gleixner | 2006-05-23 | 1 | -2/+0 |
* | [MTD] Remove nand writev support | Thomas Gleixner | 2006-05-23 | 1 | -140/+0 |
* | [MTD] Introduce MTD_BIT_WRITEABLE | Joern Engel | 2006-05-22 | 1 | -1/+1 |
* | [MTD] Introduce writesize | Joern Engel | 2006-05-22 | 2 | -38/+38 |
* | OneNAND: fix block command typo | Kyungmin Park | 2006-05-12 | 1 | -1/+1 |
* | OneNAND: One-Time Programmable (OTP) support | Kyungmin Park | 2006-05-12 | 2 | -3/+324 |
* | OneNAND: Handle erase correctly in Double Density Package (DDP) | Kyungmin Park | 2006-05-12 | 1 | -0/+6 |
* | OneNAND: Write oob area with aligned size, mtd->oobsize | Kyungmin Park | 2006-05-12 | 1 | -2/+5 |
* | OneNAND: Add write_oob verify function | Kyungmin Park | 2006-05-12 | 1 | -4/+43 |
* | OneNand: Fix free byte positions. | Jarkko Lavinen | 2006-05-12 | 1 | -1/+2 |
* | OneNAND: handle byte access on BufferRAM | Kyungmin Park | 2006-05-12 | 1 | -0/+38 |
* | OneNAND: Add touch_softlock_watchdog() | Kyungmin Park | 2006-05-12 | 1 | -0/+1 |
* | [PATCH] fix more missing includes | Tim Schmielau | 2006-01-09 | 1 | -0/+1 |