| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mtd: rbtx4939-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -19/+5 |
| * | mtd: plat-ram: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -15/+9 |
| * | mtd: latch-addr-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -28/+17 |
| * | mtd: intel_vr_nor: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -17/+2 |
| * | mtd: impa7: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -19/+3 |
| * | mtd: h720x-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -4/+2 |
| * | mtd: gpio-addr-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -18/+10 |
| * | mtd: edb7312: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -18/+8 |
| * | mtd: dc21285: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -17/+3 |
| * | mtd: sst25l: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -36/+26 |
| * | mtd: dataflash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -27/+18 |
| * | mtd: m25p80: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -38/+30 |
| * | mtd: onenand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 3 | -18/+5 |
| * | mtd: bfin: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -17/+5 |
| * | mtd: pxa: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 3 | -25/+7 |
| * | mtd: ixp: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -12/+8 |
| * | mtd: plat_nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -9/+3 |
| * | mtd: nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -9/+1 |
| * | mtd: physmap: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -51/+13 |
| * | mtd: introduce mtd_device_(un)register() | Jamie Iles | 2011-05-25 | 1 | -0/+45 |
| * | mtd: always build partitioning support | Jamie Iles | 2011-05-25 | 1 | -10/+2 |
| * | mtd:fix the bad format in the mtdcore.c | Wanlong Gao | 2011-05-25 | 1 | -4/+4 |
| * | mtd: mtdswap: fix possible null dereference | Maxin B. John | 2011-05-25 | 1 | -1/+7 |
| * | mtd: remove duplicate assignment of chip->state | Tadashi Abe | 2011-05-25 | 3 | -3/+0 |
| * | mtd: fix hang-up in cfi erase and read contention | Tadashi Abe | 2011-05-25 | 4 | -15/+6 |
| * | mtd: simplify get_mtd_device_nm function | Wanlong Gao | 2011-05-25 | 1 | -11/+2 |
| * | mtd: be silent when mtd partition parser cannot be found | Artem Bityutskiy | 2011-05-25 | 1 | -4/+1 |
| * | mtd: convert to seq_file interface | Alexey Dobriyan | 2011-05-25 | 1 | -31/+19 |
| * | mtd: omap: fix subpage ecc issue with prefetch | Kishore Kadiyala | 2011-05-25 | 1 | -7/+5 |
| * | mtd: sst25l: fix section markings | Mike Frysinger | 2011-05-25 | 1 | -3/+3 |
| * | mtd: m25p80: Add Spansion S25FL512S, S70FL01GS | Kevin Cernekee | 2011-05-25 | 1 | -0/+2 |
| * | mtd: m25p80: Add Spansion S25FL256S | Kevin Cernekee | 2011-05-25 | 1 | -5/+17 |
| * | mtd: m25p80: Clean up JEDEC manufacturer checks | Kevin Cernekee | 2011-05-25 | 1 | -4/+7 |
| * | mtd: m25p80: Add Numonyx m25px32 family | Kevin Cernekee | 2011-05-25 | 1 | -1/+4 |
| * | mtd: denali: detect the number of banks | Jamie Iles | 2011-05-25 | 2 | -9/+21 |
| * | mtd: denali: remove nearly-duplicated register definitions | Jamie Iles | 2011-05-25 | 2 | -395/+110 |
| * | mtd: denali: convert to generic DMA API | Jamie Iles | 2011-05-25 | 2 | -44/+40 |
| * | mtd: onenand: add missing check | john.maxin@nokia.com | 2011-05-25 | 1 | -1/+1 |
| * | mtd: return badblockbits back | Artem Bityutskiy | 2011-05-25 | 1 | -0/+2 |
| * | mtd: nand: ndfc: add multiple chip select support | Felix Radensky | 2011-05-25 | 1 | -17/+35 |
| * | mtd: mtdchar: retry large buffer allocations | Grant Erickson | 2011-05-25 | 1 | -27/+23 |
| * | mtd: create function to perform large allocations | Grant Erickson | 2011-05-25 | 1 | -0/+49 |
| * | mtd: mtdconcat: fix NAND OOB write | Felix Radensky | 2011-05-25 | 1 | -2/+2 |
| * | mtd: omap2: mtd split nand_scan in ident and tail | Jan Weitzel | 2011-05-25 | 1 | -2/+8 |
| * | mtd: mtd_blkdevs: fix error path in blktrans_open | Artem Bityutskiy | 2011-05-25 | 1 | -3/+21 |
| * | mtd: atmel_nand: add missing include of linux/dmaengine.h | Hans-Christian Egtvedt | 2011-05-25 | 1 | -0/+1 |
| * | mtd: nand: remove doubled chip deselection on (un)lock | Jiri Pinkava | 2011-05-25 | 1 | -6/+0 |
| * | mtd: nand: fix S3C NAND clock stop | Jiri Pinkava | 2011-05-25 | 1 | -16/+43 |
| * | mtd: cmdset_0002: add CFI 1.5 support for S29GL-S | Gernot Hoyler | 2011-05-25 | 1 | -2/+3 |
| * | mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenand | Roman Tereshonkov | 2011-05-25 | 1 | -6/+40 |