From patchwork Wed Dec 18 19:48:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11301823 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3C4271921 for ; Wed, 18 Dec 2019 19:48:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19F6B227BF for ; Wed, 18 Dec 2019 19:48:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727380AbfLRTsS (ORCPT ); Wed, 18 Dec 2019 14:48:18 -0500 Received: from michel.telenet-ops.be ([195.130.137.88]:43460 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727472AbfLRTsS (ORCPT ); Wed, 18 Dec 2019 14:48:18 -0500 Received: from ramsan ([84.195.182.253]) by michel.telenet-ops.be with bizsmtp id fXoF2100A5USYZQ06XoFVp; Wed, 18 Dec 2019 20:48:16 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1ihfIt-0007xk-EK; Wed, 18 Dec 2019 20:48:15 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1ihfIt-0003KK-CC; Wed, 18 Dec 2019 20:48:15 +0100 From: Geert Uytterhoeven To: Linus Walleij , Yoshinori Sato , Rich Felker Cc: linux-renesas-soc@vger.kernel.org, linux-sh@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/6] pinctrl: sh-pfc: More miscellenaous fixes Date: Wed, 18 Dec 2019 20:48:06 +0100 Message-Id: <20191218194812.12741-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Hi all, Recently, I have been adding more runtime validation checks to the sh-pfc driver, to catch already reported and new unknown bugs in the various SoC-specific pin control drivers. While the new checks need more polishing before publication, I'm already posting 6 fixes discovered by these checks. I intend to queue these up in sh-pfc-for v5-6. Thanks for your comments! Geert Uytterhoeven (6): pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B pinctrl: sh-pfc: sh7264: Fix Port K I/O Register 0 definition pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs sh: sh7264: Remove bogus SSU GPIO function definitions sh: sh7269: Remove bogus SSU GPIO function definitions arch/sh/include/cpu-sh2a/cpu/sh7264.h | 6 ----- arch/sh/include/cpu-sh2a/cpu/sh7269.h | 17 ++++++------ drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 4 +-- drivers/pinctrl/sh-pfc/pfc-sh7264.c | 33 +++++++++++------------ drivers/pinctrl/sh-pfc/pfc-sh7269.c | 39 ++++++++++++++++++--------- 5 files changed, 54 insertions(+), 45 deletions(-)