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


Groups > linux.kernel > #1568687

Re: [PATCH 05/11] clk: sunxi-ng: Add A80 CCU

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 05/11] clk: sunxi-ng: Add A80 CCU
Date 2017-01-27 22:20 +0100
Message-ID <t4m66-Rh-5@gated-at.bofh.it> (permalink)
References <t2ZbA-6F4-5@gated-at.bofh.it> <t2ZbB-6F4-35@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Jan 24, 2017 at 10:32:24AM +0800, Chen-Yu Tsai wrote:
> Add support for the main clock unit found in the A80.
> 
> Note that on the A80, some subsystems have separate clock controllers
> downstream of the main clock unit. These include the MMC, USB, and
> display engine subsystems.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> ---
>  .../devicetree/bindings/clock/sunxi-ccu.txt        |    1 +

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

>  drivers/clk/sunxi-ng/Kconfig                       |   10 +
>  drivers/clk/sunxi-ng/Makefile                      |    1 +
>  drivers/clk/sunxi-ng/ccu-sun9i-a80.c               | 1223 ++++++++++++++++++++
>  drivers/clk/sunxi-ng/ccu-sun9i-a80.h               |   57 +
>  include/dt-bindings/clock/sun9i-a80-ccu.h          |  162 +++
>  include/dt-bindings/reset/sun9i-a80-ccu.h          |  102 ++
>  7 files changed, 1556 insertions(+)
>  create mode 100644 drivers/clk/sunxi-ng/ccu-sun9i-a80.c
>  create mode 100644 drivers/clk/sunxi-ng/ccu-sun9i-a80.h
>  create mode 100644 include/dt-bindings/clock/sun9i-a80-ccu.h
>  create mode 100644 include/dt-bindings/reset/sun9i-a80-ccu.h

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


Thread

[PATCH 00/11] clk: sunxi-ng: Add support for A80 CCUs Chen-Yu Tsai <wens@csie.org> - 2017-01-24 03:40 +0100
  [PATCH 02/11] clk: sunxi-ng: mux: honor CLK_SET_RATE_NO_REPARENT flag Chen-Yu Tsai <wens@csie.org> - 2017-01-24 03:40 +0100
  [PATCH 11/11] ARM: dts: sun9i: Switch to new clock bindings Chen-Yu Tsai <wens@csie.org> - 2017-01-24 03:40 +0100
  [PATCH 07/11] clk: sunxi-ng: Add A80 Display Engine CCU Chen-Yu Tsai <wens@csie.org> - 2017-01-24 03:40 +0100
    Re: [PATCH 07/11] clk: sunxi-ng: Add A80 Display Engine CCU Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-26 11:40 +0100
      Re: [PATCH 07/11] clk: sunxi-ng: Add A80 Display Engine CCU Chen-Yu Tsai <wens@csie.org> - 2017-01-26 12:30 +0100
        Re: [PATCH 07/11] clk: sunxi-ng: Add A80 Display Engine CCU Chen-Yu Tsai <wens@csie.org> - 2017-01-27 10:30 +0100
          Re: [PATCH 07/11] clk: sunxi-ng: Add A80 Display Engine CCU Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-27 10:50 +0100
        Re: [PATCH 07/11] clk: sunxi-ng: Add A80 Display Engine CCU Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-27 21:10 +0100
  Re: [linux-sunxi] [PATCH 00/11] clk: sunxi-ng: Add support for A80  CCUs Priit Laes <plaes@plaes.org> - 2017-01-24 07:20 +0100
  Re: [PATCH 05/11] clk: sunxi-ng: Add A80 CCU Rob Herring <robh@kernel.org> - 2017-01-27 22:20 +0100

csiph-web