From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D3A5F33C9 for ; Wed, 4 May 2022 17:16:54 +0000 (UTC) Received: by mail-ed1-f44.google.com with SMTP id y21so2464742edo.2 for ; Wed, 04 May 2022 10:16:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fiVARxmXu8FTB4rwzADnzbXFPdjI8umDaxKRYynAmhQ=; b=TM8GmEt9YloR+Qv/mT7g6w8/+iPNVgrRi+Ym/LhHMZs79+zWcr0aTLLrivUDaliIeA EnMUEa1WnJ5vxOOWyNvJDBmcFkbhcebsTJc46wwYpoxg7fD2m6r3Ukywyhaol4FYRU7N PV8Y+wrHKtCH5SntwUq5U5sd3spaKzbBrCYpt3eJRuEBc9yUwJN+7UvXUzEudPfsOtQK /RBagaBch5I2IBx1KoDObN5OJH6dOYJqPbNHOz/hmnjUfUQ079jWtigdWh0ns+UtGbgD EGVQ2d11luLHCuL1cMlOQgu6BYedUk34XhQKzv6PfeFLf19uZevzfC2btvS6LiE4LZ4a n4Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fiVARxmXu8FTB4rwzADnzbXFPdjI8umDaxKRYynAmhQ=; b=hUWAbjtagUM0qc5KeCKVRhPFZGqYa8Lsq3s5Fjli/8XeWTG87HpVI4EA1Hnf3OVx97 MEL5QGbXUA4HjSv8NNwBRzCbBjhDCJ/GnQtOAEIXus7Fi8I3FpaZxBhf6MhcnhWnDRaG 3Ri2WknAX5CarV36ECyN9R3RW9jJuuPJrF+cf+VBuYPNYAXAqSY/I6T0OzJKH/lwWEb9 tYWGsZG/SO7K5Hl+Lb04Rjdhj/oXXxssnJyicKy74ifbZY/gNxT/WOaacFzNkEYYnPfO CquX7cVzSdEnA9j4A3iagHbB2FdTOUrzNkMG9V1ym1JFCsUw+JTBPHTfQq+J/AIiYwYI NUXg== X-Gm-Message-State: AOAM530/qINzAu8Gu5GiNvAIRPzPi86vItkelkin/FTTfTIMoeOfqY08 DJTLb7HrnFCBtnfx3hddYcI= X-Google-Smtp-Source: ABdhPJwRgFhXMv3zDJ3kdKMXaXUveRvG3cyjmR3eLowMukINPTS5zG+/xCtn0bwMVjkNnvoixZkH8A== X-Received: by 2002:a05:6402:2397:b0:426:4967:8574 with SMTP id j23-20020a056402239700b0042649678574mr24704358eda.197.1651684613103; Wed, 04 May 2022 10:16:53 -0700 (PDT) Received: from kista.localnet (cpe1-3-76.cable.triera.net. [213.161.3.76]) by smtp.gmail.com with ESMTPSA id v23-20020aa7d657000000b0042617ba639esm9386887edr.40.2022.05.04.10.16.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 May 2022 10:16:52 -0700 (PDT) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Linus Walleij , Chen-Yu Tsai , Samuel Holland , Andre Przywara Cc: writeforever@foxmail.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin Date: Wed, 04 May 2022 19:16:51 +0200 Message-ID: <2507520.Lt9SDvczpP@kista> In-Reply-To: <20220504170736.2669595-1-andre.przywara@arm.com> References: <20220504170736.2669595-1-andre.przywara@arm.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Dne sreda, 04. maj 2022 ob 19:07:36 CEST je Andre Przywara napisal(a): > The manual describes function 0x6 of pin PA2 as "SPI1_CLK", so change > the comment to reflect that. > > Signed-off-by: Andre Przywara Acked-by: Jernej Skrabec Best regards, Jernej > --- > drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c b/drivers/pinctrl/ sunxi/pinctrl-suniv-f1c100s.c > index 2801ca7062732..8109efac341e2 100644 > --- a/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c > +++ b/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c > @@ -51,7 +51,7 @@ static const struct sunxi_desc_pin suniv_f1c100s_pins[] = { > SUNXI_FUNCTION(0x3, "pwm0"), /* PWM0 */ > SUNXI_FUNCTION(0x4, "i2s"), /* IN */ > SUNXI_FUNCTION(0x5, "uart1"), /* RX */ > - SUNXI_FUNCTION(0x6, "spi1")), /* MOSI */ > + SUNXI_FUNCTION(0x6, "spi1")), /* CLK */ > SUNXI_PIN(SUNXI_PINCTRL_PIN(A, 3), > SUNXI_FUNCTION(0x0, "gpio_in"), > SUNXI_FUNCTION(0x1, "gpio_out"), > -- > 2.25.1 > > 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E8A62C4332F for ; Wed, 4 May 2022 17:18:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vaqSI/bU1i/nXg5zAE/rGZxvubAZ6a16eaT+2l61wBU=; b=SbcDdBNsxMS/+1 9cWUr9HICRSQg+bA8K5E1t9dUM4vPWM7J00TI5jnziCvffzNwjZl4jFDxDOFgIl+oEWRSMXQC9cvO 5P37ZjAlk2ThUqn+wzakw5E3WzIvb8PlmgvwgEiZprgDEI6Hvm7YT8BjzA1BtYZuHu1QM0SsSwgWM ezoHVFydycOnzIsUJkhBc8FSXRKltllzke29meS/l4Ctbvb054HFGSIHCdT1v0Ki+92VPGYkC3fSj XU3tVf0cJS//PG9JjQCANn2hic/5ypxy1GMVYoLN51AHazbwdGOI2xnPtEj208r7UgvHJxLKJouHg E294upHd1N2uk9BGr/+Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmIcc-00BuWz-2l; Wed, 04 May 2022 17:17:06 +0000 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmIcS-00BuUP-3a for linux-arm-kernel@lists.infradead.org; Wed, 04 May 2022 17:16:57 +0000 Received: by mail-ed1-x52a.google.com with SMTP id a1so2458418edt.3 for ; Wed, 04 May 2022 10:16:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fiVARxmXu8FTB4rwzADnzbXFPdjI8umDaxKRYynAmhQ=; b=TM8GmEt9YloR+Qv/mT7g6w8/+iPNVgrRi+Ym/LhHMZs79+zWcr0aTLLrivUDaliIeA EnMUEa1WnJ5vxOOWyNvJDBmcFkbhcebsTJc46wwYpoxg7fD2m6r3Ukywyhaol4FYRU7N PV8Y+wrHKtCH5SntwUq5U5sd3spaKzbBrCYpt3eJRuEBc9yUwJN+7UvXUzEudPfsOtQK /RBagaBch5I2IBx1KoDObN5OJH6dOYJqPbNHOz/hmnjUfUQ079jWtigdWh0ns+UtGbgD EGVQ2d11luLHCuL1cMlOQgu6BYedUk34XhQKzv6PfeFLf19uZevzfC2btvS6LiE4LZ4a n4Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fiVARxmXu8FTB4rwzADnzbXFPdjI8umDaxKRYynAmhQ=; b=NAszdvgTjClQlweUXR2pfGuP+wqCS59wccVTE9R1pyIwdDaLiBuHL2RALkpJbUhrVN 40p8LCbRvowPomIBs4MwLCXVCUlvShbm/utKuY/AXF23TJcEuXOFr2kwZfjpvSgY8923 R1N7xe8c3IrtwmFzPkCYym+jt5+UyY9Z2q2QQEoOW7oLzcOBAAt7V1GcDgkLj8SXagFH rHb2iWx+dpPuNWwjOtivsU3hCrDlGUJt4zzJjomHC5cx2YYmYL2z0/EjQrgBZtwM/7Qm omFGyWCxhTWru9sD+zqFjHQsEuerwR7tTtnFSsXRzsUWq+8qcWxFOYFSO/RTIAYOdQNB 8h8w== X-Gm-Message-State: AOAM531HuzRXQqLzOnj+EEDQkWaF152f5cqJnknODSlWrSQNdpxbSeE1 Xk3VHwKzftepxSaD2lnSXnw= X-Google-Smtp-Source: ABdhPJwRgFhXMv3zDJ3kdKMXaXUveRvG3cyjmR3eLowMukINPTS5zG+/xCtn0bwMVjkNnvoixZkH8A== X-Received: by 2002:a05:6402:2397:b0:426:4967:8574 with SMTP id j23-20020a056402239700b0042649678574mr24704358eda.197.1651684613103; Wed, 04 May 2022 10:16:53 -0700 (PDT) Received: from kista.localnet (cpe1-3-76.cable.triera.net. [213.161.3.76]) by smtp.gmail.com with ESMTPSA id v23-20020aa7d657000000b0042617ba639esm9386887edr.40.2022.05.04.10.16.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 May 2022 10:16:52 -0700 (PDT) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Linus Walleij , Chen-Yu Tsai , Samuel Holland , Andre Przywara Cc: writeforever@foxmail.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin Date: Wed, 04 May 2022 19:16:51 +0200 Message-ID: <2507520.Lt9SDvczpP@kista> In-Reply-To: <20220504170736.2669595-1-andre.przywara@arm.com> References: <20220504170736.2669595-1-andre.przywara@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220504_101656_191469_6B3FDD9D X-CRM114-Status: GOOD ( 15.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Dne sreda, 04. maj 2022 ob 19:07:36 CEST je Andre Przywara napisal(a): > The manual describes function 0x6 of pin PA2 as "SPI1_CLK", so change > the comment to reflect that. > > Signed-off-by: Andre Przywara Acked-by: Jernej Skrabec Best regards, Jernej > --- > drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c b/drivers/pinctrl/ sunxi/pinctrl-suniv-f1c100s.c > index 2801ca7062732..8109efac341e2 100644 > --- a/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c > +++ b/drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c > @@ -51,7 +51,7 @@ static const struct sunxi_desc_pin suniv_f1c100s_pins[] = { > SUNXI_FUNCTION(0x3, "pwm0"), /* PWM0 */ > SUNXI_FUNCTION(0x4, "i2s"), /* IN */ > SUNXI_FUNCTION(0x5, "uart1"), /* RX */ > - SUNXI_FUNCTION(0x6, "spi1")), /* MOSI */ > + SUNXI_FUNCTION(0x6, "spi1")), /* CLK */ > SUNXI_PIN(SUNXI_PINCTRL_PIN(A, 3), > SUNXI_FUNCTION(0x0, "gpio_in"), > SUNXI_FUNCTION(0x1, "gpio_out"), > -- > 2.25.1 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel