From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 0/8] Initial r8a7794/Alt support
Date: Mon, 18 Aug 2014 15:51:39 +0000 [thread overview]
Message-ID: <1408377107-3822-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
Hi!
This is a minimal-plus-bureaucracy set to get the Alt board running on one
cylinder, derived from the Renesas BSP. I have left the serial port at 38k4
because I seem to be unable to switch u-boot to anything else; "setenv
baudrate ..." does not work as advertised.
Should the board actually be called "reference", there not being any legacy
board support?
CU
Uli
Hisashi Nakamura (1):
clk: shmobile: Add r8a7794 support
Ulrich Hecht (7):
ARM: shmobile: Initial r8a7794 SoC support
ARM: shmobile: Initial r8a7794 Alt board support
ARM: shmobile: Initial r8a7794 and Alt device tree
ARM: shmobile: support Cortex-A7 in shmobile_init_delay()
ARM: shmobile: r8a7794: document MSTP clock support
ARM: shmobile: r8a7794: document SCIF clock support
ARM: shmobile: r8a7794: document CPG clock support
.../bindings/clock/renesas,cpg-mstp-clocks.txt | 1 +
.../clock/renesas,rcar-gen2-cpg-clocks.txt | 1 +
.../bindings/serial/renesas,sci-serial.txt | 4 +
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/r8a7794-alt.dts | 47 ++
arch/arm/boot/dts/r8a7794.dtsi | 531 +++++++++++++++++++++
arch/arm/mach-shmobile/Kconfig | 9 +
arch/arm/mach-shmobile/Makefile | 2 +
arch/arm/mach-shmobile/Makefile.boot | 1 +
arch/arm/mach-shmobile/board-alt-reference.c | 38 ++
arch/arm/mach-shmobile/setup-r8a7794.c | 34 ++
arch/arm/mach-shmobile/timer.c | 9 +-
drivers/clk/shmobile/Makefile | 1 +
include/dt-bindings/clock/r8a7794-clock.h | 82 ++++
14 files changed, 758 insertions(+), 5 deletions(-)
create mode 100644 arch/arm/boot/dts/r8a7794-alt.dts
create mode 100644 arch/arm/boot/dts/r8a7794.dtsi
create mode 100644 arch/arm/mach-shmobile/board-alt-reference.c
create mode 100644 arch/arm/mach-shmobile/setup-r8a7794.c
create mode 100644 include/dt-bindings/clock/r8a7794-clock.h
--
1.8.4.5
next reply other threads:[~2014-08-18 15:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-18 15:51 Ulrich Hecht [this message]
2014-08-18 15:51 ` [PATCH 7/8] ARM: shmobile: r8a7794: document SCIF clock support Ulrich Hecht
2014-08-18 23:41 ` Simon Horman
2014-08-18 23:47 ` [PATCH 0/8] Initial r8a7794/Alt support 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=1408377107-3822-1-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--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).