| Commit message (Expand) | Author | Age |
* | Eliminate pointless casts from void* in a few driver irq handlers. | Jeff Garzik | 2007-10-23 |
* | [MTD] [OneNAND] Fix wrong free the static address in onenand_sim | Kyungmin Park | 2007-10-22 |
* | [MTD] [OneNAND] onenand-sim: fix kernel-doc and typos | Randy Dunlap | 2007-10-20 |
* | [MTD] [OneNAND] Avoid deadlock in erase callback; release chip lock first. | Adrian Hunter | 2007-10-14 |
* | [MTD] [OneNAND] Return only negative error codes | Adrian Hunter | 2007-10-14 |
* | [MTD] [OneNAND] Synchronize block locking operations | Adrian Hunter | 2007-10-14 |
* | [MTD] [OneNAND] Fix typo related with recent commit | Kyungmin Park | 2007-10-13 |
* | [MTD] [OneNAND] fix numerous races | Artem Bityutskiy | 2007-09-23 |
* | [MTD] [OneNAND] main read/write ops support for yaffs2 | Kyungmin Park | 2007-09-06 |
* | [MTD] [OneNAND] Use mtd_oob_ops at oob functions | Kyungmin Park | 2007-08-29 |
* | [MTD] [ONENAND] onenand_sim.c: make struct info static | Adrian Bunk | 2007-08-01 |
* | [MTD] [ONENAND] Make onenand_sim compile on non-ARM platforms. | David Woodhouse | 2007-07-10 |
* | [MTD] OneNAND Simulator support | Kyungmin Park | 2007-06-30 |
* | [MTD] [OneNAND] 2X program support | Kyungmin Park | 2007-06-30 |
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 |
* | [MTD] [OneNAND] Exit loop only when column start with 0 | Adrian Hunter | 2007-04-25 |
* | [MTD] [OneNAND] Fix access the past of the real oobfree array | Kyungmin Park | 2007-04-25 |
* | [MTD] [OneNAND] Update Samsung OneNAND official URL | Kyungmin Park | 2007-04-25 |
* | Use menuconfig objects: MTD | Jan Engelhardt | 2007-04-19 |
* | [MTD] [OneNAND] Classify the page data and oob buffer | Kyungmin Park | 2007-03-09 |
* | [MTD] [OneNAND] Exit the loop when transferring/filling of the oob is finished | Kyungmin Park | 2007-03-09 |
* | [MTD] [OneNAND] add Nokia Copyright and a credit | Adrian Hunter | 2007-03-09 |
* | [MTD] [OneNAND] Fix typo & wrong comments | Kyungmin Park | 2007-03-09 |
* | [MTD] [OneNAND] Use oob buffer instead of main one in oob functions | Kyungmin Park | 2007-03-09 |
* | [MTD] [NAND] make oobavail public | Vitaly Wool | 2007-03-08 |
* | [MTD] [ONENAND] onenand_base warning fix | Andrew Morton | 2007-02-18 |
* | [MTD] remove unused ecctype,eccsize fields from struct mtd_info | Artem Bityutskiy | 2007-02-09 |
* | [MTD] OneNAND: Invalidate bufferRAM after erase | Adrian Hunter | 2007-02-09 |
* | [MTD] OneNAND: Select correct chip's bufferRAM for DDP | Adrian Hunter | 2007-02-08 |
* | [MTD] OneNAND: Error message printing and bad block scan erros | Kyungmin Park | 2007-02-06 |
* | [MTD] OneNAND: Subpage write returned incorrect length written | Adrian Hunter | 2007-02-06 |
* | [MTD] OneNAND: Do not allow oob write past end of page | Adrian Hunter | 2007-02-05 |
* | [MTD] OneNAND: Fix typo and remove unnecessary goto statement | Kyungmin Park | 2007-02-01 |
* | [MTD] OneNAND: Reduce internal BufferRAM operations | Kyungmin Park | 2007-02-01 |
* | [MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTO | Kyungmin Park | 2007-02-01 |
* | [MTD] OneNAND: Add support for auto-placement of out-of-band data | Adrian Hunter | 2007-01-31 |
* | [MTD] OneNAND: Remove unused fields | Kyungmin Park | 2007-01-31 |
* | [MTD] OneNAND: Amend write-verify to compare to original buffer | Adrian Hunter | 2007-01-25 |
* | [MTD] OneNAND: Check first or second pages for bad block information | Adrian Hunter | 2007-01-22 |
* | [MTD] OneNAND: Free the bad block table when the device is released | Adrian Hunter | 2007-01-22 |
* | [MTD] OneNAND: Update copyrights and code cleanup | Kyungmin Park | 2007-01-17 |
* | [MTD] OneNAND: Reduce Double Density Package (DDP) operations | Kyungmin Park | 2007-01-17 |
* | [MTD] OneNAND: Return an error if a read timeout occurs | Adrian Hunter | 2007-01-17 |
* | [MTD] OneNAND: Fix unlock all status error | Kyungmin Park | 2007-01-17 |
* | [MTD] OneNAND: Handle DDP chip boundary during read-while-load | Adrian Hunter | 2007-01-10 |
* | [MTD] OneNAND: return ecc error code only when 2-bit ecc occurs | Kyungmin Park | 2007-01-10 |
* | [MTD] OneNAND: Implement read-while-load | Adrian Hunter | 2007-01-10 |
* | [MTD] OneNAND: fix onenand_wait bug in read ecc error | Kyungmin Park | 2007-01-10 |
* | [MTD] OneNAND: release CPU in cycles | Artem Bityutskiy | 2007-01-10 |
* | [MTD] OneNAND: add subpage write support | Kyungmin Park | 2007-01-10 |