From nobody Fri Sep 19 07:17:43 2025 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 0683BC46467 for ; Sat, 26 Nov 2022 13:34:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbiKZNeg (ORCPT ); Sat, 26 Nov 2022 08:34:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiKZNec (ORCPT ); Sat, 26 Nov 2022 08:34:32 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C83819033 for ; Sat, 26 Nov 2022 05:34:31 -0800 (PST) Date: Sat, 26 Nov 2022 13:34:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669469669; h=from:from:sender:sender:reply-to: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=Yw2+g2S+dV4R09fdSwSfX8T30y+JATdBOLxt9/8tVGs=; b=265U3cbXZjiBTKRmS2rIuO1kV7SKF7iiUz7L9xZZGXugj2VLY/GOG03RQNHYKxmZhbdAUD 5+wqb5TGO6SWpw3HJvJNe0N2QAOhkK0gydITmuh4pGDGZN/JyaxTvnhcAq2NEf6v9X0ing ZSRaEd19U76/piNBldZcAJwZIkqFVwQ7d3Et2kGULILpQzxaQlHNAwNL5q4crVqBjMfUed p3hMVPs+BCbsVdbHwh4kbbgzq2/3Bi6QtP0/0Xm0xneUwHXxPFeoYlQj+9l2Z8Cj7IBL8x mvJySBSCXzXkjuOVuALeJ9YHi81/7ydkpTltRdzB5WxrUi3VIpJOTT1Vk9G3nA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669469669; h=from:from:sender:sender:reply-to: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=Yw2+g2S+dV4R09fdSwSfX8T30y+JATdBOLxt9/8tVGs=; b=IHEjtgsuuuNYxZpQkG1ibGyxm8LPAfzq25xzzbRc6e7r35lauWpGZjyvY1kqdDnAnnrz7/ d5AX4UnEWpXIENCw== From: "irqchip-bot for Aidan MacDonald" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-kernel@vger.kernel.org Subject: [irqchip: irq/irqchip-next] irqchip/sl28cpld: Replace irqchip mask_invert with unmask_base Cc: Aidan MacDonald , Michael Walle , Marc Zyngier , tglx@linutronix.de In-Reply-To: <20221112152701.41990-1-aidanmacdonald.0x0@gmail.com> References: <20221112152701.41990-1-aidanmacdonald.0x0@gmail.com> MIME-Version: 1.0 Message-ID: <166946966809.4906.9388873806018936021.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the irq/irqchip-next branch of ir= qchip: Commit-ID: d502c558fd2b190c9125e8da54bef3f302fa9b15 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-plat= forms/d502c558fd2b190c9125e8da54bef3f302fa9b15 Author: Aidan MacDonald AuthorDate: Sat, 12 Nov 2022 15:27:01=20 Committer: Marc Zyngier CommitterDate: Sat, 26 Nov 2022 13:29:52=20 irqchip/sl28cpld: Replace irqchip mask_invert with unmask_base Remove use of the deprecated mask_invert flag. Inverted mask registers (where a '1' bit enables an IRQ) can be described more directly as an unmask register. Signed-off-by: Aidan MacDonald Reviewed-by: Michael Walle Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/20221112152701.41990-1-aidanmacdonald.0x0@g= mail.com --- drivers/irqchip/irq-sl28cpld.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/irqchip/irq-sl28cpld.c b/drivers/irqchip/irq-sl28cpld.c index fbb3544..f217224 100644 --- a/drivers/irqchip/irq-sl28cpld.c +++ b/drivers/irqchip/irq-sl28cpld.c @@ -65,8 +65,7 @@ static int sl28cpld_intc_probe(struct platform_device *pd= ev) irqchip->chip.num_irqs =3D ARRAY_SIZE(sl28cpld_irqs); irqchip->chip.num_regs =3D 1; irqchip->chip.status_base =3D base + INTC_IP; - irqchip->chip.mask_base =3D base + INTC_IE; - irqchip->chip.mask_invert =3D true; + irqchip->chip.unmask_base =3D base + INTC_IE; irqchip->chip.ack_base =3D base + INTC_IP; =20 return devm_regmap_add_irq_chip_fwnode(dev, dev_fwnode(dev),