devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
To: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Geert Uytterhoeven
	<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Subject: [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak
Date: Thu, 20 Jul 2017 14:54:33 +0200	[thread overview]
Message-ID: <1500555277-22921-1-git-send-email-geert+renesas@glider.be> (raw)

	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,
  - [PATCH 0/4] soc: renesas: Add R-Car D3 support,
  - [PATCH 0/4] clk: renesas: Add R-Car D3 support.

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-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2017-07-20 12:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-20 12:54 Geert Uytterhoeven [this message]
     [not found] ` <1500555277-22921-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-07-20 12:54   ` [PATCH 1/4] arm64: dts: renesas: Add Renesas R8A77995 SoC support Geert Uytterhoeven
2017-07-20 12:54   ` [PATCH 2/4] arm64: dts: renesas: Add Renesas Draak board support Geert Uytterhoeven
2017-07-20 12:54 ` [PATCH 3/4] arm64: dts: renesas: r8a77995: Use r8a7795-sysc binding definitions Geert Uytterhoeven
2017-07-20 12:54 ` [PATCH 4/4] arm64: dts: renesas: r8a77995: Use r8a7795-cpg-mssr " Geert Uytterhoeven
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
     [not found]   ` <20170727151622.GG16143-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2017-09-18  9:09     ` 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=1500555277-22921-1-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas-gxvu3+zwzmszqb+pc5nmwq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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).