| Commit message (Expand) | Author | Age | Files | Lines |
* | [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff | Adrian Hunter | 2008-08-12 | 6 | -9/+11 |
* | [MTD] m25p80.c extended jedec support | Chen Gong | 2008-08-11 | 1 | -39/+47 |
* | [MTD] m25p80.c code cleanup | Chen Gong | 2008-08-11 | 1 | -1/+1 |
* | [MTD] m25p80.c erase enhance | Chen Gong | 2008-08-11 | 1 | -8/+40 |
* | [MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #include | Huang Weiyi | 2008-08-11 | 1 | -1/+0 |
* | [MTD] [NOR] Rename and export new cfi_qry_*() functions | David Woodhouse | 2008-08-07 | 3 | -27/+31 |
* | [MTD] make dataflash write-verify be optional | David Brownell | 2008-08-07 | 2 | -5/+13 |
* | [MTD] Compile fix for dataflash OTP support | David Brownell | 2008-08-07 | 1 | -1/+1 |
* | [MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operations | Anders Grafström | 2008-08-06 | 2 | -14/+42 |
* | [MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chips | Alexey Korolev | 2008-08-06 | 3 | -50/+73 |
* | [MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu description | George G. Davis | 2008-08-06 | 1 | -1/+1 |
* | [MTD] Remove references to TI 'toto' platform. | David Woodhouse | 2008-08-04 | 6 | -354/+0 |
* | [MTD] Use DIV_ROUND_UP | Julia Lawall | 2008-08-02 | 3 | -4/+3 |
* | [MTD] remove code associated with !CONFIG_PPC_MERGE | Kumar Gala | 2008-08-01 | 5 | -466/+0 |
* | [MTD] [OneNAND] Add defines for HF and sync write | Adrian Hunter | 2008-08-01 | 1 | -0/+2 |
* | [MTD] dataflash OTP support | David Brownell | 2008-08-01 | 6 | -9/+219 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-08-01 | 39 | -173/+321 |
|\ |
|
| * | [MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warnings | Andrew Morton | 2008-08-01 | 1 | -3/+5 |
| * | [MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_p... | Bryan Wu | 2008-08-01 | 1 | -14/+24 |
| * | [MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk() | Mike Frysinger | 2008-08-01 | 1 | -2/+1 |
| * | [MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by default | Mike Frysinger | 2008-08-01 | 1 | -0/+1 |
| * | [MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to prob... | Mike Frysinger | 2008-08-01 | 1 | -3/+3 |
| * | [MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin... | Mike Frysinger | 2008-08-01 | 2 | -0/+52 |
| * | [MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we ext... | Mike Frysinger | 2008-08-01 | 1 | -2/+2 |
| * | [MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from th... | Mike Frysinger | 2008-08-01 | 1 | -1/+1 |
| * | [MTD] [NAND] diskonchip.c fix sparse endian warnings | Harvey Harrison | 2008-08-01 | 1 | -15/+15 |
| * | [MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.h | Andrew Morton | 2008-08-01 | 1 | -0/+1 |
| * | [JFFS2] Fix allocation of summary buffer | David Woodhouse | 2008-08-01 | 2 | -14/+32 |
| * | Fix rename of at91_nand -> atmel_nand | Pieter du Preez | 2008-08-01 | 28 | -51/+51 |
| * | [MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device ID | Jerry Hicks | 2008-07-31 | 1 | -1/+1 |
| * | [MTD] MTD_DEBUG always does compile-time typechecks | David Brownell | 2008-07-30 | 1 | -1/+5 |
| * | [MTD] DataFlash: bugfix, binary page sizes now handled | akpm@linux-foundation.org | 2008-07-30 | 1 | -47/+83 |
| * | [MTD] [NAND] fsl_elbc_nand.c: fix printk warning | akpm@linux-foundation.org | 2008-07-30 | 1 | -1/+1 |
| * | [MTD] [NAND] nandsim: support random page read command | Artem Bityutskiy | 2008-07-30 | 1 | -17/+40 |
| * | [MTD] [NAND] fix subpage read for small page NAND | Alexey Korolev | 2008-07-30 | 1 | -1/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-08-01 | 21 | -268/+203 |
|\ \ |
|
| * | | [PATCH] pass struct path * to do_add_mount() | Al Viro | 2008-08-01 | 5 | -12/+13 |
| * | | [PATCH] switch mtd and dm-table to lookup_bdev() | Al Viro | 2008-08-01 | 3 | -45/+18 |
| * | | [patch 3/4] vfs: remove unused nameidata argument of may_create() | Miklos Szeredi | 2008-08-01 | 1 | -8/+7 |
| * | | [PATCH] devpts: switch to IDA | Alexey Dobriyan | 2008-08-01 | 1 | -8/+8 |
| * | | [PATCH 2/2] proc: switch inode number allocation to IDA | Alexey Dobriyan | 2008-08-01 | 1 | -5/+5 |
| * | | [PATCH 1/2] proc: fix inode number bogorithmetic | Alexey Dobriyan | 2008-08-01 | 1 | -12/+9 |
| * | | [PATCH] fix bdev leak in block_dev.c do_open() | Al Viro | 2008-08-01 | 1 | -1/+3 |
| * | | [PATCH] fix races and leaks in vfs_quota_on() users | Al Viro | 2008-08-01 | 5 | -22/+35 |
| * | | [PATCH] clean dup2() up a bit | Al Viro | 2008-08-01 | 1 | -26/+27 |
| * | | [PATCH] merge locate_fd() and get_unused_fd() | Al Viro | 2008-08-01 | 4 | -130/+77 |
| * | | [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL | Al Viro | 2008-08-01 | 1 | -0/+2 |
| * | | Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree | Stephen Smalley | 2008-08-01 | 1 | -1/+1 |
* | | | Merge branch 'audit.b54' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-08-01 | 3 | -8/+19 |
|\ \ \ |
|
| * | | | [PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error ... | zhangxiliang | 2008-08-01 | 1 | -3/+8 |