From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 5/7] gpio: mockup: add a dummy irqchip Date: Mon, 6 Feb 2017 14:41:39 +0100 Message-ID: References: <1486383041-16758-1-git-send-email-bgolaszewski@baylibre.com> <1486383041-16758-6-git-send-email-bgolaszewski@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Bartosz Golaszewski Cc: Alexandre Courbot , Bamvor Jian Zhang , Thomas Gleixner , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: linux-gpio@vger.kernel.org On Mon, Feb 6, 2017 at 2:31 PM, Bartosz Golaszewski wrote: > 2017-02-06 14:29 GMT+01:00 Linus Walleij : >> On Mon, Feb 6, 2017 at 1:10 PM, Bartosz Golaszewski >> wrote: >> >>> Setup a dummy irqchip that will allow us to inject line events for >>> testing purposes. >>> >>> Signed-off-by: Bartosz Golaszewski >> >> This is obviously exactly how we should do this. >> >> However since it needs the devm* helpers from the irq >> subsystem I can't apply them until the irqchip maintainers >> merge or ack that patch. >> >> If you want it in soon I suggest resending it with >> non-memorymanaged accessors for the descs and later >> make a separate patch to switch over to the devm_* >> versions when/if it is accepted. >> >> If you're not in a hurry, just wait :) >> >> Yours, >> Linus Walleij > > I think I'll do it, since it would be nice to have it go in for 4.11 > (if you're ready to merge it that late into the release cycle). I will merge this. Expanding the testing is paramount. Yours, Linus Walleij