aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-x3proto/gpio.c
Commit message (Collapse)AuthorAge
* sh: Convert to new function namesThomas Gleixner2011-03-29
| | | | | | Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* sh: mach-x3proto: irq_data conversion.Paul Mundt2010-10-27
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: boards/mach-x3proto: gpio: fix error handling codeKulikov Vasiliy2010-10-11
| | | | | | | | Checks for (irq < 0) and (ilsel < 0) didn't make sense since they were unsigned. Made them signed. Signed-off-by: Vasiliy Kulikov <segooon@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: mach-x3proto: Support for baseboard GPIOs.Paul Mundt2010-10-03
This adds trivial support for the GPIOs implemented through the baseboard CPLD, used for driving the button matrix. Signed-off-by: Paul Mundt <lethal@linux-sh.org>