All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
@ 2015-11-30 13:59 ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

	Hi Laurent, Linus,

This patch series corrects a few pin range comments in the Renesas
pinctrl data. No functional changes.

Thanks!

Geert Uytterhoeven (3):
  pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
  pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins
  pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins

 drivers/pinctrl/sh-pfc/pfc-emev2.c   | 2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
@ 2015-11-30 13:59 ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

	Hi Laurent, Linus,

This patch series corrects a few pin range comments in the Renesas
pinctrl data. No functional changes.

Thanks!

Geert Uytterhoeven (3):
  pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
  pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins
  pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins

 drivers/pinctrl/sh-pfc/pfc-emev2.c   | 2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 1/3] pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
  2015-11-30 13:59 ` Geert Uytterhoeven
@ 2015-11-30 13:59   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

The 8 data pins of the Compact Flash Interface are numbered 0..7, not
0..8.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-emev2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-emev2.c b/drivers/pinctrl/sh-pfc/pfc-emev2.c
index a3a4b67c5434163d..1cbbe04d7df657e8 100644
--- a/drivers/pinctrl/sh-pfc/pfc-emev2.c
+++ b/drivers/pinctrl/sh-pfc/pfc-emev2.c
@@ -749,7 +749,7 @@ static const unsigned int cf_ctrl_mux[] = {
 };
 
 static const unsigned int cf_data8_pins[] = {
-	/* CF_D[0:8] */
+	/* CF_D[0:7] */
 	77, 78, 79, 80,
 	81, 82, 83, 84,
 };
-- 
1.9.1


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

* [PATCH 1/3] pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
@ 2015-11-30 13:59   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

The 8 data pins of the Compact Flash Interface are numbered 0..7, not
0..8.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-emev2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-emev2.c b/drivers/pinctrl/sh-pfc/pfc-emev2.c
index a3a4b67c5434163d..1cbbe04d7df657e8 100644
--- a/drivers/pinctrl/sh-pfc/pfc-emev2.c
+++ b/drivers/pinctrl/sh-pfc/pfc-emev2.c
@@ -749,7 +749,7 @@ static const unsigned int cf_ctrl_mux[] = {
 };
 
 static const unsigned int cf_data8_pins[] = {
-	/* CF_D[0:8] */
+	/* CF_D[0:7] */
 	77, 78, 79, 80,
 	81, 82, 83, 84,
 };
-- 
1.9.1


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

* [PATCH 2/3] pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins
  2015-11-30 13:59 ` Geert Uytterhoeven
@ 2015-11-30 13:59   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

The 12 data pins of LCD1 are numbered 0..11, not 0..12.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
index 279e9dd442e44729..7f7c8a6e76e88f29 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
@@ -2214,7 +2214,7 @@ static const unsigned int lcd1_data9_mux[] = {
 	LCD1_D8_MARK,
 };
 static const unsigned int lcd1_data12_pins[] = {
-	/* D[0:12] */
+	/* D[0:11] */
 	4, 3, 2, 1, 0, 91, 92, 23,
 	93, 94, 21, 201,
 };
-- 
1.9.1


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

* [PATCH 2/3] pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins
@ 2015-11-30 13:59   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

The 12 data pins of LCD1 are numbered 0..11, not 0..12.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
index 279e9dd442e44729..7f7c8a6e76e88f29 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c
@@ -2214,7 +2214,7 @@ static const unsigned int lcd1_data9_mux[] = {
 	LCD1_D8_MARK,
 };
 static const unsigned int lcd1_data12_pins[] = {
-	/* D[0:12] */
+	/* D[0:11] */
 	4, 3, 2, 1, 0, 91, 92, 23,
 	93, 94, 21, 201,
 };
-- 
1.9.1


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

* [PATCH 3/3] pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins
  2015-11-30 13:59 ` Geert Uytterhoeven
@ 2015-11-30 13:59   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

The 12 data pins of LCD2 are numbered 0..11, not 0..12.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
index cd7c6645f7a47df1..d25e6f674d0aba84 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
@@ -2059,7 +2059,7 @@ static const unsigned int lcd2_data9_mux[] = {
 	LCD2D8_MARK,
 };
 static const unsigned int lcd2_data12_pins[] = {
-	/* D[0:12] */
+	/* D[0:11] */
 	128, 129, 142, 143, 144, 145, 138, 139,
 	140, 141, 130, 131,
 };
-- 
1.9.1


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

* [PATCH 3/3] pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins
@ 2015-11-30 13:59   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 13:59 UTC (permalink / raw)
  To: Laurent Pinchart, Linus Walleij; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven

The 12 data pins of LCD2 are numbered 0..11, not 0..12.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
index cd7c6645f7a47df1..d25e6f674d0aba84 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
@@ -2059,7 +2059,7 @@ static const unsigned int lcd2_data9_mux[] = {
 	LCD2D8_MARK,
 };
 static const unsigned int lcd2_data12_pins[] = {
-	/* D[0:12] */
+	/* D[0:11] */
 	128, 129, 142, 143, 144, 145, 138, 139,
 	140, 141, 130, 131,
 };
-- 
1.9.1


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

* Re: [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
  2015-11-30 13:59 ` Geert Uytterhoeven
