* [PATCH 4/5] ARM: S5PC110: Fix GPIO I group config
@ 2010-08-05 7:25 Kyungmin Park
2010-08-17 5:49 ` Kyungmin Park
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2010-08-05 7:25 UTC (permalink / raw)
To: linux-arm-kernel
From: Kyungmin Park <kyungmin.park@samsung.com>
GPIO I group doesn't support interrupt feature.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
arch/arm/mach-s5pv210/gpiolib.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv210/gpiolib.c b/arch/arm/mach-s5pv210/gpiolib.c
index bd24c81..94d4fe2 100644
--- a/arch/arm/mach-s5pv210/gpiolib.c
+++ b/arch/arm/mach-s5pv210/gpiolib.c
@@ -159,6 +159,7 @@ static struct s3c_gpio_chip s5pv210_gpio_4bit[] = {
.label = "GPG3",
},
}, {
+ .config = &gpio_cfg_noint,
.chip = {
.base = S5PV210_GPI(0),
.ngpio = S5PV210_GPIO_I_NR,
--
1.5.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 4/5] ARM: S5PC110: Fix GPIO I group config
2010-08-05 7:25 [PATCH 4/5] ARM: S5PC110: Fix GPIO I group config Kyungmin Park
@ 2010-08-17 5:49 ` Kyungmin Park
0 siblings, 0 replies; 2+ messages in thread
From: Kyungmin Park @ 2010-08-17 5:49 UTC (permalink / raw)
To: linux-arm-kernel
It should be included at rc windows.
It's really bug.
On Thu, Aug 5, 2010 at 4:25 PM, Kyungmin Park <kmpark@infradead.org> wrote:
> From: Kyungmin Park <kyungmin.park@samsung.com>
>
> GPIO I group doesn't support interrupt feature.
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> ?arch/arm/mach-s5pv210/gpiolib.c | ? ?1 +
> ?1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/gpiolib.c b/arch/arm/mach-s5pv210/gpiolib.c
> index bd24c81..94d4fe2 100644
> --- a/arch/arm/mach-s5pv210/gpiolib.c
> +++ b/arch/arm/mach-s5pv210/gpiolib.c
> @@ -159,6 +159,7 @@ static struct s3c_gpio_chip s5pv210_gpio_4bit[] = {
> ? ? ? ? ? ? ? ? ? ? ? ?.label ?= "GPG3",
> ? ? ? ? ? ? ? ?},
> ? ? ? ?}, {
> + ? ? ? ? ? ? ? .config = &gpio_cfg_noint,
> ? ? ? ? ? ? ? ?.chip ? = {
> ? ? ? ? ? ? ? ? ? ? ? ?.base ? = S5PV210_GPI(0),
> ? ? ? ? ? ? ? ? ? ? ? ?.ngpio ?= S5PV210_GPIO_I_NR,
> --
> 1.5.3.3
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-17 5:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 7:25 [PATCH 4/5] ARM: S5PC110: Fix GPIO I group config Kyungmin Park
2010-08-17 5:49 ` Kyungmin Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).