From patchwork Mon Aug 24 05:49:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 11732173 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 57B7F913 for ; Mon, 24 Aug 2020 05:49:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F2882074D for ; Mon, 24 Aug 2020 05:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725998AbgHXFtV (ORCPT ); Mon, 24 Aug 2020 01:49:21 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:16395 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725817AbgHXFtV (ORCPT ); Mon, 24 Aug 2020 01:49:21 -0400 Date: 24 Aug 2020 14:49:20 +0900 X-IronPort-AV: E=Sophos;i="5.76,347,1592838000"; d="scan'208";a="55127146" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 24 Aug 2020 14:49:20 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1C73241AD1D5; Mon, 24 Aug 2020 14:49:20 +0900 (JST) Message-ID: <87mu2ky4rz.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Linus Walleij , Geert Uytterhoeven Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH v4 0/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Linus, Geert These are v4 patch for Renesas pinctrl Kconfig. Renesas related pinctrl CONFIGs are located random places on menuconfig, because of it, it is confusable. This patch collects these into same place. This patch moves pinctrl-rza{a1,a2,n1}.c to sh-pfc, but not renamed "sh-pfc" to "renesas". These are based on renesas-drivers-2020-08-18-v5.9-rc1 v3 -> v4 - fixup pinctrl-rz{a1,a2,n1}.c compile error v2 -> v3 - tidyup "AV2" to "EV2" - move pinctrl-rza{a1,a2,n1}.c to sh-pfc - sort all drivers v1 -> v2 - align driver description title - sort driver description title Kuninori Morimoto (4): pinctrl: sh-pfc: tidyup Emma Mobile EV2 pinctrl: sh-pfc: collect Renesas related CONFIGs in one place pinctrl: sh-pfc: align driver description title pinctrl: sh-pfc: tidy up driver description title drivers/pinctrl/Kconfig | 32 ---- drivers/pinctrl/Makefile | 3 - drivers/pinctrl/sh-pfc/Kconfig | 181 ++++++++++++-------- drivers/pinctrl/sh-pfc/Makefile | 4 + drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c | 0 drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c | 0 drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c | 0 7 files changed, 114 insertions(+), 106 deletions(-) rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c (100%) rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c (100%) rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c (100%)