All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
@ 2022-05-04 17:07 ` Andre Przywara
  0 siblings, 0 replies; 6+ messages in thread
From: Andre Przywara @ 2022-05-04 17:07 UTC (permalink / raw)
  To: Linus Walleij, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland
  Cc: writeforever, linux-gpio, linux-arm-kernel, linux-sunxi

The manual describes function 0x6 of pin PA2 as "SPI1_CLK", so change
the comment to reflect that.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
@ 2022-05-04 17:07 ` Andre Przywara
  0 siblings, 0 replies; 6+ messages in thread
From: Andre Przywara @ 2022-05-04 17:07 UTC (permalink / raw)
  To: Linus Walleij, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland
  Cc: writeforever, linux-gpio, linux-arm-kernel, linux-sunxi

The manual describes function 0x6 of pin PA2 as "SPI1_CLK", so change
the comment to reflect that.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
  2022-05-04 17:07 ` Andre Przywara
@ 2022-05-04 17:16   ` Jernej Škrabec
  -1 siblings, 0 replies; 6+ messages in thread
From: Jernej Škrabec @ 2022-05-04 17:16 UTC (permalink / raw)
  To: Linus Walleij, Chen-Yu Tsai, Samuel Holland, Andre Przywara
  Cc: writeforever, linux-gpio, linux-arm-kernel, linux-sunxi

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 <andre.przywara@arm.com>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

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
> 
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
@ 2022-05-04 17:16   ` Jernej Škrabec
  0 siblings, 0 replies; 6+ messages in thread
From: Jernej Škrabec @ 2022-05-04 17:16 UTC (permalink / raw)
  To: Linus Walleij, Chen-Yu Tsai, Samuel Holland, Andre Przywara
  Cc: writeforever, linux-gpio, linux-arm-kernel, linux-sunxi

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 <andre.przywara@arm.com>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
  2022-05-04 17:07 ` Andre Przywara
@ 2022-05-13 23:07   ` Linus Walleij
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2022-05-13 23:07 UTC (permalink / raw)
  To: Andre Przywara
  Cc: Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, writeforever,
	linux-gpio, linux-arm-kernel, linux-sunxi

On Wed, May 4, 2022 at 7:07 PM Andre Przywara <andre.przywara@arm.com> wrote:

> The manual describes function 0x6 of pin PA2 as "SPI1_CLK", so change
> the comment to reflect that.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>

Patch applied, thanks Andre!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
@ 2022-05-13 23:07   ` Linus Walleij
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2022-05-13 23:07 UTC (permalink / raw)
  To: Andre Przywara
  Cc: Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, writeforever,
	linux-gpio, linux-arm-kernel, linux-sunxi

On Wed, May 4, 2022 at 7:07 PM Andre Przywara <andre.przywara@arm.com> wrote:

> The manual describes function 0x6 of pin PA2 as "SPI1_CLK", so change
> the comment to reflect that.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>

Patch applied, thanks Andre!

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-13 23:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 17:07 [PATCH] pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin Andre Przywara
2022-05-04 17:07 ` Andre Przywara
2022-05-04 17:16 ` Jernej Škrabec
2022-05-04 17:16   ` Jernej Škrabec
2022-05-13 23:07 ` Linus Walleij
2022-05-13 23:07   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.