Age | Commit message (Expand) | Author | Files | Lines |
2010-08-06 | mtd: update description on sm_ftl | Maxim Levitsky | 1 | -4/+7 |
2010-08-06 | mtd: blkdevs: fix crash related to sysfs attributes. | Maxim Levitsky | 1 | -3/+4 |
2010-08-06 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -2/+2 |
2010-08-05 | mtd: denali: update get nand para functions | Chuanxiao Dong | 1 | -72/+35 |
2010-08-05 | mtd: denali: rename functions which is named by using capitals | Chuanxiao Dong | 2 | -16/+11 |
2010-08-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2 | -44/+1 |
2010-08-05 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 3 | -0/+523 |
2010-08-05 | mtd: denali.c: fix reserved all check-patch errors | Chuanxiao Dong | 1 | -49/+53 |
2010-08-05 | mtd: denali.c: fix all "line over 80 characters" warnings | Chuanxiao Dong | 1 | -108/+192 |
2010-08-05 | mtd: denali.c: add and update KERN_ facility level in printk() | Chuanxiao Dong | 1 | -16/+16 |
2010-08-05 | mtd: denali.c: fixed all open brace { check-patch errors | Chuanxiao Dong | 1 | -116/+48 |
2010-08-05 | nand/denali Clean up all white spaces in code indent | Chuanxiao | 1 | -169/+168 |
2010-08-05 | mtd: Blackfin NFC: fix nand busy detection | Barry Song | 1 | -2/+2 |
2010-08-05 | mtd: Blackfin NFC: fix handling of page sizes | Barry Song | 1 | -38/+48 |
2010-08-05 | mtd: Blackfin NFC: wait for the ECC reset to finish | Barry Song | 1 | -0/+2 |
2010-08-05 | mtd: Blackfin NFC: fix typo for read/write delay setup | Barry Song | 1 | -1/+1 |
2010-08-05 | mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrl | Barry Song | 1 | -1/+1 |
2010-08-05 | mtd: Blackfin NFC: fix raw page write/read handling | Barry Song | 1 | -0/+18 |
2010-08-05 | mtd: Blackfin NFC: delete useless comment about jffs2 | Barry Song | 1 | -3/+0 |
2010-08-05 | MTD: Nand: Add JZ4740 NAND driver | Lars-Peter Clausen | 3 | -0/+523 |
2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 7 | -100/+205 |
2010-08-04 | Merge branch 'devel-map-io' into omap-for-linus | Tony Lindgren | 1 | -26/+7 |
2010-08-04 | mtd: cfi_cmdset_0002: fix the check for valid primary extension versions | Guillaume LECERF | 1 | -3/+12 |
2010-08-04 | mtd: m25p80: Make jedec_probe() return proper errno values | Anton Vorontsov | 1 | -12/+6 |
2010-08-04 | mtd: m25p80: Fix false-positive probing | Anton Vorontsov | 1 | -2/+11 |
2010-08-04 | mtd: mtdchar: fix mmap for MTD RAM/ROM char devices | Anatolij Gustschin | 1 | -1/+27 |
2010-08-04 | mtd: ixp4xx: add support for static flash partitions | Richard Cochran | 1 | -8/+27 |
2010-08-04 | mtd: mxc_nand: dont call suspend and resume explicitly | Eric Bénard | 1 | -42/+1 |
2010-08-04 | mtd: doc2000: fix uninitialized variable in doc_ecc_decode() | Mark Ware | 1 | -2/+3 |
2010-08-04 | mtd: OneNAND: Samsung SoCs use own chip_probe function | Kyungmin Park | 1 | -13/+8 |
2010-08-04 | mtd: OneNAND: Introduce chip_probe function | Kyungmin Park | 1 | -12/+30 |
2010-08-04 | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 6 | -74/+198 |
2010-08-03 | pcmcia: use struct resource for PCMCIA devices, part 2 | Dominik Brodowski | 1 | -1/+0 |
2010-08-03 | pcmcia: remove memreq_t | Dominik Brodowski | 1 | -7/+6 |
2010-08-02 | omap3 nand: cleanup virtual address usages | Sukumar Ghorai | 1 | -161/+53 |
2010-08-02 | omap3 gpmc: functionality enhancement | Sukumar Ghorai | 1 | -2/+2 |
2010-08-02 | mtd: onenand:fix for page addr calculation based on device type | Rohit Hassan Sathyanarayan | 1 | -2/+5 |
2010-08-02 | mtd: nand: update nand_default_block_markbad() | Brian Norris | 1 | -10/+24 |
2010-08-02 | mtd: denali.h: fixed checkpatch errors | Dong, Chuanxiao | 1 | -82/+78 |
2010-08-02 | mtd: nand: davinci: correct 4-bit error correction | Sudhakar Rajashekhara | 1 | -0/+17 |
2010-08-02 | mtd: nand: more BB Detection refactoring and dynamic scan options | Brian Norris | 2 | -55/+86 |
2010-08-02 | mtd: nand: refactor BB marker detection | Brian Norris | 2 | -11/+58 |
2010-08-02 | mtd: s3c nand: parsing command-line partitions prior to set->partitions | Conke Hu | 1 | -9/+6 |
2010-08-02 | mtd: mxc_nand: fix unbalanced enable for IRQ | Eric Bénard | 1 | -1/+1 |
2010-08-02 | mtd: tests: return -1 if verify failed | Roel Kluin | 1 | -5/+4 |
2010-08-02 | mtd: sm_common: remove casts from void | Kulikov Vasiliy | 1 | -1/+1 |
2010-08-02 | mtd: r852: remove casts from void | Kulikov Vasiliy | 1 | -1/+1 |
2010-08-02 | mtd: nandsim: remove casts from void | Kulikov Vasiliy | 1 | -7/+7 |
2010-08-02 | mtd: dataflash: remove casts from void | Kulikov Vasiliy | 1 | -6/+6 |
2010-08-02 | mtd: r852: remove casts from void | Kulikov Vasiliy | 1 | -2/+2 |