linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: moinejf@free.fr (Jean-Francois Moine)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 0/2] clk: sunxi-ng: Add the A83T clocks
Date: Tue, 31 May 2016 09:47:45 +0200	[thread overview]
Message-ID: <cover.1464680865.git.moinejf@free.fr> (raw)

This patch series is a proposal to add the clocks of the sunxi A83T
in the "modern" clock framework proposed by Maxime Ripard.
It is currently being tested on a Banana Pi M3.

Jean-Francois Moine (2):
  clk: sunxi: Add the PLL clocks of the A83T and A80 SoCs
  clk: sunxi-ng: Add the A83T clocks

 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c  | 755 +++++++++++++++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu_ndmp.c        | 247 +++++++++++
 drivers/clk/sunxi-ng/ccu_ndmp.h        |  45 ++
 include/dt-bindings/clock/sun8i-a83t.h | 150 +++++++
 include/dt-bindings/reset/sun8i-a83t.h |  96 +++++
 5 files changed, 1293 insertions(+)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c
 create mode 100644 drivers/clk/sunxi-ng/ccu_ndmp.c
 create mode 100644 drivers/clk/sunxi-ng/ccu_ndmp.h
 create mode 100644 include/dt-bindings/clock/sun8i-a83t.h
 create mode 100644 include/dt-bindings/reset/sun8i-a83t.h

-- 
2.8.3

             reply	other threads:[~2016-05-31  7:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31  7:47 Jean-Francois Moine [this message]
2016-05-31  7:26 ` [PATCH RFC 1/2] clk: sunxi-ng: Add the A83T and A80 PLL clocks Jean-Francois Moine
2016-06-03  6:53   ` Chen-Yu Tsai
2016-06-03 11:16     ` Jean-Francois Moine
2016-06-05 10:00       ` [linux-sunxi] " Chen-Yu Tsai
2016-05-31  7:32 ` [PATCH RFC 2/2] clk: sunxi-ng: Add the A83T clocks Jean-Francois Moine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1464680865.git.moinejf@free.fr \
    --to=moinejf@free.fr \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).