LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] gpio: dwapb: Fix rework support for 1 interrupt per port A GPIO
@ 2018-05-25 15:11 Phil Edworthy
  2018-05-28  7:46 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Edworthy @ 2018-05-25 15:11 UTC (permalink / raw)
  To: Andy Shevchenko, Hoan Tran, Linus Walleij
  Cc: Lee Jones, Michel Pollet, linux-gpio, linux-renesas-soc,
	linux-kernel, Phil Edworthy

Commit da069d5d2b814d9887989dcdb29fb0202eac8b38 ("gpio: dwapb: Rework
support for 1 interrupt per port A GPIO"), was an incremental patch that
was supposed to provide the delta between v5 and v6 patch set for
adding support for 1 interupt per port A GPIO. v5 was applied, then some
other feedback came afterwards.

However, in my haste I managed to drop the changes made to dwapb_port_property
struct. This patch includes those missing changes.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 include/linux/platform_data/gpio-dwapb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/platform_data/gpio-dwapb.h b/include/linux/platform_data/gpio-dwapb.h
index 5a52d69..419cfac 100644
--- a/include/linux/platform_data/gpio-dwapb.h
+++ b/include/linux/platform_data/gpio-dwapb.h
@@ -19,7 +19,7 @@ struct dwapb_port_property {
 	unsigned int	idx;
 	unsigned int	ngpio;
 	unsigned int	gpio_base;
-	unsigned int	irq[32];
+	int		irq[32];
 	bool		has_irq;
 	bool		irq_shared;
 };
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio: dwapb: Fix rework support for 1 interrupt per port A GPIO
  2018-05-25 15:11 [PATCH] gpio: dwapb: Fix rework support for 1 interrupt per port A GPIO Phil Edworthy
@ 2018-05-28  7:46 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2018-05-28  7:46 UTC (permalink / raw)
  To: Phil Edworthy
  Cc: Andy Shevchenko, Hoan Tran, Lee Jones, Michel Pollet,
	open list:GPIO SUBSYSTEM, Linux-Renesas, linux-kernel

On Fri, May 25, 2018 at 5:11 PM, Phil Edworthy
<phil.edworthy@renesas.com> wrote:

> Commit da069d5d2b814d9887989dcdb29fb0202eac8b38 ("gpio: dwapb: Rework
> support for 1 interrupt per port A GPIO"), was an incremental patch that
> was supposed to provide the delta between v5 and v6 patch set for
> adding support for 1 interupt per port A GPIO. v5 was applied, then some
> other feedback came afterwards.
>
> However, in my haste I managed to drop the changes made to dwapb_port_property
> struct. This patch includes those missing changes.
>
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>

Patch applied!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-28  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 15:11 [PATCH] gpio: dwapb: Fix rework support for 1 interrupt per port A GPIO Phil Edworthy
2018-05-28  7:46 ` Linus Walleij

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).