From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
To: linux-kernel@vger.kernel.org
Cc: "Joel Stanley" <joel@jms.id.au>,
linuxppc-dev@lists.ozlabs.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org,
"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
Subject: [PATCH v3 0/4] Nintendo Wii GPIO driver
Date: Fri, 9 Feb 2018 13:07:27 +0100 [thread overview]
Message-ID: <20180209120732.17863-1-j.neuschaefer@gmx.net> (raw)
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
next reply other threads:[~2018-02-09 12:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-09 12:07 Jonathan Neuschäfer [this message]
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
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180209120732.17863-1-j.neuschaefer@gmx.net \
--to=j.neuschaefer@gmx.net \
--cc=devicetree@vger.kernel.org \
--cc=joel@jms.id.au \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).