]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MTD] map driver for NOR flash on the Intel Vermilion Range chipset
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 23 Sep 2007 17:51:25 +0000 (18:51 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 23 Sep 2007 17:51:25 +0000 (18:51 +0100)
commit0bac5111cc00b70460dd8ba8340522e1f0d79f05
treea4acd567a75ba775f28aed81993bd4b82aa61e5a
parent59d8235be2ab38ddaffbe9137385095a5e8b0a77
[MTD] map driver for NOR flash on the Intel Vermilion Range chipset

The Vermilion Range Expansion Bus supports four chip selects, each of which
has 64MiB of address space.  The 2nd BAR of the Expansion Bus PCI Device
is a 256MiB memory region containing the address spaces for all four of
the chip selects, with start addresses hardcoded on 64MiB boundaries.

This map driver only supports NOR flash on chip select 0.  The buswidth
(either 8 bits or 16 bits) is determined by reading the Expansion Bus Timing
and Control Register for Chip Select 0 (EXP_TIMING_CS0).

Signed-off-by: Andy Lowe <alowe@mvista.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/maps/Kconfig
drivers/mtd/maps/Makefile
drivers/mtd/maps/intel_vr_nor.c [new file with mode: 0644]