x86: gpio: Add GPIO driver for Intel ICH6 and later.
authorBill Richardson <wfrichar@chromium.org>
Sat, 20 Oct 2012 11:44:34 +0000 (11:44 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:38 +0000 (14:30 -0800)
commit55ae10f8dbdf306e210240937ee4d558c8590447
tree1ff8e33ea335da951a6e81d59518f71f27238d5b
parent468ebf190a737dd1021ca15ff350ceee2001372e
x86: gpio: Add GPIO driver for Intel ICH6 and later.

Implement <asm-generic/gpio.h> functions for Intel ICH6 and later.
Only GPIOs 0-31 are handled by this code.

Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/gpio.h [new file with mode: 0644]
drivers/gpio/Makefile
drivers/gpio/intel_ich6_gpio.c [new file with mode: 0644]
include/pci.h