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 <ys...@users.sourceforge.jp>
> ---
>  .../bindings/clock/renesas,sh7750-cpg.txt          |  25 ++

Acked-by: Rob Herring <r...@kernel.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

Reply via email to