linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Nintendo Wii GPIO driver
@ 2018-02-09 12:07 Jonathan Neuschäfer
       [not found] ` <20180209120732.17863-1-j.neuschaefer-hi6Y0CQ0nG0@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jonathan Neuschäfer @ 2018-02-09 12:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: Joel Stanley, linuxppc-dev, linux-gpio, devicetree,
	Jonathan Neuschäfer

v2: https://www.spinics.net/lists/devicetree/msg211283.html

This series adds a driver for the GPIO controller used in the Nintendo
Wii game console.

Previous versions of this series included a patch to kernel/resource.c
("resource: Extend the PPC32 reserved memory hack") to work around a
resource allocation problem on PPC32. In this version, I dropped this
patch, because the problem will be solved differently and in a separate
patchset.

I also dropped the dt-bindings patch, because Linus Walleij has already
applied it.

Jonathan Neuschäfer (4):
  powerpc: wii: Explicitly configure GPIO owner for poweroff pin
  gpio: Add GPIO driver for Nintendo Wii
  powerpc: wii.dts: Add ngpios property
  powerpc: wii.dts: Add GPIO line names

 arch/powerpc/boot/dts/wii.dts            |   9 +++
 arch/powerpc/platforms/embedded6xx/wii.c |   7 ++
 drivers/gpio/Kconfig                     |   9 +++
 drivers/gpio/Makefile                    |   1 +
 drivers/gpio/gpio-hlwd.c                 | 115 +++++++++++++++++++++++++++++++
 5 files changed, 141 insertions(+)
 create mode 100644 drivers/gpio/gpio-hlwd.c

-- 
2.15.1


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

end of thread, other threads:[~2018-03-31 14:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-09 12:07 [PATCH v3 0/4] Nintendo Wii GPIO driver Jonathan Neuschäfer
     [not found] ` <20180209120732.17863-1-j.neuschaefer-hi6Y0CQ0nG0@public.gmane.org>
2018-02-09 12:07   ` [PATCH v3 1/4] powerpc: wii: Explicitly configure GPIO owner for poweroff pin Jonathan Neuschäfer
2018-03-31 14:03     ` [v3, " Michael Ellerman
2018-02-09 12:07   ` [PATCH v3 2/4] gpio: Add GPIO driver for Nintendo Wii Jonathan Neuschäfer
     [not found]     ` <20180209120732.17863-3-j.neuschaefer-hi6Y0CQ0nG0@public.gmane.org>
2018-02-09 15:11       ` Segher Boessenkool
2018-02-09 15:30     ` Andy Shevchenko
2018-02-09 16:58       ` Jonathan Neuschäfer
2018-02-09 15:48     ` Jonathan Neuschäfer
2018-02-22 12:57     ` Linus Walleij
2018-02-22 13:08       ` Jonathan Neuschäfer
2018-02-09 12:07 ` [PATCH v3 3/4] powerpc: wii.dts: Add ngpios property Jonathan Neuschäfer
2018-02-09 12:07 ` [PATCH v3 4/4] powerpc: wii.dts: Add GPIO line names Jonathan Neuschäfer

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