public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos
@ 2016-05-19 20:07 Álvaro Fernández Rojas
  2016-05-19 20:58 ` John Crispin
  0 siblings, 1 reply; 2+ messages in thread
From: Álvaro Fernández Rojas @ 2016-05-19 20:07 UTC (permalink / raw)
  To: linux-mips, linux-kernel, ralf, john; +Cc: Álvaro Fernández Rojas

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

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

* Re: [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos
  2016-05-19 20:07 [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos Álvaro Fernández Rojas
@ 2016-05-19 20:58 ` John Crispin
  0 siblings, 0 replies; 2+ messages in thread
From: John Crispin @ 2016-05-19 20:58 UTC (permalink / raw)
  To: Álvaro Fernández Rojas, linux-mips, linux-kernel, ralf



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

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

end of thread, other threads:[~2016-05-19 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 20:07 [PATCH 1/3] MIPS: ralink: fix MT7628 pinmux typos Álvaro Fernández Rojas
2016-05-19 20:58 ` John Crispin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox