From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/3] Basic GPIO support for r8a7795
Date: Mon, 05 Oct 2015 02:27:21 +0000 [thread overview]
Message-ID: <20151005022721.GA25427@verge.net.au> (raw)
In-Reply-To: <1441035401-5843-1-git-send-email-ulrich.hecht+renesas@gmail.com>
Hi Ulrich,
On Mon, Aug 31, 2015 at 05:36:38PM +0200, Ulrich Hecht wrote:
> Hi!
>
> This has been broken out of horms's GPIO and EthernetAVB RFC (thanks again)
> and has its minor issues fixed, hopefully. Specifically, it fixes the GPIO
> 6 and 7 clock references, dumps the MSTP's "clock-output-names" property,
> and omits the extraneous options in defconfig.
I have taken the liberty of:
* rebasing and updating this patch set on top of
"[PATCH v10 00/07] Renesas R-Car H3 (r8a7795) integration patches V10"
* Updating the patch set to to once again have clock-output-names using the
following update below provided to me by Geert - hopefully that
merry-go-round has now paused for v4.4.
* Updating the clock definition order by folding in
"arm64: dts: r8a7795: add GPIO clocks"
I would greatly appreciate if you and any other interested parties could
review the result which can be found in the topic/r8a7795-gpio-v1.rebase2
branch of the renesas tree. If you find any problems please repost the
patch set at your earliest convenience.
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index f1c47ad3ea7fc781..8ce92db14c8bd101 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -530,6 +530,10 @@
R8A7795_CLK_I2C2 R8A7795_CLK_I2C1
R8A7795_CLK_I2C0
>;
+ clock-output-names + "gpio7", "gpio6", "gpio5",
+ "gpio4", "gpio3", "gpio2",
+ "gpio1", "gpio0";
};
mstp10_clks: mstp10_clks@e6150998 {
--
1.9.1
next prev parent reply other threads:[~2015-10-05 2:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 15:36 [PATCH 0/3] Basic GPIO support for r8a7795 Ulrich Hecht
2015-09-01 1:22 ` Simon Horman
2015-09-04 1:16 ` Simon Horman
2015-10-05 2:27 ` Simon Horman [this message]
2015-10-05 9:20 ` Ulrich Hecht
2015-10-06 0:50 ` Simon Horman
2015-10-15 6:29 ` Simon Horman
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=20151005022721.GA25427@verge.net.au \
--to=horms@verge.net.au \
--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;
as well as URLs for NNTP newsgroup(s).