diff mbox

[01/14,RFC] arm64: renesas: tidyup MSTP9 reverse definition order

Message ID 87pp1qn40o.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State RFC
Delegated to: Simon Horman
Headers show

Commit Message

Kuninori Morimoto Sept. 10, 2015, 7:14 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 include/dt-bindings/clock/r8a7795-clock.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Geert Uytterhoeven Sept. 10, 2015, 8:22 a.m. UTC | #1
On Thu, Sep 10, 2015 at 9:14 AM, Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

To be folded into "arm64: dts: r8a7795: add GPIO clocks" before submission
of the latter?

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
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kuninori Morimoto Sept. 10, 2015, 8:30 a.m. UTC | #2
Hi Geert

> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> To be folded into "arm64: dts: r8a7795: add GPIO clocks" before submission
> of the latter?

Yes.
I guess current "GPIO clocks" patch is not formal one today,
but queued on topic branch ?
I hope v2 solved this order

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman Sept. 11, 2015, 12:28 a.m. UTC | #3
[CC Ulrich]

On Thu, Sep 10, 2015 at 08:30:11AM +0000, Kuninori Morimoto wrote:
> 
> Hi Geert
> 
> > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > >
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > To be folded into "arm64: dts: r8a7795: add GPIO clocks" before submission
> > of the latter?
> 
> Yes.
> I guess current "GPIO clocks" patch is not formal one today,
> but queued on topic branch ?
> I hope v2 solved this order

That sounds sane to me.

I've CCed Ulrich as I believe he is taking care of GPIO patches.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/dt-bindings/clock/r8a7795-clock.h b/include/dt-bindings/clock/r8a7795-clock.h
index bf7fd98..e28dd97 100644
--- a/include/dt-bindings/clock/r8a7795-clock.h
+++ b/include/dt-bindings/clock/r8a7795-clock.h
@@ -38,14 +38,14 @@ 
 /* MSTP8 */
 
 /* MSTP9 */
-#define R8A7795_CLK_GPIO0		12
-#define R8A7795_CLK_GPIO1		11
-#define R8A7795_CLK_GPIO2		10
-#define R8A7795_CLK_GPIO3		9
-#define R8A7795_CLK_GPIO4		8
-#define R8A7795_CLK_GPIO5		7
-#define R8A7795_CLK_GPIO6		6
 #define R8A7795_CLK_GPIO7		5
+#define R8A7795_CLK_GPIO6		6
+#define R8A7795_CLK_GPIO5		7
+#define R8A7795_CLK_GPIO4		8
+#define R8A7795_CLK_GPIO3		9
+#define R8A7795_CLK_GPIO2		10
+#define R8A7795_CLK_GPIO1		11
+#define R8A7795_CLK_GPIO0		12
 
 /* MSTP10 */