core generic GPIO support for Freescale Coldfire processors.
authorsfking@fdwdc.com <sfking@fdwdc.com>
Sat, 20 Jun 2009 01:11:00 +0000 (18:11 -0700)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 10 Sep 2009 02:01:22 +0000 (12:01 +1000)
commitaf39bb8b07af83b579c90c09ba3943123cdb4132
tree8c1965a7a7d6ba09344549410e3ee476af8ffb1d
parent74fca6a42863ffacaf7ba6f1936a9f228950f657
core generic GPIO support for Freescale Coldfire processors.

This adds the basic infrastructure used by all of the different Coldfire CPUs.

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/gpio.h [new file with mode: 0644]
arch/m68k/include/asm/mcfgpio.h [new file with mode: 0644]
arch/m68k/include/asm/pinmux.h [new file with mode: 0644]
arch/m68knommu/Kconfig
arch/m68knommu/platform/coldfire/Makefile
arch/m68knommu/platform/coldfire/gpio.c [new file with mode: 0644]
arch/m68knommu/platform/coldfire/pinmux.c [new file with mode: 0644]