From patchwork Mon Aug 5 10:16:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 11076483 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5E31E912 for ; Mon, 5 Aug 2019 10:16:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4B3A428458 for ; Mon, 5 Aug 2019 10:16:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3DBC32887D; Mon, 5 Aug 2019 10:16:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E8DAB28458 for ; Mon, 5 Aug 2019 10:16:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=N6L5Ft1Pyy10rNhMuLaIKPp+FbwZxH/GArOGm5DkagQ=; b=CizdSDuZmz8Cbs puAVSAVGuL9ObsWOirhc2/k8HHsABA9u50CIqZcGSj7qKMia1GbUGYvml31ar0yMm5zx/37iw6LfP vMz/2ekwPnfIfuFtF8uK6ThtMeNRY1tI09CoqBjMlv4U2aGdvCrsvUCepsjBvt+rThnS5VBqEAq+C kbRVlhS0hz7cz+b7O61Cfbq+kcETPqcsu0hpjNUePYR6KaOX7BN4zlZ2G6OTud6IVq4tyCxXGVuCe WPbargAnN7hCM0YSz914YyExThU3MnnfXUK1hiVx4jWqT/+K3R5TmIJluoKnvxqAK8gWFRMUwa6gJ wLuIFtLUBBMJ3xjeCngA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hua2j-000426-Er; Mon, 05 Aug 2019 10:16:41 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hua2U-0003oE-40 for linux-arm-kernel@lists.infradead.org; Mon, 05 Aug 2019 10:16:28 +0000 X-Originating-IP: 86.250.200.211 Received: from localhost.localdomain (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: miquel.raynal@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B1F542000F; Mon, 5 Aug 2019 10:16:13 +0000 (UTC) From: Miquel Raynal To: Rob Herring , Mark Rutland Subject: [PATCH 0/3] CP115 pinctrl support Date: Mon, 5 Aug 2019 12:16:04 +0200 Message-Id: <20190805101607.29811-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190805_031626_313162_C53C0A4C X-CRM114-Status: UNSURE ( 8.54 ) X-CRM114-Notice: Please train this message. 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, Yan Markman , Antoine Tenart , Grzegorz Jaszczyk , Gregory Clement , Maxime Chevallier , Nadav Haklai , linux-gpio@vger.kernel.org, Thomas Petazzoni , Miquel Raynal , Stefan Chulski , Marcin Wojtas , Linus Walleij , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, This is the second batch of changes (out of three) to support the brand new Marvell CN9130 SoCs which are made of one AP807 and one CP115. We add a new compatible (and the relevant support in the pinctrl driver) before the addition in batch 3/3 of CN9130 SoCs DT using it. 1st batch was clocks support and is independent from this one. Thanks, Miquèl Grzegorz Jaszczyk (2): dt-bindings: cp110: document the new CP115 pinctrl compatible pinctrl: mvebu: add additional variant for standalone CP115 Konstantin Porotchkin (1): pinctrl: mvebu: Add CP110 missing pin functionality .../arm/marvell/cp110-system-controller.txt | 4 ++-- drivers/pinctrl/mvebu/pinctrl-armada-cp110.c | 20 ++++++++++++++----- 2 files changed, 17 insertions(+), 7 deletions(-)