* [PATCH] sh: pfc: Remove unused gpio_in_use member
@ 2011-09-28 7:47 Magnus Damm
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Damm @ 2011-09-28 7:47 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Remove unused member gpio_in_use from struct pinmux_info.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
include/linux/sh_pfc.h | 1 -
1 file changed, 1 deletion(-)
--- 0001/include/linux/sh_pfc.h
+++ work/include/linux/sh_pfc.h 2011-09-28 14:01:29.000000000 +0900
@@ -87,7 +87,6 @@ struct pinmux_info {
pinmux_enum_t *gpio_data;
unsigned int gpio_data_size;
- unsigned long *gpio_in_use;
struct gpio_chip chip;
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: pfc: Remove unused gpio_in_use member
@ 2011-10-28 6:06 Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-10-28 6:06 UTC (permalink / raw)
To: linux-sh
On Wed, Sep 28, 2011 at 04:47:06PM +0900, Magnus Damm wrote:
> Remove unused member gpio_in_use from struct pinmux_info.
>
On Wed, Sep 28, 2011 at 04:50:58PM +0900, Magnus Damm wrote:
> Add GPIO IRQ support to the shared PFC code in drivers/sh/pfc.c
>
> The enums pointed out by a certain GPIO will be matched against
> a table for IRQ to enum mappings.
>
> Only the shared PFC code is updated by this patch. SoC specific
> changes are also needed to allow platforms to make use of this
> feature.
Both applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-28 6:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 7:47 [PATCH] sh: pfc: Remove unused gpio_in_use member Magnus Damm
-- strict thread matches above, loose matches on Subject: below --
2011-10-28 6:06 Paul Mundt
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).