From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753315AbdBFOLV (ORCPT ); Mon, 6 Feb 2017 09:11:21 -0500 Received: from mail-wj0-f170.google.com ([209.85.210.170]:33253 "EHLO mail-wj0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751592AbdBFOLS (ORCPT ); Mon, 6 Feb 2017 09:11:18 -0500 From: Bartosz Golaszewski To: Linus Walleij , Alexandre Courbot , Bamvor Jian Zhang , Lars-Peter Clausen Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v3 0/2] gpio: mockup: extensions for testing purposes Date: Mon, 6 Feb 2017 15:11:06 +0100 Message-Id: <1486390268-31362-1-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, this is a follow-up to the gpio-mockup series. I dropped the resource managed version of irq_alloc_descs() to avoid needing an ack from the irq subsystem maintainers. I omitted all the already applied patches too. Rebased on top of gpio/devel and retested. v2 -> v3: - dropped the resource managed irq allocation and added a remove function instead - also selected IRQ_WORK in gpio Kconfig - included from gpio-mockup.c instead of indirectly from gpiolib.h Bartosz Golaszewski (2): gpio: mockup: add a dummy irqchip gpio: mockup: implement event injecting over debugfs drivers/gpio/Kconfig | 2 + drivers/gpio/gpio-mockup.c | 195 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 196 insertions(+), 1 deletion(-) -- 2.9.3