[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160628210253.GA8004@rob-hp-laptop>
Date: Tue, 28 Jun 2016 16:02:53 -0500
From: Rob Herring <robh@...nel.org>
To: Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: linux-sh@...er.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 10/19] sh: SH7750/51 CPG Driver
On Tue, Jun 28, 2016 at 03:36:26PM +0900, Yoshinori Sato wrote:
> Convert SH specific clock framework to CCF.
>
> Signed-off-by: Yoshinori Sato <ysato@...rs.sourceforge.jp>
> ---
> .../bindings/clock/renesas,sh7750-cpg.txt | 25 ++
Acked-by: Rob Herring <robh@...nel.org>
> arch/sh/boards/Kconfig | 1 +
> arch/sh/kernel/cpu/Makefile | 8 +-
> arch/sh/kernel/cpu/clock.c | 6 +-
> drivers/clk/Kconfig | 1 +
> drivers/clk/Makefile | 3 +-
> drivers/clk/sh/Kconfig | 2 +
> drivers/clk/sh/Makefile | 1 +
> drivers/clk/sh/clk-sh7750cpg.c | 344 +++++++++++++++++++++
> 9 files changed, 387 insertions(+), 4 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/renesas,sh7750-cpg.txt
> create mode 100644 drivers/clk/sh/Kconfig
> create mode 100644 drivers/clk/sh/Makefile
> create mode 100644 drivers/clk/sh/clk-sh7750cpg.c
Powered by blists - more mailing lists