From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A11C3C43334 for ; Fri, 17 Jun 2022 13:58:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1382565AbiFQN6q (ORCPT ); Fri, 17 Jun 2022 09:58:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1382588AbiFQN6d (ORCPT ); Fri, 17 Jun 2022 09:58:33 -0400 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E5243701C; Fri, 17 Jun 2022 06:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1655474308; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hTpuY0oYSZHQ44/dO0MgMZ94JAo9TbzfsR7GSf1Zc+k=; b=j4SU46lu6M1TGmh/+r3yaG9ulrjq6iU72dNXVyQmnl+g0c/mqGmv4DuOHs4owK3P/7Xrbg RKXqISsQ5QEVuf/Daz3pb4LqPbDq5cQe9Yc7SR1+qzMRtODjEhtbme+CbQNN+IUOkE5lD2 y0f3lDGy5eatqAXbssKo/kBnt/kdL4c= Date: Fri, 17 Jun 2022 14:58:18 +0100 From: Paul Cercueil Subject: Re: [PATCH v2 0/2] pinctrl: ingenic: Convert to immutable irq chip To: Aidan MacDonald Cc: linus.walleij@linaro.org, maz@kernel.org, andy.shevchenko@gmail.com, linux-mips@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: <65KMDR.VTVERMK75O601@crapouillou.net> In-Reply-To: <20220617122855.739190-1-aidanmacdonald.0x0@gmail.com> References: <20220617122855.739190-1-aidanmacdonald.0x0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Aidan, Le ven., juin 17 2022 at 13:28:53 +0100, Aidan MacDonald=20 a =E9crit : > Two cleanup patches for pinctrl-ingenic. >=20 > v2: > * Add print_chip callback to avoid changing /proc/interrupts output > * Add patch to use irqd_to_hwirq() >=20 > Aidan MacDonald (2): > pinctrl: ingenic: Use irqd_to_hwirq() > pinctrl: ingenic: Convert to immutable irq chip >=20 > drivers/pinctrl/pinctrl-ingenic.c | 64=20 > +++++++++++++++++++------------ > 1 file changed, 40 insertions(+), 24 deletions(-) Reviewed-by: Paul Cercueil For the two patches. Cheers, -Paul