Age | Commit message (Expand) | Author | Files | Lines |
2009-09-03 | mtd: nftl: fix offset alignments | Dimitri Gorokhovik | 1 | -6/+9 |
2009-09-03 | mtd: nftl: write support is broken | Dimitri Gorokhovik | 1 | -1/+1 |
2009-09-03 | mtd: m25p80: fix null pointer dereference bug | Anton Vorontsov | 1 | -1/+1 |
2009-08-24 | [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loop | Simon Kagstrom | 1 | -1/+1 |
2009-08-12 | Remove zero-length file drivers/mtd/maps/sbc8240.c | Jeff Garzik | 1 | -0/+0 |
2009-08-10 | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 2 | -1/+13 |
2009-08-03 | mtd: mtdblock: introduce mtdblks_lock | Matthias Kaehlcke | 1 | -1/+15 |
2009-08-03 | mtd: remove 'SBC8240 Wind River' Device Driver Code | Subrata Modak | 3 | -258/+0 |
2009-08-03 | mtd: OneNAND: OMAP2/3: free GPMC CS on module removal | Mika Korhonen | 1 | -0/+1 |
2009-08-03 | mtd: OneNAND: fix incorrect bufferram offset | Mika Korhonen | 1 | -1/+1 |
2009-08-03 | mtd: blkdevs: do not forget to get MTD devices | Artem Bityutskiy | 1 | -3/+3 |
2009-08-03 | mtd: fix the conversion from dev to mtd_info | Saeed Bishara | 1 | -3/+4 |
2009-07-24 | UBI: compatible fallback in absense of sequence numbers | Adrian Hunter | 1 | -1/+12 |
2009-07-24 | UBI: fix double free on error path | Adrian Hunter | 1 | -0/+1 |
2009-07-15 | UBI: fix bug in image sequence number handling | Holger Brunck | 1 | -1/+1 |
2009-07-15 | UBI: gluebi: initialize ubi_num field | Artem Bityutskiy | 1 | -0/+1 |
2009-07-08 | UBI: fix compilation warnings | Artem Bityutskiy | 1 | -3/+3 |
2009-07-07 | UBI: fix NOR flash recovery | Artem Bityutskiy | 3 | -3/+64 |
2009-07-05 | UBI: nicify image sequence number handling | Artem Bityutskiy | 4 | -16/+18 |
2009-07-05 | UBI: add image sequence number to EC header | Adrian Hunter | 6 | -3/+33 |
2009-07-05 | UBI: remove bogus debugging checks | Artem Bityutskiy | 3 | -88/+2 |
2009-07-05 | UBI: add empty eraseblocks verification | Artem Bityutskiy | 3 | -10/+21 |
2009-06-28 | mtd: nand: fix build failure and incorrect return from omap_wait() | vimal singh | 1 | -2/+5 |
2009-06-27 | mtd: Use BLOCK_NIL consistently in NFTL/INFTL | Julia Lawall | 2 | -13/+14 |
2009-06-26 | mtd: m25p80 timeout too short for worst-case m25p16 devices | Steven A. Falco | 1 | -1/+1 |
2009-06-25 | mtd: atmel_nand: Fix typo s/parititions/partitions/ | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2009-06-25 | mtd: cmdlineparts: Use 64-bit format when printing a debug message. | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2009-06-24 | mtd: maps: Remove BUS_ID_SIZE from integrator_flash | David Woodhouse | 1 | -8/+14 |
2009-06-23 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 35 | -720/+2898 |
2009-06-17 | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 12 | -335/+885 |
2009-06-16 | mtd: OneNAND: Allow setting of boundary information when built as module | Amul Saha | 1 | -19/+9 |
2009-06-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -4/+5 |
2009-06-15 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+0 |
2009-06-12 | trivial: Kconfig: .ko is normally not included in module names | Pavel Machek | 2 | -3/+3 |
2009-06-12 | trivial: mtd: fix Kconfig comment about 'armflash' | Paulius Zaleckas | 1 | -1/+2 |
2009-06-11 | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -19/+24 |
2009-06-10 | UBI: add reboot notifier | Kevin Cernekee | 2 | -1/+38 |
2009-06-10 | UBI: handle more error codes | Artem Bityutskiy | 1 | -7/+34 |
2009-06-10 | UBI: fix multiple spelling typos | Artem Bityutskiy | 4 | -11/+11 |
2009-06-10 | UBI: fix kmem_cache_free on error patch | Artem Bityutskiy | 1 | -1/+2 |
2009-06-09 | UBI: print amount of reserved PEBs | Artem Bityutskiy | 1 | -3/+4 |
2009-06-09 | mtd: nand: Fix memory leak on txx9ndfmc probe failure. | Atsushi Nemoto | 1 | -9/+9 |
2009-06-08 | Merge branch 'for-rmk' of git://git.marvell.com/orion into devel | Russell King | 1 | -20/+23 |
2009-06-08 | mtd: orion_nand: use burst reads with double word accesses | Nicolas Pitre | 1 | -0/+23 |
2009-06-08 | mtd/nand: s3c6400 support for s3c2410 driver | Peter Korsgaard | 2 | -9/+12 |
2009-06-08 | Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux | David Woodhouse | 4 | -103/+201 |
2009-06-08 | [MTD] [NAND] S3C2410: Use DIV_ROUND_UP | Ben Dooks | 1 | -2/+1 |
2009-06-08 | [MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/write | Ben Dooks | 1 | -2/+20 |
2009-06-08 | [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NAND | Michel Pollet | 1 | -0/+6 |
2009-06-08 | UBI: improve messages in the WL worker | Artem Bityutskiy | 1 | -9/+24 |