From: chris.packham@alliedtelesis.co.nz (Chris Packham)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC/PATCH 0/4] Add support for Marvell's RD-DXBC2
Date: Wed, 10 Dec 2014 15:39:43 +1300 [thread overview]
Message-ID: <1418179187-18486-1-git-send-email-chris.packham@alliedtelesis.co.nz> (raw)
This series allows me to boot v3.18 on Marvell's reference board and
start up a basic userspace. I've sent 1/4 and 2/4 to the list
individually before but hopefully they will be more meaningful when
viewed in context.
Thanks,
Chris
Chris Packham (4):
ARM: mvebu: use dt_fixup to provide fallback for enable-method
clk: mvebu: armada-xp: Support for 98DX4251
ARM: mvebu: Initial support for rd-dxbc2
ARM: mvebu: Custom smp_ops for 98DX4251
.../devicetree/bindings/clock/mvebu-core-clock.txt | 4 +
arch/arm/boot/dts/rd-dxbc2.dts | 118 +++++++++++++++++++++
arch/arm/mach-mvebu/Makefile | 1 +
arch/arm/mach-mvebu/board-v7.c | 7 +-
arch/arm/mach-mvebu/common.h | 2 +
arch/arm/mach-mvebu/mvebu-soc-id.h | 3 +
arch/arm/mach-mvebu/platsmp.c | 28 +++++
arch/arm/mach-mvebu/pmsu-98dx4251.c | 68 ++++++++++++
drivers/clk/mvebu/armada-xp.c | 35 ++++++
9 files changed, 265 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/rd-dxbc2.dts
create mode 100644 arch/arm/mach-mvebu/pmsu-98dx4251.c
--
2.2.0.rc0
next reply other threads:[~2014-12-10 2:39 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 2:39 Chris Packham [this message]
2014-12-10 2:39 ` [RFC/PATCH 1/4] ARM: mvebu: use dt_fixup to provide fallback for enable-method Chris Packham
2014-12-10 9:44 ` Arnd Bergmann
2014-12-10 19:45 ` Chris Packham
2014-12-12 4:53 ` [RFC/PATCH 1/4 PATCH] " Chris Packham
2014-12-12 11:35 ` Arnd Bergmann
2014-12-14 21:11 ` Chris Packham
2014-12-15 0:57 ` Chris Packham
2014-12-15 10:37 ` Arnd Bergmann
2014-12-15 20:12 ` Chris Packham
2014-12-16 2:21 ` Chris Packham
2014-12-16 8:57 ` Arnd Bergmann
2014-12-16 2:13 ` [PATCH] dtc: Use quotes to include header files Chris Packham
2014-12-16 14:44 ` Jon Loeliger
2015-01-29 15:56 ` Grant Likely
2015-01-29 16:30 ` Rob Herring
2015-01-30 16:21 ` Chris Packham
2014-12-10 2:39 ` [RFC/PATCH 2/4] clk: mvebu: armada-xp: Support for 98DX4251 Chris Packham
2014-12-10 2:39 ` [RFC/PATCH 3/4] ARM: mvebu: Initial support for rd-dxbc2 Chris Packham
2014-12-10 2:39 ` [RFC/PATCH 4/4] ARM: mvebu: Custom smp_ops for 98DX4251 Chris Packham
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=1418179187-18486-1-git-send-email-chris.packham@alliedtelesis.co.nz \
--to=chris.packham@alliedtelesis.co.nz \
--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).