]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10b73a052cd557e4b253bb917142b071e0665df1
tree59b743b2ff1b1e054fa83b91d5c0c83be98e3cfc
parentb64696b466edac200fd4160e063e1c607de02ffc
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]