Age | Commit message (Expand) | Author | Files | Lines |
2006-06-21 | Merge git://git.infradead.org/hdrcleanup-2.6 | Linus Torvalds | 5 | -5/+0 |
2006-06-20 | [MTD] NAND: Fix breakage all over the place | Thomas Gleixner | 1 | -1/+11 |
2006-06-14 | [MTD] assume mtd->writesize is 1 for NOR flashes | Artem B. Bityutskiy | 1 | -3/+6 |
2006-05-30 | [MTD] NAND Expose the new raw mode function and status info to userspace | Thomas Gleixner | 1 | -11/+0 |
2006-05-29 | [MTD] Rework the out of band handling completely | Thomas Gleixner | 2 | -10/+50 |
2006-05-29 | [MTD] Remove silly MTD_WRITE/READ macros | Thomas Gleixner | 1 | -15/+1 |
2006-05-29 | [MTD] NAND Replace oobinfo by ecclayout | Thomas Gleixner | 6 | -12/+13 |
2006-05-29 | [MTD] NAND Consolidate oobinfo handling | Thomas Gleixner | 1 | -3/+2 |
2006-05-29 | [MTD] NAND Fix platform structure and NDFC driver | Thomas Gleixner | 2 | -2/+5 |
2006-05-26 | [MTD] NAND modularize write function | Thomas Gleixner | 1 | -26/+45 |
2006-05-25 | [MTD] NAND Modularize read function | Thomas Gleixner | 1 | -8/+8 |
2006-05-25 | [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl | Thomas Gleixner | 1 | -0/+13 |
2006-05-25 | [MTD] Add ECC statistics to struct mtd_info | Thomas Gleixner | 1 | -0/+14 |
2006-05-25 | [MTD] NAND Introduce NAND_NO_READRDY option | Thomas Gleixner | 1 | -0/+4 |
2006-05-24 | [MTD] NAND remove write_byte/word function from nand_chip | Thomas Gleixner | 1 | -5/+0 |
2006-05-24 | [MTD] Refactor NAND hwcontrol to cmd_ctrl | Thomas Gleixner | 1 | -16/+17 |
2006-05-23 | [MTD] Remove read/write _ecc variants | Thomas Gleixner | 2 | -3/+3 |
2006-05-23 | [MTD] Remove readv/readv_ecc | Thomas Gleixner | 1 | -5/+1 |
2006-05-23 | [MTD] Remove nand writev support | Thomas Gleixner | 1 | -2/+0 |
2006-05-23 | [MTD] NAND ECC hwctl function has no return value | Thomas Gleixner | 1 | -1/+1 |
2006-05-23 | Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/ | Thomas Gleixner | 1 | -2/+5 |
2006-05-23 | [MTD] NAND modularize ECC | Thomas Gleixner | 1 | -30/+33 |
2006-05-23 | [MTD] NAND consolidate data types | Thomas Gleixner | 1 | -11/+11 |
2006-05-23 | [MTD] NAND whitespace and formatting cleanup | Thomas Gleixner | 1 | -69/+34 |
2006-05-23 | [MTD] Add support for NDFC NAND controller | Thomas Gleixner | 1 | -0/+66 |
2006-05-23 | [MTD] Add platform support for NAND | Thomas Gleixner | 1 | -0/+47 |
2006-05-23 | [MTD] Simplify NAND locking | Thomas Gleixner | 1 | -3/+4 |
2006-05-23 | [MTD] Introduce writesize | Joern Engel | 1 | -2/+5 |
2006-05-14 | [MTD] Clean up <linux/mtd/physmap.h> to fix modular build | David Woodhouse | 1 | -6/+2 |
2006-05-14 | [MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd | David Woodhouse | 1 | -1/+1 |
2006-05-12 | OneNAND: One-Time Programmable (OTP) support | Kyungmin Park | 2 | -0/+10 |
2006-05-12 | OneNAND: handle byte access on BufferRAM | Kyungmin Park | 1 | -0/+3 |
2006-05-07 | [MTD] Convert physmap to platform driver | Lennert Buytenhek | 1 | -13/+8 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 6 | -6/+0 |
2006-04-01 | [PATCH] drivers/mtd/: small cleanups | Adrian Bunk | 1 | -0/+5 |
2006-04-01 | [PATCH] sem2mutex: drivers/mtd/ | Ingo Molnar | 2 | -4/+4 |
2006-02-08 | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 1 | -1/+0 |
2005-12-19 | [PATCH] mtd onenand driver: reduce stack usage | Kyungmin Park | 1 | -2/+2 |
2005-12-19 | [PATCH] mtd onenand driver: check correct manufacturer | Kyungmin Park | 1 | -1/+0 |
2005-11-29 | [MTD] CFI: Use 16-bit access to autoselect/read device id data | Todd Poynor | 1 | -1/+17 |
2005-11-09 | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2 | -2/+0 |
2005-11-07 | [MTD] includes: Clean up trailing white spaces | Thomas Gleixner | 16 | -118/+118 |
2005-11-07 | [MTD] Don't let gcc inline functions marked __xipram | Nicolas Pitre | 1 | -8/+8 |
2005-11-07 | [MTD] OneNAND: Enhanced support for DDP (Dual Densitiy Packages) | Kyungmin Park | 1 | -0/+1 |
2005-11-07 | [MTD] OneNAND: Power Management (PM) support | Kyungmin Park | 1 | -0/+1 |
2005-11-07 | [MTD] OneNAND: Add missing files | Kyungmin Park | 1 | -0/+122 |
2005-11-06 | [MTD] NAND: Add suspend/resume functionality | Vitaly Wool | 1 | -1/+2 |
2005-11-06 | [PATCH] OneNAND: Fix bug in write verify | Kyungmin Park | 1 | -0/+1 |
2005-11-06 | [PATCH] OneNAND: Update OMAP OneNAND mapping using device driver model | Kyungmin Park | 1 | -0/+8 |
2005-11-06 | [PATCH] OneNAND: Simple Bad Block handling support | Kyungmin Park | 1 | -0/+9 |