From patchwork Wed Oct 23 12:29:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 1182112 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=glider.be Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46yqT61PPbz9sP3 for ; Wed, 23 Oct 2019 23:30:02 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391343AbfJWMaA (ORCPT ); Wed, 23 Oct 2019 08:30:00 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:46774 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388042AbfJWMaA (ORCPT ); Wed, 23 Oct 2019 08:30:00 -0400 Received: from ramsan ([84.194.98.4]) by andre.telenet-ops.be with bizsmtp id H0Vy2100b05gfCL010Vyd5; Wed, 23 Oct 2019 14:29:58 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iNFm2-0000oy-Hw; Wed, 23 Oct 2019 14:29:58 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iNFm2-0003F6-Gb; Wed, 23 Oct 2019 14:29:58 +0200 From: Geert Uytterhoeven To: Linus Walleij , Rob Herring , Mark Rutland Cc: Eugeniu Rosca , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH v2 0/3] pinctrl: sh-pfc: Add r8a77961 support Date: Wed, 23 Oct 2019 14:29:52 +0200 Message-Id: <20191023122955.12420-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi all, This patch series adds support for the Pin Function Controller in the Renesas R-Car M3-W+ (R8A77961) SoC. As R-Car M3-W+ is very similar to R-Car M3-W (R8A77960), the existing driver for R-Car M3-W is updated to handle both. To avoid confusion between R-Car M3-W and M3-W+, the existing config symbol for M3-W is renamed to PINCTRL_PFC_R8A77960 in a dependency-free way, and references to r8a7796 are updated. Changes compared to v1[1]: - Split in per-subsystem series, - Add Reviewed-by, Tested-by, - Rename PINCTRL_PFC_R8A7796, - Update r8a7796 references, I intend to queue this series in sh-pfc-for-v5.5. Thanks for your comments! [1] "[PATCH/RFC 00/19] arm64: dts: renesas: Initial support for R-Car M3-W+" https://lore.kernel.org/linux-renesas-soc/20191007102332.12196-1-geert+renesas@glider.be/ Geert Uytterhoeven (3): dt-bindings: pinctrl: sh-pfc: Document r8a77961 support pinctrl: sh-pfc: Rename PINCTRL_PFC_R8A7796 to PINCTRL_PFC_R8A77960 pinctrl: sh-pfc: r8a7796: Add R8A77961 PFC support .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 3 +- drivers/pinctrl/sh-pfc/Kconfig | 8 +++-- drivers/pinctrl/sh-pfc/Makefile | 3 +- drivers/pinctrl/sh-pfc/core.c | 10 ++++-- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 33 +++++++++++++++++-- drivers/pinctrl/sh-pfc/sh_pfc.h | 3 +- 6 files changed, 50 insertions(+), 10 deletions(-)