diff mbox

add pismo support

Message ID 1263114284.7315.134.camel@localhost.localdomain
State Accepted
Headers show

Commit Message

Artem Bityutskiy Jan. 10, 2010, 9:04 a.m. UTC
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@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@arm.linux.org.uk>
    Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>


David, I think we should fix this.
diff mbox

Patch

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