From: s.peter@mpl.ch (Stefan Peter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/1 V2] ARM: kirkwood: Add support for the MPL CEC4
Date: Sun, 18 Nov 2012 16:46:15 +0100 [thread overview]
Message-ID: <cover.1353238973.git.s.peter@mpl.ch> (raw)
The MPL CEC4 is a compact industrial computer for harsh environments. You
can find out more about it at http://www.mpl.ch/t2640.html
This patch adds basic board support using the device tree where possible.
Changes since V1
* Replaced the 'compatible' entry "mpl,mplcec4", with "mpl,cec4-10",
"mpl,cec4" in kirkwood-mplcec4.dts
* Removed unneeded clk headers in board-mplcec4.c
* Fixed sorting order of the kirkwood-mplcec4.dts entry in
arm/boot/dts/Makefile
Stefan Peter (1):
Add support for the MPL CEC4
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/kirkwood-mplcec4.dts | 119 ++++++++++++++++++++++++++++++++
arch/arm/configs/kirkwood_defconfig | 1 +
arch/arm/mach-kirkwood/Kconfig | 7 ++
arch/arm/mach-kirkwood/Makefile | 1 +
arch/arm/mach-kirkwood/board-dt.c | 4 ++
arch/arm/mach-kirkwood/board-mplcec4.c | 80 +++++++++++++++++++++
arch/arm/mach-kirkwood/common.h | 6 ++
8 files changed, 219 insertions(+)
create mode 100644 arch/arm/boot/dts/kirkwood-mplcec4.dts
create mode 100644 arch/arm/mach-kirkwood/board-mplcec4.c
--
1.7.9.5
next reply other threads:[~2012-11-18 15:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-18 15:46 Stefan Peter [this message]
2012-11-18 15:46 ` [PATCH 1/1 V2] ARM: kirkwood: Add support for the MPL CEC4 Stefan Peter
2012-11-19 9:04 ` [PATCH 0/1 " Andrew Lunn
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=cover.1353238973.git.s.peter@mpl.ch \
--to=s.peter@mpl.ch \
--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 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).