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=-6.8 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 525AEC433E1 for ; Mon, 24 Aug 2020 00:04:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 382322076D for ; Mon, 24 Aug 2020 00:04:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727821AbgHXAEj (ORCPT ); Sun, 23 Aug 2020 20:04:39 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:29156 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726894AbgHXAEi (ORCPT ); Sun, 23 Aug 2020 20:04:38 -0400 Date: 24 Aug 2020 09:04:37 +0900 X-IronPort-AV: E=Sophos;i="5.76,346,1592838000"; d="scan'208";a="55306325" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 24 Aug 2020 09:04:37 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id EB512411FB94; Mon, 24 Aug 2020 09:04:37 +0900 (JST) Message-ID: <87blj0zzax.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Geert Uytterhoeven Cc: Linus Walleij , "open list:GPIO SUBSYSTEM" , Linux-Renesas Subject: Re: [PATCH v2 1/3] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place In-Reply-To: References: <87r1s5hoht.wl-kuninori.morimoto.gx@renesas.com> <87pn7phofb.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 > > > > Renesas related pinctrl CONFIGs are located many places, > > and it is confusable. > > This patch collects these into same place, > > and group into "Renesas pinctrl drivers" menu. > > > > Signed-off-by: Kuninori Morimoto > > Reviewed-by: Geert Uytterhoeven > > Still wondering about moving drivers/pinctrl/pinctrl-rz{a1,a2,n1}.c > into drivers/pinctrl/sh-pfc/, too. As I mentioned before, I'm waiting Linus's opinion. But will move these in v3 without waiting him. Thank you for your help !! Best regards --- Kuninori Morimoto