From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Subject: [PATCH 0/2] GPIO: hlwd: Implement IRQ support Date: Sun, 13 Jan 2019 14:58:42 +0100 Message-ID: <20190113135844.13109-1-j.neuschaefer@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-gpio@vger.kernel.org Cc: Linus Walleij , Bartosz Golaszewski , linux-kernel@vger.kernel.org, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= List-Id: linux-gpio@vger.kernel.org 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 | 193 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 193 insertions(+), 1 deletion(-) -- 2.20.1