mbox

[GIT,PULL] Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1

Message ID cover.1425518337.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-r8a7778-ccf-and-multiplatform-for-v4.1

Message

Simon Horman March 5, 2015, 1:58 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC r8a7778 CCF and multiplatform
updates for v4.1.

This pull request is based on "Renesas ARM Based SoC Simple PM Bus Updates
for v4.1", tagged as renesas-simple-pm-bus-for-v4.1, which you have already
pulled. That pull request provides run-time dependencies for this one.


The following changes since commit 89d463ea106dba530786a2815fd174f9e6eab71f:

  drivers: bus: Add Simple Power-Managed Bus Driver (2015-02-24 06:36:18 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-r8a7778-ccf-and-multiplatform-for-v4.1

for you to fetch changes up to 3915d36fabf143dffdf91c5372d3b0a23722af52:

  ARM: shmobile: r8a7778: enable multiplatform target (2015-03-01 11:04:44 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1

* Add CCF and them multiplatform support to r8a7778 SoC and its
  bockw board.

----------------------------------------------------------------
Ulrich Hecht (16):
      ARM: shmobile: r8a7778: synchronize dts with reference platform
      ARM: shmobile: r8a7778: add CPG register bits header
      ARM: shmobile: r8a7778: Common clock framework DT description
      ARM: shmobile: r8a7778: implement SoC and board CCF support
      ARM: shmobile: r8a7778: add MSTP clock assignments to DT
      ARM: shmobile: r8a7778: add internal ethernet controller to DT
      ARM: shmobile: bockw: add USB, VIN pin descriptions to DT
      ARM: shmobile: r8a7778 dtsi: Add Bus State Controller node
      ARM: shmobile: bockw dts: Move Ethernet node to BSC
      ARM: shmobile: bockw dts: set extal clock frequency
      ARM: shmobile: r8a7778: common clock framework CPG driver
      DT: i2c: add trivial binding for OKI ML86V7667 video decoder
      ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
      ARM: shmobile: r8a7778: add sound to DT
      ARM: shmobile: bockw: add sound to DT
      ARM: shmobile: r8a7778: enable multiplatform target

 .../bindings/clock/renesas,r8a7778-cpg-clocks.txt  |  25 ++
 .../devicetree/bindings/i2c/trivial-devices.txt    |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/r8a7778-bockw.dts                | 174 ++++++++++++
 arch/arm/boot/dts/r8a7778.dtsi                     | 293 +++++++++++++++++++++
 arch/arm/mach-shmobile/Kconfig                     |   4 +
 arch/arm/mach-shmobile/board-bockw-reference.c     |   2 +
 arch/arm/mach-shmobile/setup-r8a7778.c             |  19 ++
 drivers/clk/shmobile/Makefile                      |   1 +
 drivers/clk/shmobile/clk-r8a7778.c                 | 143 ++++++++++
 include/dt-bindings/clock/r8a7778-clock.h          |  71 +++++
 include/linux/clk/shmobile.h                       |   1 +
 12 files changed, 735 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a7778-cpg-clocks.txt
 create mode 100644 drivers/clk/shmobile/clk-r8a7778.c
 create mode 100644 include/dt-bindings/clock/r8a7778-clock.h

Comments

Sergei Shtylyov March 5, 2015, 1:04 p.m. UTC | #1
Hello.

On 3/5/2015 4:58 AM, Simon Horman wrote:

> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

> This moves everything to the legacy dts that is missing there to make it
> suitable for use with multiplatform.

> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>   arch/arm/boot/dts/r8a7778-bockw.dts | 106 ++++++++++++++++++++++++++++++++++++
>   1 file changed, 106 insertions(+)

> diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
> index 46a884d..7347223 100644
> --- a/arch/arm/boot/dts/r8a7778-bockw.dts
> +++ b/arch/arm/boot/dts/r8a7778-bockw.dts
> @@ -16,17 +16,123 @@
[...]
> +
> +	fixedregulator3v3: fixedregulator@0 {

    Ugh, this node should be named just "regulator@0". The label also doesn't 
appeal to me -- I'd rather prefer a name derived from the schematics. :-/

WBR, Sergei
Simon Horman March 6, 2015, 11:31 a.m. UTC | #2
On Thu, Mar 05, 2015 at 04:04:39PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 3/5/2015 4:58 AM, Simon Horman wrote:
> 
> >From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> 
> >This moves everything to the legacy dts that is missing there to make it
> >suitable for use with multiplatform.
> 
> >Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> >Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> >---
> >  arch/arm/boot/dts/r8a7778-bockw.dts | 106 ++++++++++++++++++++++++++++++++++++
> >  1 file changed, 106 insertions(+)
> 
> >diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
> >index 46a884d..7347223 100644
> >--- a/arch/arm/boot/dts/r8a7778-bockw.dts
> >+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
> >@@ -16,17 +16,123 @@
> [...]
> >+
> >+	fixedregulator3v3: fixedregulator@0 {
> 
>    Ugh, this node should be named just "regulator@0". The label also doesn't
> appeal to me -- I'd rather prefer a name derived from the schematics. :-/

Please feel free to supply an incremental cleanup patch.
Arnd Bergmann March 11, 2015, 2:46 p.m. UTC | #3
On Thursday 05 March 2015 10:58:14 Simon Horman wrote:
> Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1
> 
> * Add CCF and them multiplatform support to r8a7778 SoC and its
>   bockw board.

I don't see Mike Turquette on Cc for the CCF driver here, or in the
Reviewed-by/Acked-by list for the relevant patches.

Has he given his ok for the patches to be merged through arm-soc?

	Arnd
Geert Uytterhoeven March 11, 2015, 3:01 p.m. UTC | #4
Hi Arnd,

On Wed, Mar 11, 2015 at 3:46 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday 05 March 2015 10:58:14 Simon Horman wrote:
>> Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1
>>
>> * Add CCF and them multiplatform support to r8a7778 SoC and its
>>   bockw board.
>
> I don't see Mike Turquette on Cc for the CCF driver here, or in the
> Reviewed-by/Acked-by list for the relevant patches.
>
> Has he given his ok for the patches to be merged through arm-soc?

I think you overlooked Mike's ack:
https://git.kernel.org/cgit/linux/kernel/git/horms/renesas.git/commit/?id=6232c51cb370919b116e0aea38d12aa33aae2fa9

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
Arnd Bergmann March 11, 2015, 8:16 p.m. UTC | #5
On Wednesday 11 March 2015 16:01:47 Geert Uytterhoeven wrote:
> 
> On Wed, Mar 11, 2015 at 3:46 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Thursday 05 March 2015 10:58:14 Simon Horman wrote:
> >> Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1
> >>
> >> * Add CCF and them multiplatform support to r8a7778 SoC and its
> >>   bockw board.
> >
> > I don't see Mike Turquette on Cc for the CCF driver here, or in the
> > Reviewed-by/Acked-by list for the relevant patches.
> >
> > Has he given his ok for the patches to be merged through arm-soc?
> 
> I think you overlooked Mike's ack:
> https://git.kernel.org/cgit/linux/kernel/git/horms/renesas.git/commit/?id=6232c51cb370919b116e0aea38d12aa33aae2fa9

I clearly did, yes.

Sorry for my mistake, pulled into next/multiplatform now.

	Arnd
Simon Horman March 11, 2015, 11:39 p.m. UTC | #6
On Wed, Mar 11, 2015 at 09:16:15PM +0100, Arnd Bergmann wrote:
> On Wednesday 11 March 2015 16:01:47 Geert Uytterhoeven wrote:
> > 
> > On Wed, Mar 11, 2015 at 3:46 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > > On Thursday 05 March 2015 10:58:14 Simon Horman wrote:
> > >> Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1
> > >>
> > >> * Add CCF and them multiplatform support to r8a7778 SoC and its
> > >>   bockw board.
> > >
> > > I don't see Mike Turquette on Cc for the CCF driver here, or in the
> > > Reviewed-by/Acked-by list for the relevant patches.
> > >
> > > Has he given his ok for the patches to be merged through arm-soc?
> > 
> > I think you overlooked Mike's ack:
> > https://git.kernel.org/cgit/linux/kernel/git/horms/renesas.git/commit/?id=6232c51cb370919b116e0aea38d12aa33aae2fa9
> 
> I clearly did, yes.
> 
> Sorry for my mistake, pulled into next/multiplatform now.

Thanks!

One step closer to multiplatform support everywhere :)