summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter2008-08-126-9/+11
* [MTD] m25p80.c extended jedec supportChen Gong2008-08-111-39/+47
* [MTD] m25p80.c code cleanupChen Gong2008-08-111-1/+1
* [MTD] m25p80.c erase enhanceChen Gong2008-08-111-8/+40
* [MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi2008-08-111-1/+0
* [MTD] [NOR] Rename and export new cfi_qry_*() functionsDavid Woodhouse2008-08-073-27/+31
* [MTD] make dataflash write-verify be optionalDavid Brownell2008-08-072-5/+13
* [MTD] Compile fix for dataflash OTP supportDavid Brownell2008-08-071-1/+1
* [MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström2008-08-062-14/+42
* [MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chipsAlexey Korolev2008-08-063-50/+73
* [MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu descriptionGeorge G. Davis2008-08-061-1/+1
* [MTD] Remove references to TI 'toto' platform.David Woodhouse2008-08-046-354/+0
* [MTD] Use DIV_ROUND_UPJulia Lawall2008-08-023-4/+3
* [MTD] remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-08-015-466/+0
* [MTD] [OneNAND] Add defines for HF and sync writeAdrian Hunter2008-08-011-0/+2
* [MTD] dataflash OTP supportDavid Brownell2008-08-016-9/+219
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-08-0139-173/+321
|\
| * [MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton2008-08-011-3/+5
| * [MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_p...Bryan Wu2008-08-011-14/+24
| * [MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger2008-08-011-2/+1
| * [MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by defaultMike Frysinger2008-08-011-0/+1
| * [MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to prob...Mike Frysinger2008-08-011-3/+3
| * [MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin...Mike Frysinger2008-08-012-0/+52
| * [MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we ext...Mike Frysinger2008-08-011-2/+2
| * [MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from th...Mike Frysinger2008-08-011-1/+1
| * [MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison2008-08-011-15/+15
| * [MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton2008-08-011-0/+1
| * [JFFS2] Fix allocation of summary bufferDavid Woodhouse2008-08-012-14/+32
| * Fix rename of at91_nand -> atmel_nandPieter du Preez2008-08-0128-51/+51
| * [MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device IDJerry Hicks2008-07-311-1/+1
| * [MTD] MTD_DEBUG always does compile-time typechecksDavid Brownell2008-07-301-1/+5
| * [MTD] DataFlash: bugfix, binary page sizes now handledakpm@linux-foundation.org2008-07-301-47/+83
| * [MTD] [NAND] fsl_elbc_nand.c: fix printk warningakpm@linux-foundation.org2008-07-301-1/+1
| * [MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy2008-07-301-17/+40
| * [MTD] [NAND] fix subpage read for small page NANDAlexey Korolev2008-07-301-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-0121-268/+203
|\ \
| * | [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-015-12/+13
| * | [PATCH] switch mtd and dm-table to lookup_bdev()Al Viro2008-08-013-45/+18
| * | [patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi2008-08-011-8/+7
| * | [PATCH] devpts: switch to IDAAlexey Dobriyan2008-08-011-8/+8
| * | [PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan2008-08-011-5/+5
| * | [PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan2008-08-011-12/+9
| * | [PATCH] fix bdev leak in block_dev.c do_open()Al Viro2008-08-011-1/+3
| * | [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-015-22/+35
| * | [PATCH] clean dup2() up a bitAl Viro2008-08-011-26/+27
| * | [PATCH] merge locate_fd() and get_unused_fd()Al Viro2008-08-014-130/+77
| * | [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLAl Viro2008-08-011-0/+2
| * | Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley2008-08-011-1/+1
* | | Merge branch 'audit.b54' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-013-8/+19
|\ \ \
| * | | [PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error ...zhangxiliang2008-08-011-3/+8
OpenPOWER on IntegriCloud