Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | fix breakage in mtdchar_open(), sanitize failure exits | Al Viro | 1 | -10/+10 |
2012-04-06 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -9/+1 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -9/+1 |
2012-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -37/+16 |
2012-04-01 | mtdchar: kill persistently held vfsmount | Al Viro | 1 | -37/+16 |
2012-03-31 | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 100 | -1397/+4662 |
2012-03-30 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -14/+11 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 4 | -4/+0 |
2012-03-28 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -38/+98 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 4 | -4/+0 |
2012-03-28 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -1/+6 |
2012-03-28 | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -112/+0 |
2012-03-28 | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -22/+52 |
2012-03-28 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
2012-03-27 | mtd: docg3 add protection against concurrency | Robert Jarzmik | 2 | -11/+41 |
2012-03-27 | mtd: docg3 refactor cascade floors structure | Robert Jarzmik | 2 | -45/+61 |
2012-03-27 | mtd: docg3 increase write/erase timeout | Robert Jarzmik | 1 | -3/+3 |
2012-03-27 | mtd: docg3 fix inbound calculations | Robert Jarzmik | 1 | -12/+5 |
2012-03-27 | mtd: nand: gpmi: fix function annotations | Wolfram Sang | 1 | -6/+6 |
2012-03-27 | mtd: phram: fix section mismatch for phram_setup | Ryosuke Saito | 1 | -1/+1 |
2012-03-27 | mtd: unify initialization of erase_info->fail_addr | Shmulik Ladkani | 4 | -6/+1 |
2012-03-27 | mtd: support ONFI multi lun NAND | Matthieu CASTET | 1 | -1/+2 |
2012-03-27 | mtd: sm_ftl: fix typo in major number. | Maxim Levitsky | 1 | -1/+1 |
2012-03-27 | mtd: add device-tree support to spear_smi | Stefan Roese | 1 | -12/+99 |
2012-03-27 | mtd: spear_smi: Remove default partition information from driver | Stefan Roese | 1 | -35/+6 |
2012-03-27 | mtd: Add device-tree support to fsmc_nand | Stefan Roese | 1 | -1/+56 |
2012-03-27 | mtd: fix section mismatch for doc_probe_device | Ryosuke Saito | 1 | -2/+2 |
2012-03-27 | mtd: nand/fsmc: Remove sparse warnings and errors | Vipin Kumar | 1 | -46/+45 |
2012-03-27 | mtd: nand/fsmc: Add DMA support | Vipin Kumar | 1 | -5/+163 |
2012-03-27 | mtd: nand/fsmc: Access the NAND device word by word whenever possible | Vipin Kumar | 1 | -0/+55 |
2012-03-27 | mtd: nand/fsmc: Use dev_err to report error scenario | Vipin Kumar | 1 | -0/+7 |
2012-03-27 | mtd: nand/fsmc: Use devm routines | Vipin Kumar | 1 | -91/+43 |
2012-03-27 | mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform | Vipin Kumar | 1 | -8/+33 |
2012-03-27 | mtd: fsmc_nand: add pm callbacks to support hibernation | Shiraz Hashim | 1 | -6/+6 |
2012-03-27 | mtd: nand/fsmc: Initialize the badblockbits to 7 | Vipin Kumar | 1 | -0/+1 |
2012-03-27 | mtd: nand/fsmc: Flip the bit only if the error index is < 4096 | Vipin Kumar | 1 | -1/+1 |
2012-03-27 | mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices | Vipin Kumar | 1 | -1/+3 |
2012-03-27 | mtd: nand/fsmc: Correct the multiline comment format | Vipin Kumar | 1 | -4/+4 |
2012-03-27 | mtd: nand/fsmc: Remove default partition information from driver | Armando Visconti | 1 | -58/+0 |
2012-03-27 | mtd: nand/fsmc: Pass partition information through platform data | Vipin Kumar | 1 | -6/+7 |
2012-03-27 | mtd: phram: dot not crash when built-in and passing boot param | Hervé Fache | 1 | -3/+30 |
2012-03-27 | mtd: gpmi: fix the wrong DMA command. | Huang Shijie | 1 | -1/+2 |
2012-03-27 | mtd: flash drivers set ecc strength | Mike Dunn | 31 | -1/+63 |
2012-03-27 | mtd: docg3 reduce read alignment burden | Robert Jarzmik | 1 | -8/+13 |
2012-03-27 | mtd: sh_flctl: Add power management with QoS request | Bastian Hecht | 1 | -9/+42 |
2012-03-27 | mtd: do not use plain 0 as NULL | Artem Bityutskiy | 40 | -84/+88 |
2012-03-27 | mtd: maps: sa1100-flash: Add reference counter to set_vpp() | Paul Parsons | 1 | -1/+13 |
2012-03-27 | mtd: maps: pcmciamtd: Add reference counter to set_vpp() | Paul Parsons | 1 | -1/+12 |
2012-03-27 | mtd: maps: l440gx: Add reference counter to set_vpp() | Paul Parsons | 1 | -5/+9 |
2012-03-27 | mtd: maps: physmap: Add reference counter to set_vpp() | Paul Parsons | 1 | -2/+20 |