@ 2016-02-04 18:53   ` Laurent Pinchart
  -1 siblings, 0 replies; 14+ messages in thread
From: Laurent Pinchart @ 2016-02-04 18:53 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linus Walleij, linux-sh, linux-gpio

Hi Geert,

Thank you for the patches.

On Monday 30 November 2015 14:59:53 Geert Uytterhoeven wrote:
> 	Hi Laurent, Linus,
> 
> This patch series corrects a few pin range comments in the Renesas
> pinctrl data. No functional changes.
> 
> Thanks!

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> Geert Uytterhoeven (3):
>   pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
>   pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins
>   pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins
> 
>  drivers/pinctrl/sh-pfc/pfc-emev2.c   | 2 +-
>  drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
>  drivers/pinctrl/sh-pfc/pfc-sh73a0.c  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
@ 2016-02-04 18:53   ` Laurent Pinchart
  0 siblings, 0 replies; 14+ messages in thread
From: Laurent Pinchart @ 2016-02-04 18:53 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linus Walleij, linux-sh, linux-gpio

Hi Geert,

Thank you for the patches.

On Monday 30 November 2015 14:59:53 Geert Uytterhoeven wrote:
> 	Hi Laurent, Linus,
> 
> This patch series corrects a few pin range comments in the Renesas
> pinctrl data. No functional changes.
> 
> Thanks!

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> Geert Uytterhoeven (3):
>   pinctrl: sh-pfc: emev2: Correct comment for CFI data pins
>   pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 data pins
>   pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 data pins
> 
>  drivers/pinctrl/sh-pfc/pfc-emev2.c   | 2 +-
>  drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +-
>  drivers/pinctrl/sh-pfc/pfc-sh73a0.c  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
  2016-02-04 18:53   ` Laurent Pinchart
@ 2016-02-08 15:36     ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2016-02-08 15:36 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Geert Uytterhoeven, Linus Walleij, Linux-sh list, linux-gpio

Hi Laurent,

On Thu, Feb 4, 2016 at 7:53 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> On Monday 30 November 2015 14:59:53 Geert Uytterhoeven wrote:
>>       Hi Laurent, Linus,
>>
>> This patch series corrects a few pin range comments in the Renesas
>> pinctrl data. No functional changes.
>>
>> Thanks!
>
> For the whole series,
>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks, now we can have more faith in v4.5-rc1 ;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
@ 2016-02-08 15:36     ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2016-02-08 15:36 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Geert Uytterhoeven, Linus Walleij, Linux-sh list, linux-gpio

Hi Laurent,

On Thu, Feb 4, 2016 at 7:53 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> On Monday 30 November 2015 14:59:53 Geert Uytterhoeven wrote:
>>       Hi Laurent, Linus,
>>
>> This patch series corrects a few pin range comments in the Renesas
>> pinctrl data. No functional changes.
>>
>> Thanks!
>
> For the whole series,
>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks, now we can have more faith in v4.5-rc1 ;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
  2015-11-30 13:59 ` Geert Uytterhoeven
@ 2016-02-15 19:42   ` Linus Walleij
  -1 siblings, 0 replies; 14+ messages in thread
From: Linus Walleij @ 2016-02-15 19:42 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Laurent Pinchart, linux-sh, linux-gpio

On Mon, Nov 30, 2015 at 2:59 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

>         Hi Laurent, Linus,
>
> This patch series corrects a few pin range comments in the Renesas
> pinctrl data. No functional changes.

Thanks, queue it for pull request to me.
Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments
@ 2016-02-15 19:42   ` Linus Walleij
  0 siblings, 0 replies; 14+ messages in thread
From: Linus Walleij @ 2016-02-15 19:42 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Laurent Pinchart, linux-sh, linux-gpio

On Mon, Nov 30, 2015 at 2:59 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

>         Hi Laurent, Linus,
>
> This patch series corrects a few pin range comments in the Renesas
> pinctrl data. No functional changes.

Thanks, queue it for pull request to me.
Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

end of thread, other threads:[~2016-02-15 19:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 13:59 [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments Geert Uytterhoeven
2015-11-30 13:59 ` Geert Uytterhoeven
2015-11-30 13:59 ` [PATCH 1/3] pinctrl: sh-pfc: emev2: Correct comment for CFI data pins Geert Uytterhoeven
2015-11-30 13:59   ` Geert Uytterhoeven
2015-11-30 13:59 ` [PATCH 2/3] pinctrl: sh-pfc: r8a7740: Correct comment for LCD1 " Geert Uytterhoeven
2015-11-30 13:59   ` Geert Uytterhoeven
2015-11-30 13:59 ` [PATCH 3/3] pinctrl: sh-pfc: sh73a0: Correct comment for LCD2 " Geert Uytterhoeven
2015-11-30 13:59   ` Geert Uytterhoeven
2016-02-04 18:53 ` [PATCH 0/3] pinctrl: sh-pfc: Correct pin range comments Laurent Pinchart
2016-02-04 18:53   ` Laurent Pinchart
2016-02-08 15:36   ` Geert Uytterhoeven
2016-02-08 15:36     ` Geert Uytterhoeven
2016-02-15 19:42 ` Linus Walleij
2016-02-15 19:42   ` 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.