m68knommu: introduce macros to simplify ColdFire GPIO table initialization
authorGreg Ungerer <gerg@uclinux.org>
Mon, 16 Apr 2012 05:59:29 +0000 (15:59 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 20 May 2012 11:21:35 +0000 (21:21 +1000)
commitc269d4efaab0847947e87df7a5a8b6c5817d9f1d
tree462f4d72a6bbedcdb52e633b0ff28af4840cb794
parentf106eac91edbd28de23b0bc58be82f68d976e24f
m68knommu: introduce macros to simplify ColdFire GPIO table initialization

We have very large tables in the ColdFire CPU GPIO setup code that essentially
boil down to 2 distinct types of GPIO pin initiaization. Using 2 macros we can
reduce these large tables to at most a dozen lines of setup code, and in quite
a few cases a single table entry.

Introduce these 2 macros into the existing mcfgpio.h header.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Steven King <sfking@fdwdc.com>
arch/m68k/include/asm/mcfgpio.h