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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EEAEC433F5 for ; Mon, 27 Sep 2021 07:47:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 10A7A60F4F for ; Mon, 27 Sep 2021 07:47:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 10A7A60F4F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc: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=1tF32sACNmBbLlWYRCb2GHsPZjjSYaDuJAhFQ6AsEws=; b=Qw1Z6pWurMYL263mzYgS1CxVDb VoBjYXrxwZRkcKIJ4yDzDA+WsPn6z+TyRbtyRMqY1l9b6vEAb5fXAzBIvr3utcQfWMJJ2T3YwnsXT ckclufxvEzW0CXBJdCqyp2/D4lAMn0cbp5tcclPFDnerrX1GhuoaVkm34cZMuBUx3GV7+YUQF/GWR SV+OUthgaRAdj4WA9l5aDJfDoiiHOcaOIR/b7QwC9AFB+9PSnlgDUechflGkRdEHGxoHbRjsIV6BU 6BuXgREiebm2kIYXsxVHu9/wLCeJW3ug7hcMh28siwa55VEMAUKozNKHAYbiXSa7uSqfOSP38inu1 /crqBA4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUlK5-001rW5-1U; Mon, 27 Sep 2021 07:45:13 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUlK1-001rVC-7S for linux-arm-kernel@lists.infradead.org; Mon, 27 Sep 2021 07:45:10 +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 906B160F4F; Mon, 27 Sep 2021 07:45:08 +0000 (UTC) Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mUlJy-00DByP-Ir; Mon, 27 Sep 2021 08:45:06 +0100 MIME-Version: 1.0 Date: Mon, 27 Sep 2021 08:45:06 +0100 From: Marc Zyngier To: Claudiu Beznea Cc: tglx@linutronix.de, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 0/2] irqchip/mchp-eic: add driver for Microchip EIC In-Reply-To: <20210927063657.2157676-1-claudiu.beznea@microchip.com> References: <20210927063657.2157676-1-claudiu.beznea@microchip.com> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <5284c2db6876e9f6f49f63f8beff766c@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: claudiu.beznea@microchip.com, tglx@linutronix.de, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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-20210927_004509_324035_3179F536 X-CRM114-Status: GOOD ( 13.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Claudiu, On 2021-09-27 07:36, Claudiu Beznea wrote: > Hi, > > This series adds support for Microchip External Interrupt Controller > present on SAMA7G5. The controller supports for 2 external interrupt > lines and is connected to GIC as follows: > > pinX +------+ EXT_IRQ0 +------+ int 153 (for pinX) +------+ > ------>| |--------->| |------------------->| | > pinY | PIO | EXT_IRQ1 | EIC | int 154 (for pinY) | GIC | > ------>| |--------->| |------------------->| | > +------+ +------+ +------+ > > where PIO is the pin controller. > > Thank you, > Claudiu Beznea Can you please reduce the spamming rate? 3 versions back to back is just counter productive and actively reduces the incentive to review the series. Please see [1] which says: Wait for a minimum of one week before resubmitting or pinging reviewers Thanks, M. [1] Documentation/process/submitting-patches.rst -- 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