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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 B912DC43461 for ; Fri, 11 Sep 2020 16:24:01 +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 3F7D1208FE for ; Fri, 11 Sep 2020 16:24:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jlGIa/7D"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="B+v3SQiZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3F7D1208FE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=YPR6Hd1Nvl6JBb97th2oj36QJeMutE1lNLuWQPt0Z4Q=; b=jlGIa/7DvkZQZz+/yWW8ioV4K n6BHY/1PEqL9hOQdRPadMg3rFfnHioPnwQdj0jRZCmRJXNMTEtoxa5YCpzBX4mYC3vB1PhN1tAOf9 cYkIpLEJeWZzBpYE3j0mDedQHJMx8x2jWB1b/ovaR18re/vUg05hoRKco3Jf7+zJlt/7Ym6H4zrdo GC+f8My/BbPtNG+OL3vjrKudByl8XsgT6Z8N2MjhKoZgqihr9WmCoCfgCqT1iWZO5Xy5coIuEhXr8 NjCVeMWPFNxSAaC5T7X0FQrRxgD9mCUr//fhkB+tNzg9kXX4FINI01b85NPyd4I+JrNbIyi6ptH6v 3COaRJStw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kGlp1-0006i6-Ja; Fri, 11 Sep 2020 16:22:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kGloy-0006hP-W6; Fri, 11 Sep 2020 16:22:45 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C600B208FE; Fri, 11 Sep 2020 16:22:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599841363; bh=9LYqaWU05I+yGzP75Vgbuy+m+69FJjcCY3s2HbbX2wU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=B+v3SQiZwyy4UpWmJFD5mb8pxB/dxPQPVLoAKoMGP9bLTuvI0ZKQsNEEvOdCSPH2W nblGV1FRmN5LkKMD1g7+RrDfHYBrZ8ZwR+ozYKUhY35e+Du4wuHAOsrm6nZqJUfUSn A6b+SpbdYrPCxhfmRC2jU8e1187mdrD2LkFcpgT0= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kGlov-00B2LT-SV; Fri, 11 Sep 2020 17:22:42 +0100 MIME-Version: 1.0 Date: Fri, 11 Sep 2020 17:22:41 +0100 From: Marc Zyngier To: Cristian Ciocaltea Subject: Re: [PATCH v6 2/3] irqchip: Add Actions Semi Owl SIRQ controller In-Reply-To: <1167b847f6fe1da3834aeaadf5710ddac54f06a0.1599552438.git.cristian.ciocaltea@gmail.com> References: <1167b847f6fe1da3834aeaadf5710ddac54f06a0.1599552438.git.cristian.ciocaltea@gmail.com> User-Agent: Roundcube Webmail/1.4.8 Message-ID: X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: cristian.ciocaltea@gmail.com, robh+dt@kernel.org, manivannan.sadhasivam@linaro.org, tglx@linutronix.de, jason@lakedaemon.net, afaerber@suse.de, parthiban@linumiz.com, sravanhome@gmail.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-actions@lists.infradead.org, pn@denx.de X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200911_122245_113777_99070549 X-CRM114-Status: GOOD ( 14.43 ) 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: devicetree@vger.kernel.org, parthiban@linumiz.com, Parthiban Nallathambi , Jason Cooper , linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Manivannan Sadhasivam , Thomas Gleixner , =?UTF-8?Q?Andreas_F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org, Saravanan Sekar Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020-09-08 09:20, Cristian Ciocaltea wrote: > This interrupt controller is found in the Actions Semi Owl SoCs (S500, > S700 and S900) and provides support for handling up to 3 external > interrupt lines. > > Each line can be independently configured as interrupt and triggers on > either of the edges or either of the levels. Additionally, each line > can also be masked individually. > > The patch is based on the work started by Parthiban Nallathambi: > https://lore.kernel.org/lkml/20181126100356.2840578-1-pn@denx.de/ > > Signed-off-by: Parthiban Nallathambi > Signed-off-by: Saravanan Sekar > [cristi: optimized DT, various fixes/cleanups/improvements] > Signed-off-by: Cristian Ciocaltea Who is the author of these patches? If this is a co-development, please use the relevant tags. Otherwise, the author of the patch must come as the first SoB. The patch itself looks good. M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel