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


Groups > linux.kernel > #1588954

[PATCH 0/4] ARM: sun7i: Convert sun7i SoC to sunxi-ng

From Priit Laes <plaes@plaes.org>
Newsgroups linux.kernel
Subject [PATCH 0/4] ARM: sun7i: Convert sun7i SoC to sunxi-ng
Date 2017-02-27 22:40 +0100
Message-ID <tfB1M-2XP-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This is serie brings another SoC into the sunxi-ng world.

As mentioned in sun5i conversion, this is pretty much standard
stuff as all the required clocks were already implemented in
the sunxi-ng framework.


Priit Laes (4):
  clk: sunxi-ng: Add clocks and reset indices for sun7i-a20 SoC
  clk: sunxi-ng: Add sun7i-a20 CCU driver
  ARM: sun7i: Convert to CCU
  dt-bindings: List devicetree binding for the CCU of Allwinner A20

 .../devicetree/bindings/clock/sunxi-ccu.txt        |    1 +
 arch/arm/boot/dts/sun7i-a20.dtsi                   |  719 ++-----------
 drivers/clk/sunxi-ng/Kconfig                       |   11 +
 drivers/clk/sunxi-ng/Makefile                      |    1 +
 drivers/clk/sunxi-ng/ccu-sun7i-a20.c               | 1068 ++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun7i-a20.h               |  121 +++
 include/dt-bindings/clock/sun7i-ccu.h              |  127 +++
 include/dt-bindings/reset/sun7i-ccu.h              |   40 +
 8 files changed, 1455 insertions(+), 633 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun7i-a20.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun7i-a20.h
 create mode 100644 include/dt-bindings/clock/sun7i-ccu.h
 create mode 100644 include/dt-bindings/reset/sun7i-ccu.h

-- 
2.9.3

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


Thread

[PATCH 0/4] ARM: sun7i: Convert sun7i SoC to sunxi-ng Priit Laes <plaes@plaes.org> - 2017-02-27 22:40 +0100
  [PATCH 3/4] ARM: sun7i: Convert to CCU Priit Laes <plaes@plaes.org> - 2017-02-27 23:10 +0100
    Re: [linux-sunxi] [PATCH 3/4] ARM: sun7i: Convert to CCU Emilio López <emilio@elopez.com.ar> - 2017-02-28 19:50 +0100
  [PATCH 1/4] clk: sunxi-ng: Add clocks and reset indices for sun7i-a20 SoC Priit Laes <plaes@plaes.org> - 2017-02-27 23:20 +0100
    Re: [PATCH 1/4] clk: sunxi-ng: Add clocks and reset indices for  sun7i-a20 SoC Emmanuel Vadot <manu@bidouilliste.com> - 2017-02-28 10:40 +0100
  Re: [PATCH 0/4] ARM: sun7i: Convert sun7i SoC to sunxi-ng Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-28 09:00 +0100
  Re: [PATCH 2/4] clk: sunxi-ng: Add sun7i-a20 CCU driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-28 09:30 +0100

csiph-web