From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24BECC433E2 for ; Mon, 31 Aug 2020 22:58:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 02C362071B for ; Mon, 31 Aug 2020 22:58:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726173AbgHaW6B (ORCPT ); Mon, 31 Aug 2020 18:58:01 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:5463 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725993AbgHaW6B (ORCPT ); Mon, 31 Aug 2020 18:58:01 -0400 Date: 01 Sep 2020 07:57:59 +0900 X-IronPort-AV: E=Sophos;i="5.76,376,1592838000"; d="scan'208";a="56016734" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 01 Sep 2020 07:57:59 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id A38B040FB8BE; Tue, 1 Sep 2020 07:57:59 +0900 (JST) Message-ID: <87o8mqzaqf.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Geert Uytterhoeven Cc: Linus Walleij , "open list:GPIO SUBSYSTEM" , Linux-Renesas Subject: Re: [PATCH v4 3/4] pinctrl: sh-pfc: align driver description title In-Reply-To: References: <87mu2ky4rz.wl-kuninori.morimoto.gx@renesas.com> <87imd8y4r2.wl-kuninori.morimoto.gx@renesas.com> User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Geert > > From: Kuninori Morimoto > > > > Now, Renesas Pin Control drivers are under menu, > > but current description are not aligned. > > This patch align these. > > > > - Emma Mobile EV2 pin control support > > - R-Mobile APE6 pin control support > > - R-Mobile A1 pin control support > > - RZ/N1 pin control support > > - RZ/G1H pin control support > > - RZ/G1M pin control support > > > > + pin control support for Emma Mobile EV2 > > + pin control support for R-Mobile APE6 > > + pin control support for R-Mobile A1 > > + pin control support for RZ/N1 > > + pin control support for RZ/G1H > > + pin control support for RZ/G1M > > > > Signed-off-by: Kuninori Morimoto > > Reviewed-by: Geert Uytterhoeven > > > --- a/drivers/pinctrl/sh-pfc/Kconfig > > +++ b/drivers/pinctrl/sh-pfc/Kconfig > > @@ -56,7 +56,7 @@ config PINCTRL_SH_PFC > > This enables pin control drivers for Renesas SuperH and ARM platforms > > > > config PINCTRL_RZA1 > > - bool "RZ/A1 gpio and pinctrl driver" > > + bool "gpio and pinctrl driver for RZ/A1" > > Do you mind if I change this to "pinctrl support for RZ/A1" (and fix up > the sorting in 4/4), or do you insist on keeping the separation between > "gpio and pinctrl" and "pure" pinctrl drivers? I don't mind :) Please update it Thank you for your help !! Best regards --- Kuninori Morimoto