| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 | Linus Torvalds | 2005-07-11 | 48 | -2877/+2767 |
|\ |
|
| * | [MTD] XIP cleanup | Thomas Gleixner | 2005-07-07 | 2 | -2/+2 |
| * | [MTD] Remove MODULE_DEVICE_TABLE() for ICHx flash driver | David Woodhouse | 2005-07-07 | 1 | -2/+2 |
| * | [MTD] NAND s3c2410: Add missing NULL pointer check | Ben Dooks | 2005-07-06 | 1 | -2/+3 |
| * | Merge with rsync://fileserver/linux | Artem B. Bityuckiy | 2005-07-06 | 515 | -21660/+26856 |
| |\ |
|
| * | | [MTD] NOR flash map driver for TI OMAP boards. | Todd Poynor | 2005-07-06 | 3 | -2/+191 |
| * | | [MTD] Add mapping driver for Intel PXA27x Mainstone board flash. | Nico Pitre | 2005-07-06 | 3 | -2/+189 |
| * | | [MTD] NAND: Remove unmaintained tx49xx board drivers | Thomas Gleixner | 2005-07-06 | 4 | -838/+0 |
| * | | [MTD] NAND: sharpsl.c set correct file permissions | Thomas Gleixner | 2005-07-06 | 1 | -0/+0 |
| * | | [MTD] cfi_cmdset_0002: Remove bogus include | Thomas Gleixner | 2005-07-05 | 1 | -2/+2 |
| * | | [MTD] mtdchar: Return the real error code when create_class() failed | Coywolf Qi Hunt | 2005-07-04 | 1 | -2/+2 |
| * | | [MTD] mtdchar.c: Replace DEVFS by udev | Todd Poynor | 2005-07-01 | 1 | -28/+24 |
| * | | [MTD] NAND: Add ST chip IDs. | Thomas Gleixner | 2005-06-29 | 1 | -2/+11 |
| * | | [MTD] ms02-nv: Fix 64bit operation | ? | 2005-06-29 | 1 | -4/+4 |
| * | | [MTD] NAND: s3c24xx updates | Ben Dooks | 2005-06-29 | 2 | -35/+152 |
| * | | [MTD] NAND: Change exports to _GPL | Thomas Gleixner | 2005-06-29 | 1 | -3/+3 |
| * | | [MTD] NAND: Fix broken bad block table scan | Thomas Gleixner | 2005-06-29 | 1 | -10/+43 |
| * | | [MTD] Fix commandline parser alignement | Joern Engel | 2005-06-29 | 1 | -2/+6 |
| * | | [MTD] XIP for AMD CFI flash. | Todd Poynor | 2005-06-29 | 4 | -100/+323 |
| * | | [MTD] NAND: Reorganize chip locking | Thomas Gleixner | 2005-06-29 | 1 | -28/+29 |
| * | | Merge with rsync://fileserver/linux | Thomas Gleixner | 2005-06-26 | 986 | -42861/+80049 |
| |\ \ |
|
| * | | | [MTD] NAND: Add Hynix to manufacturer list | Nicolas S. Dade | 2005-05-27 | 1 | -0/+1 |
| * | | | [MTD] cfi_cmdset_0002: Fix broken status check | Thomas Gleixner | 2005-05-24 | 1 | -2/+2 |
| * | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2... | Thomas Gleixner | 2005-05-23 | 17 | -1480/+1015 |
| |\ \ \ |
|
| * | | | | [MTD] CFI-0002 - Improve error checking | Eric W. Biedermann | 2005-05-23 | 1 | -32/+67 |
| * | | | | [MTD] CFI flash locking reorg for XIP | Nicolas Pitre | 2005-05-23 | 1 | -50/+40 |
| * | | | | [MTD] NAND: Honour autoplacement schemes supplied by the caller | Thomas Gleixner | 2005-05-23 | 1 | -2/+8 |
| * | | | | [MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash: | Todd Poynor | 2005-05-23 | 1 | -2/+3 |
| * | | | | [MTD] mtdram: Quick cleanup of the driver: | Joern Engel | 2005-05-23 | 1 | -169/+96 |
| * | | | | [MTD] NAND: Fix the broken dynamic array allocations | Jarkko Lavinen | 2005-05-23 | 1 | -5/+5 |
| * | | | | [MTD] DiskOnChip: Add some comments | Dan Brown | 2005-05-23 | 1 | -1/+11 |
| * | | | | [MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS. | Dan Brown | 2005-05-23 | 1 | -3/+1 |
| * | | | | [MTD] DiskOnChip: Prevent problems with existing filesystems | Dan Brown | 2005-05-23 | 1 | -2/+2 |
| * | | | | [MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections. | Dan Brown | 2005-05-23 | 1 | -4/+3 |
| * | | | | [MTD] DiskOnChip: Fix (?) free OOB array info. | Dan Brown | 2005-05-23 | 1 | -2/+2 |
| * | | | | [MTD] NAND: Move the NULL check into the calling function | Thomas Gleixner | 2005-05-23 | 1 | -8/+8 |
| * | | | | [MTD] NAND: Fix missing NULL pointer check | Dan Brown | 2005-05-23 | 1 | -7/+7 |
| * | | | | [MTD] Fix OTP for top-parameter devices | Nicolas Pitre | 2005-05-23 | 1 | -2/+14 |
| * | | | | [MTD] Reset file position when switching OTP mode | Nicolas Pitre | 2005-05-23 | 1 | -1/+2 |
| * | | | | [MTD] NAND: Fix oob available calculation | Thomas Gleixner | 2005-05-23 | 1 | -7/+4 |
| * | | | | [MTD] Add reboot notifier to Intel NOR flash driver | Nicolas Pitre | 2005-05-23 | 1 | -2/+43 |
| * | | | | [MTD] Avoid compile warnings for Intel CFI flash without OTP support. | Todd Poynor | 2005-05-23 | 1 | -1/+3 |
| * | | | | [MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is set | Todd Poynor | 2005-05-23 | 1 | -4/+12 |
| * | | | | [MTD] DiskOnChip: Scan the entire device for Media Headers. | Dan Brown | 2005-05-23 | 1 | -22/+28 |
| * | | | | [MTD] NAND: Use arrays of needed size instead of constant-sized. | Artem B. Bityuckiy | 2005-05-23 | 1 | -5/+5 |
| * | | | | [MTD] sharpsl-flash: Correct error paths | Richard Purdie | 2005-05-23 | 1 | -5/+10 |
| * | | | | [MTD] Add support for more SharpSL machines and fix missing mapping init | Richard Purdie | 2005-05-23 | 1 | -6/+20 |
| * | | | | [MTD] plat-ram: Make it usable on non ARM platforms | Thomas Gleixner | 2005-05-23 | 1 | -2/+2 |
| * | | | | [MTD] block2mtd: Fix incompatible pointer type | Thomas Gleixner | 2005-05-23 | 1 | -9/+8 |
| * | | | | [MTD] cfi_cmdset_0001: Fix compiler warnings | Thomas Gleixner | 2005-05-23 | 1 | -5/+5 |