Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp180746yba; Mon, 20 May 2019 07:02:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqyXhEXLD5TPlcIyLf/Pjaiyxa5AmAS+P1Dk1v6LDbgOZgJ6iqYi60K6lkw9WONTBr6aUlNZ X-Received: by 2002:aa7:8083:: with SMTP id v3mr16370728pff.135.1558360927417; Mon, 20 May 2019 07:02:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558360927; cv=none; d=google.com; s=arc-20160816; b=hcJl++3TZ4ztHnJNYXTcRIH36tTZey+t3i8iUOHtX27WimdI5IQtFALm2InNmOSVuM FDnxcrBCVqxZGbo6zJLxaEDGK4tYwPMG60gDyUWqtZ8nJomhk3jsGjQq9YNn3bXY47l3 lYM37KhsQtXGe7/rgYMiRJ+n+W9XF9PARhahIHGcTpJt9heXgp69OwZvMePW2x5PiAJs iGiFrRdOob5GvqqIUPB+Cvt6YDI9C8wwqg1QsX0jltQgEO2lxpJSWiqLuVd6O3nhO5K3 2NYEtnPIivMxzHiB2VAVjW+/RvTH0b9HBB4ov3pQWjzN3E0++/3U5j8THIZteeqJYyeg jHEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=G5qVu8hZAg/MV13kJGbPvs4n4jJJ9/lEkyfWvxDJY90=; b=vjTQH6GqNVn3UBFYWbGSvucrlMmMmI4FuTkfzBznYAsmgkyDkx/9V0LfN2R8IxeBlW L7cLYBHHmnY5Y7b3xA0D7EiQsFcOAAxXL/PQvfuyWqlVgrECETl5pdawF/7K274O72fX VhHVMGi+b0H9s1XJNXy0t0iNHQ1Xva5lCurcyatCQyj+ETKm4u7efinLJHIz+SC+9CRt TWgtruZILE17a6pjpfkpzCFKmrpLxgBU7FT8cauzESrYm7SUmBu2gaWRK2KYdmkntR9h 9kYVWhO+57FzaXCHRNwzkC44QPJ/XvZD2kt5hJQcuxtD4WBTwVLavuNi7RW413VJMNhm 5Fhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q138si18914672pfq.149.2019.05.20.07.01.51; Mon, 20 May 2019 07:02:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732761AbfETL1W (ORCPT + 99 others); Mon, 20 May 2019 07:27:22 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:60746 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732739AbfETL1W (ORCPT ); Mon, 20 May 2019 07:27:22 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id C0CE825AD7A; Mon, 20 May 2019 21:27:19 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id BBBB49404D4; Mon, 20 May 2019 13:27:17 +0200 (CEST) Date: Mon, 20 May 2019 13:27:17 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Mark Rutland , Magnus Damm , Chris Brandt , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 4/5] ARM: dts: r7s72100: Add IRQC device node Message-ID: <20190520112717.yqkbdhmkq57dixgs@verge.net.au> References: <20190502123220.3016-1-geert+renesas@glider.be> <20190502123220.3016-5-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190502123220.3016-5-geert+renesas@glider.be> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 02, 2019 at 02:32:19PM +0200, Geert Uytterhoeven wrote: > Enable support for the IRQC on RZ/A1H, which is a small front-end to the > GIC. This allows to use up to 8 external interrupts with configurable > sense select. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Simon Horman Thanks Geert, I have applied this for inclusion in v5.3