Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1403946 > unrolled thread

[PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos

Started byÁlvaro Fernández Rojas <noltari@gmail.com>
First post2016-05-19 22:10 +0200
Last post2016-05-19 23:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos Álvaro Fernández Rojas   <noltari@gmail.com> - 2016-05-19 22:10 +0200
    Re: [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos John Crispin <john@phrozen.org> - 2016-05-19 23:00 +0200

#1403946 — [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos

FromÁlvaro Fernández Rojas <noltari@gmail.com>
Date2016-05-19 22:10 +0200
Subject[PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos
Message-ID<rACqB-4ql-17@gated-at.bofh.it>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
 arch/mips/ralink/mt7620.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c
index 0d3d1a9..caabee1 100644
--- a/arch/mips/ralink/mt7620.c
+++ b/arch/mips/ralink/mt7620.c
@@ -223,9 +223,9 @@ static struct rt2880_pmx_func wled_an_grp_mt7628[] = {
 #define MT7628_GPIO_MODE_GPIO		0
 
 static struct rt2880_pmx_group mt7628an_pinmux_data[] = {
-	GRP_G("pmw1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK,
+	GRP_G("pwm1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK,
 				1, MT7628_GPIO_MODE_PWM1),
-	GRP_G("pmw0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK,
+	GRP_G("pwm0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK,
 				1, MT7628_GPIO_MODE_PWM0),
 	GRP_G("uart2", uart2_grp_mt7628, MT7628_GPIO_MODE_MASK,
 				1, MT7628_GPIO_MODE_UART2),
-- 
2.1.4

[toc] | [next] | [standalone]


#1403962

FromJohn Crispin <john@phrozen.org>
Date2016-05-19 23:00 +0200
Message-ID<rADd4-4JM-7@gated-at.bofh.it>
In reply to#1403946

On 19/05/2016 22:07, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Hi Alvaro,

I think my SoB is missing as i am the original author of these 3 patches.

	John

> ---
>  arch/mips/ralink/mt7620.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c
> index 0d3d1a9..caabee1 100644
> --- a/arch/mips/ralink/mt7620.c
> +++ b/arch/mips/ralink/mt7620.c
> @@ -223,9 +223,9 @@ static struct rt2880_pmx_func wled_an_grp_mt7628[] = {
>  #define MT7628_GPIO_MODE_GPIO		0
>  
>  static struct rt2880_pmx_group mt7628an_pinmux_data[] = {
> -	GRP_G("pmw1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK,
> +	GRP_G("pwm1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK,
>  				1, MT7628_GPIO_MODE_PWM1),
> -	GRP_G("pmw0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK,
> +	GRP_G("pwm0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK,
>  				1, MT7628_GPIO_MODE_PWM0),
>  	GRP_G("uart2", uart2_grp_mt7628, MT7628_GPIO_MODE_MASK,
>  				1, MT7628_GPIO_MODE_UART2),
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web