sh: GPIO and pinmux base code
authorMagnus Damm <damm@igel.co.jp>
Wed, 8 Oct 2008 11:41:43 +0000 (20:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Oct 2008 01:33:50 +0000 (10:33 +0900)
commit2967dab1ae37e30f1b71316513b49fd25c42eabe
treebe64bed50df72f3444e6b2f5fd8c8bbbeb788a22
parent14866543ad22014a0b12e10657a917eb6b487248
sh: GPIO and pinmux base code

This patch adds gpio code together with the pinmux table parser.
In the future we should optimize this and switch back to gpiolib.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/gpio.h
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_64
arch/sh/kernel/gpio.c [new file with mode: 0644]