m68knommu: Coldfire QSPI platform support
authorSteven King <sfking@fdwdc.com>
Fri, 22 Jan 2010 20:43:03 +0000 (12:43 -0800)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 17 May 2010 01:04:19 +0000 (11:04 +1000)
commit91d60417212fa6b100107384c5e4f5663ab69c8f
tree2e751a2df6a8e873b46d800d430d9cf617b9d399
parente40152ee1e1c7a63f4777791863215e3faa37a86
m68knommu: Coldfire QSPI platform support

Since Grant has added the coldfire-qspi driver to next-spi, here is the
platform support for the parts that have qspi hardware.  This sets up
gpio to do the spi chip select using the default chip select pins; it should
be trivial for boards that require different or additional spi chip selects to
use other gpios as needed.

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
13 files changed:
arch/m68k/include/asm/m520xsim.h
arch/m68k/include/asm/m523xsim.h
arch/m68k/include/asm/m5249sim.h
arch/m68k/include/asm/m527xsim.h
arch/m68k/include/asm/m528xsim.h
arch/m68k/include/asm/m532xsim.h
arch/m68k/include/asm/mcfqspi.h [new file with mode: 0644]
arch/m68knommu/platform/520x/config.c
arch/m68knommu/platform/523x/config.c
arch/m68knommu/platform/5249/config.c
arch/m68knommu/platform/527x/config.c
arch/m68knommu/platform/528x/config.c
arch/m68knommu/platform/532x/config.c