From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: horms@verge.net.au, mturquette@linaro.org, geert@linux-m68k.org,
laurent.pinchart+renesas@ideasonboard.com
Cc: linux-sh@vger.kernel.org, magnus.damm@gmail.com,
devicetree@vger.kernel.org, mark.rutland@arm.com,
Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH v6 0/2] clk: shmobile: DIV6 clock variable parent support
Date: Mon, 3 Nov 2014 17:01:34 +0100 [thread overview]
Message-ID: <1415030496-26054-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
Hi!
Another shot, this time without introducing new DT properties, and with a
few coding issues fixed. Thanks to Geert and Laurent for the review.
CU
Uli
Changes since v5:
- straighten types
- don't use hw->init outside cpg_div6_clock_init()
- drop superfluous allocation error messages
- drop renesas,src-* properties, can be inferred
Changes since v4:
- implement .get_parent, .set_parent
- improve bindings documentation
Changes since v3:
- note that renesas,src-shift and renesas,src-width depend on each other
- clarified description
- minor coding style fixes
Changes since v2:
- add r8a73a4 to bindings
- use u32 where appropriate
- don't split error message
Changes since v1:
- make sure unrelated register bits are preserved
- use the plural for the clocks property in bindings
Ulrich Hecht (2):
clk: shmobile: div6: support selectable-input clocks
clk: shmobile: document DIV6 clock parent bindings
.../bindings/clock/renesas,cpg-div6-clocks.txt | 19 ++--
drivers/clk/shmobile/clk-div6.c | 110 ++++++++++++++++++---
2 files changed, 109 insertions(+), 20 deletions(-)
--
1.8.4.5
next reply other threads:[~2014-11-03 16:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-03 16:01 Ulrich Hecht [this message]
2014-11-03 16:01 ` [PATCH v6 1/2] clk: shmobile: div6: support selectable-input clocks Ulrich Hecht
2014-11-03 16:01 ` [PATCH v6 2/2] clk: shmobile: document DIV6 clock parent bindings Ulrich Hecht
2014-11-03 17:24 ` Geert Uytterhoeven
2014-11-04 10:24 ` Ulrich Hecht
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=1415030496-26054-1-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=mturquette@linaro.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).