Message ID | 20151005022721.GA25427@verge.net.au (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Simon Horman |
Headers | show |
On Mon, Oct 5, 2015 at 4:27 AM, Simon Horman <horms@verge.net.au> wrote: > 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. Thanks a lot, codewise that looks perfect to me. I believe, however, that in "arm64: dts: r8a7795: add GPIO clocks" there is a "Signed-off-by: " missing before Morimoto-san's name. Should I add/repost that, or is it easier if you touched it up in your branch? CU Uli -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Oct 05, 2015 at 11:20:15AM +0200, Ulrich Hecht wrote: > On Mon, Oct 5, 2015 at 4:27 AM, Simon Horman <horms@verge.net.au> wrote: > > 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. > > Thanks a lot, codewise that looks perfect to me. I believe, however, > that in "arm64: dts: r8a7795: add GPIO clocks" there is a > "Signed-off-by: " missing before Morimoto-san's name. Should I > add/repost that, or is it easier if you touched it up in your branch? Sorry about that Morimoto-san. I suggest we fix that the next time either of us have to update the patches as there are several topic branches sitting on top of this one so I think its best to batch respinning them. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Oct 06, 2015 at 09:50:58AM +0900, Simon Horman wrote: > On Mon, Oct 05, 2015 at 11:20:15AM +0200, Ulrich Hecht wrote: > > On Mon, Oct 5, 2015 at 4:27 AM, Simon Horman <horms@verge.net.au> wrote: > > > 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. > > > > Thanks a lot, codewise that looks perfect to me. I believe, however, > > that in "arm64: dts: r8a7795: add GPIO clocks" there is a > > "Signed-off-by: " missing before Morimoto-san's name. Should I > > add/repost that, or is it easier if you touched it up in your branch? > > Sorry about that Morimoto-san. > > I suggest we fix that the next time either of us have to update > the patches as there are several topic branches sitting on top > of this one so I think its best to batch respinning them. I have now: * Corrected the Signed-off-by: " problem * Rebased this branch on top of "[PATCH v11 0/8] arm64: renesas: Add Renesas R8A7795 SoC support" a.k.a. topic/arm64-rcar-gen3-v11 The result is present in the topic/r8a7795-gpio-v1.rebase3 branch of the renesas tree. As always, please feel free to repost or otherwise point out any problems. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 {