All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/03] gpio: Renesas R-Car GPIO driver update
@ 2013-03-13 11:32 ` Magnus Damm
  0 siblings, 0 replies; 28+ messages in thread
From: Magnus Damm @ 2013-03-13 11:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-sh, linus.walleij, grant.likely, horms, laurent.pinchart,
	Magnus Damm

gpio: Renesas R-Car GPIO driver update

[PATCH 01/03] gpio: Renesas R-Car GPIO driver V2
[PATCH 02/03] gpio: rcar: Use IRQCHIP_SET_TYPE_MASKED
[PATCH 03/03] gpio: rcar: Make use of devm functions

This series updates the R-Car GPIO driver with various
changes kindly suggested by Laurent Pinchart.

Patch [01/03] is a drop in replacement for V1 of the R-Car
GPIO driver. The flag in patch [02/03] is kept out of [01/03]
to avoid changing the behaviour of the driver between V1 and V2.
Also, devm support in [03/03] is kept out of [01/03] to make
sure back porting goes as smooth as possible.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 drivers/gpio/Kconfig                    |    6 
 drivers/gpio/Makefile                   |    1 
 drivers/gpio/gpio-rcar.c                |  417 +++++++++++++++++++++++++++++--
 include/linux/platform_data/gpio-rcar.h |   25 +
 4 files changed, 427 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2013-03-27 14:44 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 11:32 [PATCH 00/03] gpio: Renesas R-Car GPIO driver update Magnus Damm
2013-03-13 11:32 ` Magnus Damm
2013-03-13 11:32 ` [PATCH 01/03] gpio: Renesas R-Car GPIO driver V2 Magnus Damm
2013-03-13 11:32   ` Magnus Damm
2013-03-13 13:14   ` Laurent Pinchart
2013-03-13 13:14     ` Laurent Pinchart
2013-03-14  4:11     ` Magnus Damm
2013-03-14  4:11       ` Magnus Damm
2013-03-13 11:32 ` [PATCH 02/03] gpio: rcar: Use IRQCHIP_SET_TYPE_MASKED Magnus Damm
2013-03-13 11:32   ` Magnus Damm
2013-03-13 11:32 ` [PATCH 03/03] gpio: rcar: Make use of devm functions Magnus Damm
2013-03-13 11:32   ` Magnus Damm
2013-03-13 12:58 ` [PATCH 00/03] gpio: Renesas R-Car GPIO driver update Laurent Pinchart
2013-03-13 12:58   ` Laurent Pinchart
2013-03-14  4:23   ` Magnus Damm
2013-03-14  4:23     ` Magnus Damm
2013-03-14 13:13     ` Laurent Pinchart
2013-03-14 13:13       ` Laurent Pinchart
2013-03-16  8:50       ` Simon Horman
2013-03-16  8:50         ` Simon Horman
2013-03-19  3:36       ` Magnus Damm
2013-03-19  3:36         ` Magnus Damm
2013-03-19 15:01         ` Laurent Pinchart
2013-03-19 15:01           ` Laurent Pinchart
2013-03-27 12:34         ` Linus Walleij
2013-03-27 12:34           ` Linus Walleij
2013-03-27 14:44           ` Magnus Damm
2013-03-27 14:44             ` Magnus Damm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.