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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 249F0C433E0 for ; Fri, 26 Jun 2020 20:40:35 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EBB5D204EC for ; Fri, 26 Jun 2020 20:40:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GGqRdKGz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EBB5D204EC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EqtVYDhtD7AmV9VfjvuT7uKnQyDaEps56Ru5qICtEZI=; b=GGqRdKGzaFWWUj0WENkDYpu6F qfZgMGPI/pTZlzfQshzH25VX6p0woajkydY8bqXc3WISUJb72mgPCSNKXcnblckF/9n0MYpVVI4sO 5B/PJBdJEMD/9wD/q6T7mFofWABzx1iE2yNbX5M/laI1L3py/g5rSy2SpxsdFZXoo3WHEFNAQZR5z tSYAFF9ITn62eDSKEG3bcY3AEN4e7qeT2etepa+sKREnlupi5DtogzRGcXf5Pnobb4Gz/9CB/wKuZ c6S2BbHMEdmGRuse1dSwIJjYignaAdL2766jzt2VHB0pyqhQAO6dfuLPj7PfG5RNA1K/jTzP8IUk2 8wve4qemA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jov7d-0000SS-JM; Fri, 26 Jun 2020 20:38:53 +0000 Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jov7Z-0000Rs-V8 for linux-arm-kernel@lists.infradead.org; Fri, 26 Jun 2020 20:38:51 +0000 X-Originating-IP: 86.202.110.81 Received: from localhost (lfbn-lyo-1-15-81.w86-202.abo.wanadoo.fr [86.202.110.81]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 66364240005; Fri, 26 Jun 2020 20:38:45 +0000 (UTC) Date: Fri, 26 Jun 2020 22:38:44 +0200 From: Alexandre Belloni To: Claudiu Beznea Subject: Re: [PATCH v2 1/3] irqchip/atmel-aic5: add support for sam9x60 rtt fixup Message-ID: <20200626203844.GT131826@piout.net> References: <1591779936-18577-1-git-send-email-claudiu.beznea@microchip.com> <1591779936-18577-2-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1591779936-18577-2-git-send-email-claudiu.beznea@microchip.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, a.zummo@towertech.it, jason@lakedaemon.net, devicetree@vger.kernel.org, maz@kernel.org, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com, robh+dt@kernel.org, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 10/06/2020 12:05:34+0300, Claudiu Beznea wrote: > Add support for SAM9X60 RTT fixup. > > Signed-off-by: Claudiu Beznea Reviewed-by: Alexandre Belloni > --- > drivers/irqchip/irq-atmel-aic5.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c > index fc1b3a9cdafc..fb4ad2aaa727 100644 > --- a/drivers/irqchip/irq-atmel-aic5.c > +++ b/drivers/irqchip/irq-atmel-aic5.c > @@ -310,10 +310,16 @@ static void __init sama5d3_aic_irq_fixup(void) > aic_common_rtc_irq_fixup(); > } > > +static void __init sam9x60_aic_irq_fixup(void) > +{ > + aic_common_rtc_irq_fixup(); > + aic_common_rtt_irq_fixup(); > +} > + > static const struct of_device_id aic5_irq_fixups[] __initconst = { > { .compatible = "atmel,sama5d3", .data = sama5d3_aic_irq_fixup }, > { .compatible = "atmel,sama5d4", .data = sama5d3_aic_irq_fixup }, > - { .compatible = "microchip,sam9x60", .data = sama5d3_aic_irq_fixup }, > + { .compatible = "microchip,sam9x60", .data = sam9x60_aic_irq_fixup }, > { /* sentinel */ }, > }; > > -- > 2.7.4 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel