linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 00/11] r8a7778 CCF and multiplatform
Date: Thu, 22 Jan 2015 00:01:06 +0000	[thread overview]
Message-ID: <3495680.rgt4LlyhO6@avalon> (raw)
In-Reply-To: <1421857262-16607-1-git-send-email-ulrich.hecht+renesas@gmail.com>

Hi Ulrich,

Thank you for the patches.

On Wednesday 21 January 2015 17:20:51 Ulrich Hecht wrote:
> Hi!
> 
> Here's the CCF/MP support for r8a7778 and Bock-W.  It consists of the CCF
> driver, a couple of extra DT devices, and multiplatform enablement.  To keep
> disruption to a minimum it leaves the existing legacy platforms in place
> for now.

Have we reached feature parity with the legacy C platforms ? If so, when do 
you think they should be removed ? If not, what is missing ?

> Morimoto-san, it'd be nice if you could give me some feedback on the sound
> device descriptions because a) I have no clue what I'm doing there, and b) I
> only have remote access to the Bock-W board and thus no way to test if this
> works...
> 
> Thanks for your help.
> 
> CU
> Uli
> 
> Ulrich Hecht (11):
>   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: common clock framework CPG driver
>   ARM: shmobile: r8a7778: add MSTP clock assignments to DT
>   ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
>   ARM: shmobile: bockw: add pins and clock to ethernet controller in DT
>   ARM: shmobile: bockw: add USB, VIN pin descriptions to DT
>   ARM: shmobile: r8a7778: add sound to DT
>   ARM: shmobile: bockw: add sound to DT
>   ARM: shmobile: r8a7778: enable multiplatform target

I've reviewed the whole series except for patch 09 and 10. For patches 01, 02, 
03, 06 and 08,

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

I don't have additional comments in addition to the point that Sergei already 
raised for patch 11.

>  .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
>  .../bindings/clock/renesas,r8a7778-cpg-clocks.txt  |  24 ++
>  arch/arm/boot/dts/Makefile                         |   1 +
>  arch/arm/boot/dts/r8a7778-bockw.dts                | 177 ++++++++++++++
>  arch/arm/boot/dts/r8a7778.dtsi                     | 263 ++++++++++++++++++
>  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                 | 146 ++++++++++++
>  include/dt-bindings/clock/r8a7778-clock.h          |  72 ++++++
>  include/linux/clk/shmobile.h                       |   1 +
>  12 files changed, 711 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

-- 
Regards,

Laurent Pinchart


      reply	other threads:[~2015-01-22  0:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21 16:20 [PATCH 00/11] r8a7778 CCF and multiplatform Ulrich Hecht
2015-01-22  0:01 ` Laurent Pinchart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3495680.rgt4LlyhO6@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).