Age | Commit message (Expand) | Author |
2007-03-09 | [MTD] [OneNAND] Classify the page data and oob buffer | Kyungmin Park |
2007-03-08 | [MTD] [NAND] make oobavail public | Vitaly Wool |
2007-02-09 | [MTD] Clarify OOB-operation interface comments | Artem Bityutskiy |
2007-02-09 | [MTD] remove unused ecctype,eccsize fields from struct mtd_info | Artem Bityutskiy |
2007-02-09 | [MTD] [NOR] Intel: remove ugly PROGREGION macros | Artem Bityutskiy |
2007-02-09 | [MTD] physmap: Add support for 64 bit resources | Stefan Roese |
2007-02-09 | [MTD] Don't include linux/mtd/map.h from linux/mtd/physmap.h | Haavard Skinnemoen |
2007-02-09 | Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6 | David Woodhouse |
2007-02-09 | [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chip | Randy Dunlap |
2007-02-07 | [MTD] OneNAND: Error message printing and bad block scan erros | Kyungmin Park |
2007-02-02 | [MTD] OneNAND: Reduce internal BufferRAM operations | Kyungmin Park |
2007-01-31 | [MTD] OneNAND: Remove unused fields | Kyungmin Park |
2007-01-18 | [MTD] OneNAND: Update copyrights and code cleanup | Kyungmin Park |
2007-01-18 | [MTD] OneNAND: Reduce Double Density Package (DDP) operations | Kyungmin Park |
2007-01-10 | [MTD] OneNAND: Implement read-while-load | Adrian Hunter |
2007-01-10 | [MTD] OneNAND: add subpage write support | Kyungmin Park |
2006-12-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse |
2006-11-29 | [MTD] add get and put methods | Artem Bityutskiy |
2006-11-29 | [MTD] add get_mtd_device_nm() function | Artem Bityutskiy |
2006-11-29 | [MTD] NAND: add subpage write support | Thomas Gleixner |
2006-11-29 | [MTD] increase MAX_MTD_DEVICES | Artem Bityutskiy |
2006-11-29 | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6 | David Woodhouse |
2006-11-28 | [MTD] [NAND] remove len/ooblen confusion. | Vitaly Wool |
2006-11-28 | [MTD] Allow variable block sizes in mtd_blkdevs | Richard Purdie |
2006-11-16 | [MTD] OneNAND: Single bit error detection | Kyungmin Park |
2006-11-16 | [MTD] OneNAND: lock support | Kyungmin Park |
2006-11-16 | MTD: OneNAND: interrupt based wait support | Kyungmin Park |
2006-10-30 | [PATCH] MTD: fix last kernel-doc warning | Randy Dunlap |
2006-10-21 | [MTD] NAND: Combined oob buffer so it's contiguous with data | David Woodhouse |
2006-10-03 | fix file specification in comments | Uwe Zeisberger |
2006-09-26 | [MTD ONENAND] Check OneNAND lock scheme & all block unlock command support | Kyungmin Park |
2006-09-25 | [MTD NAND] Provide prototype for newly-exported nand_wait_ready() | David Woodhouse |
2006-09-25 | [MTD NAND] Allow override of page read and write functions. | David Woodhouse |
2006-09-25 | [MTD NAND] Allocate chip->buffers separately to allow it to be overridden | David Woodhouse |
2006-09-25 | [MTD NAND] Split nand_scan() into two parts; allow board driver to intervene | David Woodhouse |
2006-08-16 | MTD: Convert Atmel PRI information to AMD format | Haavard Skinnemoen |
2006-06-29 | MTD: kernel-doc fixes + additions | Randy Dunlap |
2006-06-29 | MTD: fix all kernel-doc warnings | Randy Dunlap |
2006-06-20 | Merge git://git.infradead.org/hdrcleanup-2.6 | Linus Torvalds |
2006-06-20 | [MTD] NAND: Fix breakage all over the place | Thomas Gleixner |
2006-06-14 | [MTD] assume mtd->writesize is 1 for NOR flashes | Artem B. Bityutskiy |
2006-05-30 | [MTD] NAND Expose the new raw mode function and status info to userspace | Thomas Gleixner |
2006-05-29 | [MTD] Rework the out of band handling completely | Thomas Gleixner |
2006-05-29 | [MTD] Remove silly MTD_WRITE/READ macros | Thomas Gleixner |
2006-05-29 | [MTD] NAND Replace oobinfo by ecclayout | Thomas Gleixner |
2006-05-29 | [MTD] NAND Consolidate oobinfo handling | Thomas Gleixner |
2006-05-29 | [MTD] NAND Fix platform structure and NDFC driver | Thomas Gleixner |
2006-05-26 | [MTD] NAND modularize write function | Thomas Gleixner |
2006-05-25 | [MTD] NAND Modularize read function | Thomas Gleixner |
2006-05-25 | [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl | Thomas Gleixner |