[PATCH 1/4] [x86] Add generic GPIO support to x86

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Florian Fainelli
Date: Tuesday, October 16, 2007 - 4:41 am

This patch adds the generic GPIO support to the x86
architecture. We do the same as for MIPS, we let
the machine override the gpio callbacks and provide
defaults one in mach-generic.

Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
---
 arch/i386/Kconfig                   |    4 ++++
 include/asm-x86/gpio.h              |    6 ++++++
 include/asm-x86/mach-generic/gpio.h |   15 +++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 include/asm-x86/gpio.h
 create mode 100644 include/asm-x86/mach-generic/gpio.h
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/4] [x86] Add generic GPIO support to x86, Florian Fainelli, (Tue Oct 16, 4:41 am)
Re: [PATCH 1/4] [x86] Add generic GPIO support to x86, Thomas Gleixner, (Wed Oct 17, 1:28 pm)