SUPERH platform development
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH v4 0/6] clk: shmobile: r8a73a4 common clock framework implementation
Date: Wed, 17 Dec 2014 16:18:48 +0000	[thread overview]
Message-ID: <1418833134-7863-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)

Hi!

Version 4 of the CCF implementation for r8a73a4.  This version removes some
unused bits from the CPG driver and adds a few acks.  Suggestions on how to
proceed with this are highly appreciated.

CU
Uli


Changes since v3:
- CPG: removed unused divider mask and flags, superflous braces
- added Acked-bys

Changes since v2:
- fixed zb parents
- fixed CPG clock order in header file
- multiply divider by 32 for z and z2 clocks
- added acks by Mike and Laurent
- fixed various formatting issues

Changes since v1:
- use clock-indices instead of renesas,clock-indices
- dump unused extal2_div2_clk and extal2_div4_clk
- move mstp2 clocks property below interrupt-names


Ulrich Hecht (6):
  clk: shmobile: r8a73a4 common clock framework implementation
  clk: shmobile: Add r8a73a4 SoC to MSTP bindings
  ARM: shmobile: r8a73a4: Add CPG register bits header
  ARM: shmobile: r8a73a4: Common clock framework DT description
  ARM: shmobile: ape6evm: disable legacy clock initialization
  ARM: shmobile: r8a73a4: add MSTP clock assignments to DT

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
 .../bindings/clock/renesas,r8a73a4-cpg-clocks.txt  |  33 +++
 arch/arm/boot/dts/r8a73a4.dtsi                     | 324 +++++++++++++++++++++
 arch/arm/mach-shmobile/board-ape6evm-reference.c   |   3 +-
 drivers/clk/shmobile/Makefile                      |   1 +
 drivers/clk/shmobile/clk-r8a73a4.c                 | 241 +++++++++++++++
 include/dt-bindings/clock/r8a73a4-clock.h          |  62 ++++
 7 files changed, 664 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
 create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c
 create mode 100644 include/dt-bindings/clock/r8a73a4-clock.h

-- 
1.8.4.5


             reply	other threads:[~2014-12-17 16:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17 16:18 Ulrich Hecht [this message]
2014-12-17 16:30 ` [PATCH v4 0/6] clk: shmobile: r8a73a4 common clock framework implementation Laurent Pinchart

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=1418833134-7863-1-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.com \
    --cc=linux-sh@vger.kernel.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