gpio: add GPIO driver for the Timberdale FPGA
authorRichard Röjfors <richard.rojfors@mocean-labs.com>
Wed, 16 Dec 2009 00:46:18 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:20:00 +0000 (07:20 -0800)
commit35570ac6039ef490b9c5abde1fee4803a39bf4e1
tree59b743b2ff1b1e054fa83b91d5c0c83be98e3cfc
parent4efec6272e8e61fc77132b4d2bae56d61b289956
gpio: add GPIO driver for the Timberdale FPGA

A GPIO driver for the Timberdale FPGA found on the Intel Atom board
Russellville.

The GPIO driver also has an IRQ-chip to support interrupts on the pins.

Signed-off-by: Richard Röjfors <richard.rojfors@mocean-labs.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/timbgpio.c [new file with mode: 0644]
include/linux/timb_gpio.h [new file with mode: 0644]