2007-10-16 11:42:23

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH 1/4] [x86] Add generic GPIO support to x86

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 <[email protected]>
---
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


Attachments:
(No filename) (563.00 B)
2d924ff3d201471e5dea150c6ddc9bd80a1ba75b.diff (1.24 kB)
Download all attachments

2007-10-17 20:28:49

by Thomas Gleixner

[permalink] [raw]
Subject: Re: [PATCH 1/4] [x86] Add generic GPIO support to x86

On Tue, 16 Oct 2007, Florian Fainelli wrote:
> 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.

Can you please send patches inline and not attached ?

Thanks,

tglx