Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp9141959imu; Tue, 4 Dec 2018 22:49:16 -0800 (PST) X-Google-Smtp-Source: AFSGD/XDYBc2pg1b/Kzi6LzjXPGdQ11IvvG7mVXUK61ULoJkV3RT8cmMMdrJ335PbN3IPF5ycmyp X-Received: by 2002:a63:3858:: with SMTP id h24mr17591116pgn.300.1543992556593; Tue, 04 Dec 2018 22:49:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543992556; cv=none; d=google.com; s=arc-20160816; b=qTeI1FpTrpBB+g7zkpsakYeOG4T5k2UQvOxKPFaZDGifZ26NbtIuAOwAxWbvpkQu85 43y0bqytXeLVi2JbUvIo/6xVIuq0xZOSFzxEzl6q6YsS9KDCbVe1FaO6H3ZTdnkD7Jb2 EXZ64LVhw6XK2YQFN6i2Vj8UrUEPZsPVs29U9CPlLgMgTaYQbL1booPFsVGzZkwKL+pH 6XyLJaA1O30lDp4276zLUS3IjUm7zJCvY/iiSqinCwfmWu2/n6wm/xEjake4FZ1oitkW /NFZtBgWnt/K6MQ8sbKGjR2dw8HA92mdm/xM9rA5SSpgskdEmxYBd87fXoN5H2RHx0SD UXYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ToQQMu9UZnW6vzrsYBrc56Zkh+R9vGC8JfYXeh4XgmI=; b=pjRWMC47FlfRSX1LVnIxLMX3nM2jcz6mTPNW3BquO4IT1moeyMIJgCTq1pFNLQDyzo svfM94DVhiS+BpxONymJPFZRGavDYWuq8qqfWHRkc+IGEA7x8B0R7iyIh9KKkaZouHsc GPwlTRSSPxeHd42/aFk0YBlCZNoIM+hO4L0/uOpg7YtEPv8C9LJHVlK1aEUtLsE6kTi2 IU3QqqE7IJHc2e5KV6ocywktBUeB2wUo7Rk2CThOGxQIwiPb7M21Frb8Vo4+7VtwXDP8 r08Zagz61GCKyDujo7fjsgXMtDQd1vYVJSTVct+K/ezccs9S1sVNcN5X5/gXpl4LS5Dg ZBlA== 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 10si15750304pgk.101.2018.12.04.22.49.01; Tue, 04 Dec 2018 22:49:16 -0800 (PST) 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 S1726952AbeLEGqe (ORCPT + 99 others); Wed, 5 Dec 2018 01:46:34 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:37085 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726768AbeLEGqe (ORCPT ); Wed, 5 Dec 2018 01:46:34 -0500 Received: from localhost.localdomain (10.28.8.22) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server id 15.0.1320.4; Wed, 5 Dec 2018 14:46:36 +0800 From: Xingyu Chen To: Marc Zyngier , Jason Cooper , Thomas Gleixner , Kevin Hilman CC: Neil Armstrong , Carlo Caione , Jerome Brunet , Heiner Kallweit , Rob Herring , Jianxin Pan , Xingyu Chen , , , Subject: [PATCH v2 0/2] irqchip/meson-gpio: Add support for Meson-G12A SoC Date: Wed, 5 Dec 2018 14:46:09 +0800 Message-ID: <20181205064611.29076-1-xingyu.chen@amlogic.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.28.8.22] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series try to add GPIO interrupt controller support for Meson-G12A SoCs. Although the total number of pins is the same as the Meson-AXG SoC, the gpio banks and irq numbers are different. To avoid confusion on use, i think the new compatible string is needed. Changes since v1: [1] - share the device data with Meson-AXG [1]: https://lore.kernel.org/lkml/20181203061324.36248-1-xingyu.chen@amlogic.com Xingyu Chen (2): dt-bindings: interrupt-controller: New binding for Meson-G12A SoC irqchip/meson-gpio: Add support for Meson-G12A SoC .../bindings/interrupt-controller/amlogic,meson-gpio-intc.txt | 1 + drivers/irqchip/irq-meson-gpio.c | 1 + 2 files changed, 2 insertions(+) -- 2.19.2