linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] GPIO: hlwd: Implement IRQ support
@ 2019-01-14 19:14 Jonathan Neuschäfer
  2019-01-14 19:14 ` [PATCH v2 1/2] gpio: hlwd: Add basic " Jonathan Neuschäfer
  2019-01-14 19:14 ` [PATCH v2 2/2] gpio: hlwd: Implement edge trigger emulation Jonathan Neuschäfer
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Neuschäfer @ 2019-01-14 19:14 UTC (permalink / raw)
  To: linux-gpio
  Cc: linux-kernel, Linus Walleij, Bartosz Golaszewski,
	Jonathan Neuschäfer

In this version, I addressed some comments from Linus Walleij.
v1: https://lore.kernel.org/lkml/20190113135844.13109-1-j.neuschaefer@gmx.net/


This patchset implements IRQ support for the Hollywood GPIO controller
(Hollywood is one of the chips in the Nintendo Wii game console).

Together with two device tree patches[1], I can use the buttons (via the
gpio-keys driver) and the photoelectric sensor in the disc slot (via
gpio-event-mon).

[1]: https://www.spinics.net/lists/kernel/msg3010459.html

Jonathan Neuschäfer (2):
  gpio: hlwd: Add basic IRQ support
  gpio: hlwd: Implement edge trigger emulation

 drivers/gpio/Kconfig     |   1 +
 drivers/gpio/gpio-hlwd.c | 192 ++++++++++++++++++++++++++++++++++++++-
 2 files changed, 192 insertions(+), 1 deletion(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-01-21 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 19:14 [PATCH v2 0/2] GPIO: hlwd: Implement IRQ support Jonathan Neuschäfer
2019-01-14 19:14 ` [PATCH v2 1/2] gpio: hlwd: Add basic " Jonathan Neuschäfer
2019-01-21 13:34   ` Linus Walleij
2019-01-14 19:14 ` [PATCH v2 2/2] gpio: hlwd: Implement edge trigger emulation Jonathan Neuschäfer
2019-01-21 13:35   ` 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).