From patchwork Mon Aug 24 02:29:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 11732063 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 D64FA739 for ; Mon, 24 Aug 2020 02:29:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C661D206BE for ; Mon, 24 Aug 2020 02:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727056AbgHXC33 (ORCPT ); Sun, 23 Aug 2020 22:29:29 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:41601 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726737AbgHXC33 (ORCPT ); Sun, 23 Aug 2020 22:29:29 -0400 Date: 24 Aug 2020 11:29:28 +0900 X-IronPort-AV: E=Sophos;i="5.76,347,1592838000"; d="scan'208";a="55107425" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 24 Aug 2020 11:29:28 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 4F7594157D13; Mon, 24 Aug 2020 11:29:28 +0900 (JST) Message-ID: <87v9h8ye12.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH v3 0/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 To: Linus Walleij , Geert Uytterhoeven Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org 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 v3 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 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%)