From patchwork Fri Mar 29 15:29:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10877375 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 E76CF13B5 for ; Fri, 29 Mar 2019 15:29:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D006529849 for ; Fri, 29 Mar 2019 15:29:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CE61D29854; Fri, 29 Mar 2019 15:29:45 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 58EC729849 for ; Fri, 29 Mar 2019 15:29:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729561AbfC2P3p (ORCPT ); Fri, 29 Mar 2019 11:29:45 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:38712 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729550AbfC2P3p (ORCPT ); Fri, 29 Mar 2019 11:29:45 -0400 Received: from ramsan ([84.194.111.163]) by baptiste.telenet-ops.be with bizsmtp id trVj1z0093XaVaC01rVj1t; Fri, 29 Mar 2019 16:29:43 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1h9tRv-0003Rf-3V; Fri, 29 Mar 2019 16:29:43 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1h9tRv-0003eb-1k; Fri, 29 Mar 2019 16:29:43 +0100 From: Geert Uytterhoeven To: Linus Walleij Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/8] pinctrl: sh-pfc: Errata Updates Date: Fri, 29 Mar 2019 16:29:34 +0100 Message-Id: <20190329152942.13995-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, This patch series updates the R-Car Gen3 pin control drivers to bring it in-line with recent revisions of the Hardware Manual. Apart from the first 3 fixes, most of these should not have any run-time impact. To be queued in sh-pfc-for-v5.2. Thanks for your comments! Takeshi Kihara (8): pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit16 when using NFALE and NFRB_N pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and SSI_WS2 pinctrl: sh-pfc: rcar-gen3: Remove HDMI CEC pins, groups, and functions pinctrl: sh-pfc: rcar-gen3: Remove CC5_OSCOUT pin pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function definitions pinctrl: sh-pfc: rcar-gen3: Rename SEL_ADG_{A,B,C} to SEL_ADG{A,B,C} pinctrl: sh-pfc: rcar-gen3: Rename SEL_NDFC to SEL_NDF drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 95 ++++++++---------------- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 69 +++++------------ drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 74 ++++++++---------- drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 55 +++++++------- drivers/pinctrl/sh-pfc/pfc-r8a77970.c | 27 ++++--- drivers/pinctrl/sh-pfc/pfc-r8a77980.c | 35 +++++---- drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 87 +++++++++++----------- drivers/pinctrl/sh-pfc/pfc-r8a77995.c | 12 +-- 8 files changed, 187 insertions(+), 267 deletions(-)