* [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak
[not found] <1500555277-22921-1-git-send-email-geert+renesas@glider.be>
@ 2017-07-20 13:00 ` Geert Uytterhoeven
2017-07-27 15:16 ` Simon Horman
1 sibling, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-07-20 13:00 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jul 20, 2017 at 2:54 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> This patch series adds minimal support for the R-Car D3 SoC and the
> Draak development board, allowing to boot from a ramdisk using a serial
> console.
> arm64: dts: renesas: r8a77995: Use r8a7795-sysc binding definitions
> arm64: dts: renesas: r8a77995: Use r8a7795-cpg-mssr binding
^^^^^^^
r8a77995
Bummer, these were the first (and definitely not the last :-( typos for R-Car
D3 part numbers...
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak
[not found] <1500555277-22921-1-git-send-email-geert+renesas@glider.be>
2017-07-20 13:00 ` [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak Geert Uytterhoeven
@ 2017-07-27 15:16 ` Simon Horman
2017-08-17 9:47 ` Geert Uytterhoeven
2017-09-18 9:09 ` Simon Horman
1 sibling, 2 replies; 5+ messages in thread
From: Simon Horman @ 2017-07-27 15:16 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jul 20, 2017 at 02:54:33PM +0200, Geert Uytterhoeven wrote:
> Hi Simon, Magnus,
>
> This patch series adds minimal support for the R-Car D3 SoC and the
> Draak development board, allowing to boot from a ramdisk using a serial
> console.
>
> - The first two patches add DT sources for R-Car D3 and Draak.
> Due to the use of hardcoded constants, they have no further (build)
> dependencies (obviously there is a runtime dependency).
> - The last two patches replace the hardcoded constants by symbols from
> DT binding headers, and thus depend on those headers. Hence it
> should be postponed to v4.15.
>
> For proper operation, this depends on the 3 series I have just sent:
> - [PATCH 0/3] arm64: renesas: Base R-Car D3 support,
I have applied the above patchset for v4.14.
> - [PATCH 0/4] soc: renesas: Add R-Car D3 support,
And this one too.
> - [PATCH 0/4] clk: renesas: Add R-Car D3 support.
And this one seems to have been acked, so I assume you will
apply it once you are back from holidays.
So I have applied the first two patches for v4.14.
Please repost the remaining two after v4.13-rc6 at which time I should
be able to queue them up for v4.15.
> For testing, an integration branch containing all dependencies (and a
> few DT binding updates I do not want to send before "ARM: shmobile:
> Document R-Car D3 SoC DT bindings" has been accepted) is available in
> the topic/r8a77995-integration branch of the git repository at
> https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git.
>
> Thanks for your comments!
>
> Geert Uytterhoeven (4):
> arm64: dts: renesas: Add Renesas R8A77995 SoC support
> arm64: dts: renesas: Add Renesas Draak board support
> arm64: dts: renesas: r8a77995: Use r8a7795-sysc binding definitions
> arm64: dts: renesas: r8a77995: Use r8a7795-cpg-mssr binding
> definitions
>
> arch/arm64/boot/dts/renesas/Makefile | 1 +
> arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 46 ++++++++
> arch/arm64/boot/dts/renesas/r8a77995.dtsi | 151 +++++++++++++++++++++++++
> 3 files changed, 198 insertions(+)
> create mode 100644 arch/arm64/boot/dts/renesas/r8a77995-draak.dts
> create mode 100644 arch/arm64/boot/dts/renesas/r8a77995.dtsi
>
> --
> 2.7.4
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak
2017-07-27 15:16 ` Simon Horman
@ 2017-08-17 9:47 ` Geert Uytterhoeven
2017-08-17 9:51 ` Simon Horman
2017-09-18 9:09 ` Simon Horman
1 sibling, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-08-17 9:47 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simon,
On Thu, Jul 27, 2017 at 5:16 PM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, Jul 20, 2017 at 02:54:33PM +0200, Geert Uytterhoeven wrote:
>> This patch series adds minimal support for the R-Car D3 SoC and the
>> Draak development board, allowing to boot from a ramdisk using a serial
>> console.
>>
>> - The first two patches add DT sources for R-Car D3 and Draak.
>> Due to the use of hardcoded constants, they have no further (build)
>> dependencies (obviously there is a runtime dependency).
>> - The last two patches replace the hardcoded constants by symbols from
>> DT binding headers, and thus depend on those headers. Hence it
>> should be postponed to v4.15.
> So I have applied the first two patches for v4.14.
Thank you!
> Please repost the remaining two after v4.13-rc6 at which time I should
> be able to queue them up for v4.15.
You mean after v4.14-rc1? Else you still won't have them in renesas-devel.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak
2017-08-17 9:47 ` Geert Uytterhoeven
@ 2017-08-17 9:51 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-08-17 9:51 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 11:47:33AM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
>
> On Thu, Jul 27, 2017 at 5:16 PM, Simon Horman <horms@verge.net.au> wrote:
> > On Thu, Jul 20, 2017 at 02:54:33PM +0200, Geert Uytterhoeven wrote:
> >> This patch series adds minimal support for the R-Car D3 SoC and the
> >> Draak development board, allowing to boot from a ramdisk using a serial
> >> console.
> >>
> >> - The first two patches add DT sources for R-Car D3 and Draak.
> >> Due to the use of hardcoded constants, they have no further (build)
> >> dependencies (obviously there is a runtime dependency).
> >> - The last two patches replace the hardcoded constants by symbols from
> >> DT binding headers, and thus depend on those headers. Hence it
> >> should be postponed to v4.15.
>
> > So I have applied the first two patches for v4.14.
>
> Thank you!
>
> > Please repost the remaining two after v4.13-rc6 at which time I should
> > be able to queue them up for v4.15.
>
> You mean after v4.14-rc1? Else you still won't have them in renesas-devel.
I was thinking I could merge a stable branch in after v4.13-rc6.
But waiting for v4.14-rc1 is simpler for me.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak
2017-07-27 15:16 ` Simon Horman
2017-08-17 9:47 ` Geert Uytterhoeven
@ 2017-09-18 9:09 ` Simon Horman
1 sibling, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-09-18 9:09 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jul 27, 2017 at 05:16:23PM +0200, Simon Horman wrote:
> On Thu, Jul 20, 2017 at 02:54:33PM +0200, Geert Uytterhoeven wrote:
> > Hi Simon, Magnus,
> >
> > This patch series adds minimal support for the R-Car D3 SoC and the
> > Draak development board, allowing to boot from a ramdisk using a serial
> > console.
> >
> > - The first two patches add DT sources for R-Car D3 and Draak.
> > Due to the use of hardcoded constants, they have no further (build)
> > dependencies (obviously there is a runtime dependency).
> > - The last two patches replace the hardcoded constants by symbols from
> > DT binding headers, and thus depend on those headers. Hence it
> > should be postponed to v4.15.
> >
> > For proper operation, this depends on the 3 series I have just sent:
> > - [PATCH 0/3] arm64: renesas: Base R-Car D3 support,
>
> I have applied the above patchset for v4.14.
>
> > - [PATCH 0/4] soc: renesas: Add R-Car D3 support,
>
> And this one too.
>
> > - [PATCH 0/4] clk: renesas: Add R-Car D3 support.
>
> And this one seems to have been acked, so I assume you will
> apply it once you are back from holidays.
>
> So I have applied the first two patches for v4.14.
> Please repost the remaining two after v4.13-rc6 at which time I should
> be able to queue them up for v4.15.
I have now done so.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-18 9:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1500555277-22921-1-git-send-email-geert+renesas@glider.be>
2017-07-20 13:00 ` [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak Geert Uytterhoeven
2017-07-27 15:16 ` Simon Horman
2017-08-17 9:47 ` Geert Uytterhoeven
2017-08-17 9:51 ` Simon Horman
2017-09-18 9:09 ` Simon Horman
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).