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