[PATCH] add pismo support

Artem Bityutskiy dedekind1 at gmail.com
Sun Jan 10 04:04:44 EST 2010


On Fri, 2009-12-18 at 11:16 +0000, Russell King - ARM Linux wrote:
> Ping.

I do not know how this happened, but your patch was picked up, but
somehow screwed up. Only the Makefile part was taken for some reason,
see commit 7cb777a3d71f9d1f7eb149c7a504d21f24219ae8:

commit 7cb777a3d71f9d1f7eb149c7a504d21f24219ae8
Author: Russell King - ARM Linux <linux at arm.linux.org.uk>
Date:   Sun Nov 29 15:23:51 2009 +0000

    mtd: add ARM pismo support

    The following patch adds support for PISMO modules found on ARM Ltd
    development platforms.  These are MTD modules, and can have a
    selection of SRAM, flash or DOC devices as described by an on-board
    I2C EEPROM.

    We support SRAM and NOR flash devices only by registering appropriate
    conventional MTD platform devices as children of the 'pismo' device.

    Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>

diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile
index 34f3cdd..3078d6d 100644
--- a/drivers/mtd/maps/Makefile
+++ b/drivers/mtd/maps/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_MTD_CEIVA)               += ceiva.o
 obj-$(CONFIG_MTD_OCTAGON)      += octagon-5066.o
 obj-$(CONFIG_MTD_PHYSMAP)      += physmap.o
 obj-$(CONFIG_MTD_PHYSMAP_OF)   += physmap_of.o
+obj-$(CONFIG_MTD_PISMO)                += pismo.o
 obj-$(CONFIG_MTD_PMC_MSP_EVM)   += pmcmsp-flash.o
 obj-$(CONFIG_MTD_PCMCIA)       += pcmciamtd.o
 obj-$(CONFIG_MTD_RPXLITE)      += rpxlite.o

David, I think we should fix this.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)




More information about the linux-mtd mailing list