forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6: (21 commits) [MTD] [CHIPS] Remove MTD_OBSOLETE_CHIPS (jedec, amd_flash, sharp) [MTD] Delete allegedly obsolete "bank_size" field of mtd_info. [MTD] Remove unnecessary user space check from mtd.h. [MTD] [MAPS] Remove flash maps for no longer supported 405LP boards [MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driver [MTD] [NAND] platform NAND driver: add driver [MTD] [NAND] platform NAND driver: update header [JFFS2] Simplify and clean up jffs2_add_tn_to_tree() some more. [JFFS2] Remove another bogus optimisation in jffs2_add_tn_to_tree() [JFFS2] Remove broken insert_point optimisation in jffs2_add_tn_to_tree() [JFFS2] Remember to calculate overlap on nodes which replace older nodes [JFFS2] Don't advance c->wbuf_ofs to next eraseblock after wbuf flush [MTD] [NAND] at91_nand.c: CMDLINE_PARTS support [MTD] [NAND] Tidy up handling of page number in nand_block_bad() [MTD] block2mtd_paramline[] mustn't be __initdata [MTD] [NAND] Support multiple chips in CAFÉ driver [MTD] [NAND] Rename cafe.c to cafe_nand.c and remove the multi-obj magic [MTD] [NAND] Use rslib for CAFÉ ECC [RSLIB] Support non-canonical GF representations [JFFS2] Remove dead file histo_mips.h ...
- Loading branch information
Showing
27 changed files
with
429 additions
and
4,751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
# | ||
# linux/drivers/chips/Makefile | ||
# | ||
# $Id: Makefile.common,v 1.5 2005/11/07 11:14:22 gleixner Exp $ | ||
|
||
obj-$(CONFIG_MTD) += chipreg.o | ||
obj-$(CONFIG_MTD_AMDSTD) += amd_flash.o | ||
obj-$(CONFIG_MTD_CFI) += cfi_probe.o | ||
obj-$(CONFIG_MTD_CFI_UTIL) += cfi_util.o | ||
obj-$(CONFIG_MTD_CFI_STAA) += cfi_cmdset_0020.o | ||
obj-$(CONFIG_MTD_CFI_AMDSTD) += cfi_cmdset_0002.o | ||
obj-$(CONFIG_MTD_CFI_INTELEXT) += cfi_cmdset_0001.o | ||
obj-$(CONFIG_MTD_GEN_PROBE) += gen_probe.o | ||
obj-$(CONFIG_MTD_JEDEC) += jedec.o | ||
obj-$(CONFIG_MTD_JEDECPROBE) += jedec_probe.o | ||
obj-$(CONFIG_MTD_RAM) += map_ram.o | ||
obj-$(CONFIG_MTD_ROM) += map_rom.o | ||
obj-$(CONFIG_MTD_SHARP) += sharp.o | ||
obj-$(CONFIG_MTD_ABSENT) += map_absent.o |
Oops, something went wrong.