diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 13:07:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 13:07:49 -0400 |
commit | a7c367b95a9d8e65e0f0e7da31f700a556794efb (patch) | |
tree | 5b1bb202801e29e3237381aa7aad5aa288378d5b /drivers/Makefile | |
parent | 15f964bed054821d6d940d3752508c5f96a9ffd3 (diff) | |
parent | e1070211f7327a1f197d535aa886f721a241c32f (diff) |
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6: (58 commits)
mtd: jedec_probe: add PSD4256G6V id
mtd: OneNand support for Nomadik 8815 SoC (on NHK8815 board)
mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board)
m25p80: Add Spansion S25FL129P serial flashes
jffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent,inode} slabs
mtd: sh_flctl: register sh_flctl using platform_driver_probe()
mtd: nand: txx9ndfmc: transfer 512 byte at a time if possible
mtd: nand: fix tmio_nand ecc correction
mtd: nand: add __nand_correct_data helper function
mtd: cfi_cmdset_0002: add 0xFF intolerance for M29W128G
mtd: inftl: fix fold chain block number
mtd: jedec: fix compilation problem with I28F640C3B definition
mtd: nand: fix ECC Correction bug for SMC ordering for NDFC driver
mtd: ofpart: Check availability of reg property instead of name property
driver/Makefile: Initialize "mtd" and "spi" before "net"
mtd: omap: adding DMA mode support in nand prefetch/post-write
mtd: omap: add support for nand prefetch-read and post-write
mtd: add nand support for w90p910 (v2)
mtd: maps: add mtd-ram support to physmap_of
mtd: pxa3xx_nand: add single-bit error corrections reporting
...
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index ccfa259fa848..6ee53c7a57a1 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -43,6 +43,8 @@ obj-y += macintosh/ | |||
43 | obj-$(CONFIG_IDE) += ide/ | 43 | obj-$(CONFIG_IDE) += ide/ |
44 | obj-$(CONFIG_SCSI) += scsi/ | 44 | obj-$(CONFIG_SCSI) += scsi/ |
45 | obj-$(CONFIG_ATA) += ata/ | 45 | obj-$(CONFIG_ATA) += ata/ |
46 | obj-$(CONFIG_MTD) += mtd/ | ||
47 | obj-$(CONFIG_SPI) += spi/ | ||
46 | obj-y += net/ | 48 | obj-y += net/ |
47 | obj-$(CONFIG_ATM) += atm/ | 49 | obj-$(CONFIG_ATM) += atm/ |
48 | obj-$(CONFIG_FUSION) += message/ | 50 | obj-$(CONFIG_FUSION) += message/ |
@@ -51,8 +53,6 @@ obj-y += ieee1394/ | |||
51 | obj-$(CONFIG_UIO) += uio/ | 53 | obj-$(CONFIG_UIO) += uio/ |
52 | obj-y += cdrom/ | 54 | obj-y += cdrom/ |
53 | obj-y += auxdisplay/ | 55 | obj-y += auxdisplay/ |
54 | obj-$(CONFIG_MTD) += mtd/ | ||
55 | obj-$(CONFIG_SPI) += spi/ | ||
56 | obj-$(CONFIG_PCCARD) += pcmcia/ | 56 | obj-$(CONFIG_PCCARD) += pcmcia/ |
57 | obj-$(CONFIG_DIO) += dio/ | 57 | obj-$(CONFIG_DIO) += dio/ |
58 | obj-$(CONFIG_SBUS) += sbus/ | 58 | obj-$(CONFIG_SBUS) += sbus/ |