mtd: Really add ARM pismo support
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Sun, 29 Nov 2009 15:23:51 +0000 (15:23 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Jan 2010 09:04:53 +0000 (09:04 +0000)
commitf6a8c60960bbea378142d1fa1b3d111555ee41c7
tree1928b9e3fb242b5e220ca9369ec465fd7f05a821
parent0f4bd46ec252887f44f1f065b41867cac8f70dfb
mtd: Really add ARM pismo support

(Commit 7cb777a3d71f9d1f7eb149c7a504d21f24219ae8 (mtd: add ARM pismo support)
intended to add this, but seems only to have patched the Makefile without
touching Kconfig or providing any code...)

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>
drivers/mtd/maps/Kconfig
drivers/mtd/maps/pismo.c [new file with mode: 0644]
include/linux/mtd/pismo.h [new file with mode: 0644]