From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/03] ARM: shmobile: r8a73a4 APE6EVM board support V2
Date: Mon, 18 Mar 2013 15:09:53 +0000 [thread overview]
Message-ID: <20130318150953.28231.73454.sendpatchset@w520> (raw)
ARM: shmobile: r8a73a4 APE6EVM board support V2
[PATCH 01/03] ARM: shmobile: APE6EVM base support V2
[PATCH 02/03] ARM: shmobile: APE6EVM PFC support
[PATCH 03/03] ARM: shmobile: APE6EVM LAN9220 support
This series is V2 of initial support for the APE6EVM board.
The APE6EVM board makes use of the r8a73a4 SoC and has a
couple of different I/O devices on board, but with this
series only support for the SCIFA0 UART and the Ethernet
chip is included.
In the future support for more I/O devices will be added as
incremental feature patches.
Changes since V1:
- Went from single patch to series
- Use ape6evm_add_standard_devices() to setup SoC devices and clocks
- Use PFC to configure SCIFA0
- Add Ethernet support including PFC support
For more details please see the individual patches.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
Written against "next" renesas.git 811689afc214564c4a5f238ecf4d8bdc0e52b615
Depends on the following two series:
[PATCH 00/04] ARM: shmobile: r8a73a4 SoC support V2
[PATCH 00/02] sh-pfc: Initial r8a73a4 PFC support
arch/arm/boot/dts/Makefile | 1
arch/arm/boot/dts/r8a73a4-ape6evm.dts | 47 ++++++++++++++++
arch/arm/mach-shmobile/Kconfig | 10 +++
arch/arm/mach-shmobile/Makefile | 1
arch/arm/mach-shmobile/board-ape6evm.c | 89 ++++++++++++++++++++++++++++++++
5 files changed, 147 insertions(+), 1 deletion(-)
WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/03] ARM: shmobile: r8a73a4 APE6EVM board support V2
Date: Tue, 19 Mar 2013 00:09:53 +0900 [thread overview]
Message-ID: <20130318150953.28231.73454.sendpatchset@w520> (raw)
ARM: shmobile: r8a73a4 APE6EVM board support V2
[PATCH 01/03] ARM: shmobile: APE6EVM base support V2
[PATCH 02/03] ARM: shmobile: APE6EVM PFC support
[PATCH 03/03] ARM: shmobile: APE6EVM LAN9220 support
This series is V2 of initial support for the APE6EVM board.
The APE6EVM board makes use of the r8a73a4 SoC and has a
couple of different I/O devices on board, but with this
series only support for the SCIFA0 UART and the Ethernet
chip is included.
In the future support for more I/O devices will be added as
incremental feature patches.
Changes since V1:
- Went from single patch to series
- Use ape6evm_add_standard_devices() to setup SoC devices and clocks
- Use PFC to configure SCIFA0
- Add Ethernet support including PFC support
For more details please see the individual patches.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
Written against "next" renesas.git 811689afc214564c4a5f238ecf4d8bdc0e52b615
Depends on the following two series:
[PATCH 00/04] ARM: shmobile: r8a73a4 SoC support V2
[PATCH 00/02] sh-pfc: Initial r8a73a4 PFC support
arch/arm/boot/dts/Makefile | 1
arch/arm/boot/dts/r8a73a4-ape6evm.dts | 47 ++++++++++++++++
arch/arm/mach-shmobile/Kconfig | 10 +++
arch/arm/mach-shmobile/Makefile | 1
arch/arm/mach-shmobile/board-ape6evm.c | 89 ++++++++++++++++++++++++++++++++
5 files changed, 147 insertions(+), 1 deletion(-)
next reply other threads:[~2013-03-18 15:09 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-18 15:09 Magnus Damm [this message]
2013-03-18 15:09 ` [PATCH 00/03] ARM: shmobile: r8a73a4 APE6EVM board support V2 Magnus Damm
2013-03-18 15:10 ` [PATCH 01/03] ARM: shmobile: APE6EVM base " Magnus Damm
2013-03-18 15:10 ` Magnus Damm
2013-03-19 7:25 ` Simon Horman
2013-03-19 7:25 ` Simon Horman
2013-03-19 7:50 ` Simon Horman
2013-03-19 7:50 ` Simon Horman
2013-03-19 10:18 ` Magnus Damm
2013-03-19 10:18 ` Magnus Damm
2013-03-20 12:50 ` Simon Horman
2013-03-20 12:50 ` Simon Horman
2013-03-20 14:45 ` Magnus Damm
2013-03-20 14:45 ` Magnus Damm
2013-03-19 10:15 ` Magnus Damm
2013-03-19 10:15 ` Magnus Damm
2013-03-20 12:50 ` Simon Horman
2013-03-20 12:50 ` Simon Horman
2013-03-18 15:10 ` [PATCH 02/03] ARM: shmobile: APE6EVM PFC support Magnus Damm
2013-03-18 15:10 ` Magnus Damm
2013-03-18 15:10 ` [PATCH 03/03] ARM: shmobile: APE6EVM LAN9220 support Magnus Damm
2013-03-18 15:10 ` Magnus Damm
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=20130318150953.28231.73454.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.