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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 BE036C433FF for ; Tue, 30 Jul 2019 14:30:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 82A89205C9 for ; Tue, 30 Jul 2019 14:30:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="cca3XGZc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729685AbfG3OaH (ORCPT ); Tue, 30 Jul 2019 10:30:07 -0400 Received: from conssluserg-02.nifty.com ([210.131.2.81]:21278 "EHLO conssluserg-02.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727785AbfG3OaH (ORCPT ); Tue, 30 Jul 2019 10:30:07 -0400 Received: from mail-ua1-f47.google.com (mail-ua1-f47.google.com [209.85.222.47]) (authenticated) by conssluserg-02.nifty.com with ESMTP id x6UETruF012851; Tue, 30 Jul 2019 23:29:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com x6UETruF012851 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1564496994; bh=0hc3Uu9nCIoE1SS53/NliN1JNvYIDZvrrXG5AJfRp38=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=cca3XGZcjEDP+3Di0PFOf71mc1PVWZJd08455cvM5iMOy9FVVZg8h1aBgMcCJUc0C YAWB9KMa9qpT/gMlxTC5gkVz3C4Au07tHGwT1JLssZ6PmkyB5RZmYZR6KdBLI//1z3 p3ev2kMLQVA36UIvUOmcXSRL0r7sZZANoB6fNMYXtRr++eqT418gKLlat6NX78cwVP 8WHKnyhv/bCRp/HIpYrqIcS8yZGWosJNazJ2is+yrDakOKu5k7Bm78Jk31scgbai3X wXyds86TkwHNlc4/PjwRbygb/nLugaAGdFhnOhgLxEOBe6u875sM81koqaZ4VGnmRE /sdoLHBv3wmGQ== X-Nifty-SrcIP: [209.85.222.47] Received: by mail-ua1-f47.google.com with SMTP id 34so25519209uar.8; Tue, 30 Jul 2019 07:29:53 -0700 (PDT) X-Gm-Message-State: APjAAAUIvkTmxEwCKojXqQp7eIwpdXK4vp7f+aqnRIfdpG8iztJM8PbP /XjHMrvgqej/ak53PFAkPFGanFkSN65KLUJvxYY= X-Google-Smtp-Source: APXvYqzTa+qzpINOT2XZDf/K7sGcDUA0vckyvpjF65oqd9ogwq5I7ovAg+Z4nhc+il2dE73E9Q8CIn8qVhargUmVkWY= X-Received: by 2002:ab0:70d9:: with SMTP id r25mr44806891ual.109.1564496992810; Tue, 30 Jul 2019 07:29:52 -0700 (PDT) MIME-Version: 1.0 References: <1564465410-9165-1-git-send-email-hayashi.kunihiko@socionext.com> <1564465410-9165-2-git-send-email-hayashi.kunihiko@socionext.com> In-Reply-To: <1564465410-9165-2-git-send-email-hayashi.kunihiko@socionext.com> From: Masahiro Yamada Date: Tue, 30 Jul 2019 23:29:15 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/5] pinctrl: uniphier: Separate modem group from UART ctsrts group To: Kunihiko Hayashi Cc: Linus Walleij , "open list:GPIO SUBSYSTEM" , linux-arm-kernel , Linux Kernel Mailing List , Masami Hiramatsu , Jassi Brar Content-Type: text/plain; charset="UTF-8" Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Jul 30, 2019 at 2:43 PM Kunihiko Hayashi wrote: > > It depends on the board implementation whether to have each pins of > CTS/RTS, and others for modem. So it is necessary to divide current > uart_ctsrts group into uart_ctsrts and uart_modem groups. > > Since the number of implemented pins for modem differs depending > on SoC, each uart_modem group also has a different number of pins. > > Signed-off-by: Kunihiko Hayashi > --- Acked-by: Masahiro Yamada -- Best Regards Masahiro Yamada 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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 52850C0650F for ; Tue, 30 Jul 2019 14:30:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2141D205C9 for ; Tue, 30 Jul 2019 14:30:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="TgHapz34"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="cca3XGZc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2141D205C9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EkCGk+tjQGs3dqT8SjYbbXxmL9bCVBRNKXIuUovnLXY=; b=TgHapz34NI/ugC lnLrKSvsgw+g2PTfQNDYvgKvZLAScUYg9jVsQKESnw48XhLg4szKSfVNAPSxOWTBt5UkPhmHicwQu qiL+KBIgD2sYPkMrM9LGuwkl/wAEGlwMnd4jdsPELMHj0Wj3TKQFy6rvmPokNhan90J8ecjwK3sXI h1qUa32c+7AaK1keP2cw6wGdmUeia03+za8L/ibYmkPuwdq/liXnIagsidePoZ474nFIIwSOCKuJI kOx1GuklrCCyxTWUJnUG+2+s+IJdfgbjRu5BYpOhAXYU4itoLBgKV7onfPKx9rWplMephKXkjc+c4 URDrfq6xUWFxAd9NOJBA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hsT8y-0006Db-4b; Tue, 30 Jul 2019 14:30:24 +0000 Received: from conssluserg-04.nifty.com ([210.131.2.83]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hsT8v-0006DB-1M for linux-arm-kernel@lists.infradead.org; Tue, 30 Jul 2019 14:30:22 +0000 Received: from mail-ua1-f52.google.com (mail-ua1-f52.google.com [209.85.222.52]) (authenticated) by conssluserg-04.nifty.com with ESMTP id x6UETrnA012183 for ; Tue, 30 Jul 2019 23:29:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x6UETrnA012183 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1564496994; bh=0hc3Uu9nCIoE1SS53/NliN1JNvYIDZvrrXG5AJfRp38=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=cca3XGZcjEDP+3Di0PFOf71mc1PVWZJd08455cvM5iMOy9FVVZg8h1aBgMcCJUc0C YAWB9KMa9qpT/gMlxTC5gkVz3C4Au07tHGwT1JLssZ6PmkyB5RZmYZR6KdBLI//1z3 p3ev2kMLQVA36UIvUOmcXSRL0r7sZZANoB6fNMYXtRr++eqT418gKLlat6NX78cwVP 8WHKnyhv/bCRp/HIpYrqIcS8yZGWosJNazJ2is+yrDakOKu5k7Bm78Jk31scgbai3X wXyds86TkwHNlc4/PjwRbygb/nLugaAGdFhnOhgLxEOBe6u875sM81koqaZ4VGnmRE /sdoLHBv3wmGQ== X-Nifty-SrcIP: [209.85.222.52] Received: by mail-ua1-f52.google.com with SMTP id j8so25497159uan.6 for ; Tue, 30 Jul 2019 07:29:54 -0700 (PDT) X-Gm-Message-State: APjAAAUOd5H5LbzBi7Shmq2e3aEVAo+QpGy1hcl9HUhoRbUhJpffhXt3 MiywO0flEr4A2ca7Jantm30PBhRi3Fe9Tr8AUlg= X-Google-Smtp-Source: APXvYqzTa+qzpINOT2XZDf/K7sGcDUA0vckyvpjF65oqd9ogwq5I7ovAg+Z4nhc+il2dE73E9Q8CIn8qVhargUmVkWY= X-Received: by 2002:ab0:70d9:: with SMTP id r25mr44806891ual.109.1564496992810; Tue, 30 Jul 2019 07:29:52 -0700 (PDT) MIME-Version: 1.0 References: <1564465410-9165-1-git-send-email-hayashi.kunihiko@socionext.com> <1564465410-9165-2-git-send-email-hayashi.kunihiko@socionext.com> In-Reply-To: <1564465410-9165-2-git-send-email-hayashi.kunihiko@socionext.com> From: Masahiro Yamada Date: Tue, 30 Jul 2019 23:29:15 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/5] pinctrl: uniphier: Separate modem group from UART ctsrts group To: Kunihiko Hayashi X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190730_073021_320792_6D342726 X-CRM114-Status: GOOD ( 10.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Masami Hiramatsu , Jassi Brar , Linus Walleij , Linux Kernel Mailing List , "open list:GPIO SUBSYSTEM" , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jul 30, 2019 at 2:43 PM Kunihiko Hayashi wrote: > > It depends on the board implementation whether to have each pins of > CTS/RTS, and others for modem. So it is necessary to divide current > uart_ctsrts group into uart_ctsrts and uart_modem groups. > > Since the number of implemented pins for modem differs depending > on SoC, each uart_modem group also has a different number of pins. > > Signed-off-by: Kunihiko Hayashi > --- Acked-by: Masahiro Yamada -- Best Regards Masahiro Yamada _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel