Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456581

Re: [PATCH v5 2/2] clk: uniphier: add clock data for UniPhier SoCs

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v5 2/2] clk: uniphier: add clock data for UniPhier SoCs
Date 2016-08-04 19:10 +0200
Message-ID <s2ujF-3Tg-71@gated-at.bofh.it> (permalink)
References <s1zlo-7J9-7@gated-at.bofh.it> <s1zEJ-7Ue-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Aug 02, 2016 at 01:14:54PM +0900, Masahiro Yamada wrote:
> Add clock data arrays for all UniPhier SoCs.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  .../devicetree/bindings/clock/uniphier-clock.txt   | 134 ++++++++++++++++++

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/clk/uniphier/Makefile                      |   3 +
>  drivers/clk/uniphier/clk-uniphier-core.c           |  91 +++++++++++++
>  drivers/clk/uniphier/clk-uniphier-mio.c            | 103 ++++++++++++++
>  drivers/clk/uniphier/clk-uniphier-peri.c           |  59 ++++++++
>  drivers/clk/uniphier/clk-uniphier-sys.c            | 151 +++++++++++++++++++++
>  drivers/clk/uniphier/clk-uniphier.h                |  13 ++
>  7 files changed, 554 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/uniphier-clock.txt
>  create mode 100644 drivers/clk/uniphier/clk-uniphier-mio.c
>  create mode 100644 drivers/clk/uniphier/clk-uniphier-peri.c
>  create mode 100644 drivers/clk/uniphier/clk-uniphier-sys.c

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v5 0/2] clk: uniphier: add clock drivers for UniPhier SoCs Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-02 06:20 +0200
  [PATCH v5 2/2] clk: uniphier: add clock data for UniPhier SoCs Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-02 06:40 +0200
    Re: [PATCH v5 2/2] clk: uniphier: add clock data for UniPhier SoCs Rob Herring <robh@kernel.org> - 2016-08-04 19:10 +0200

csiph-web