From: haojian.zhuang@linaro.org (Haojian Zhuang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] enable HiX5HD2 SoC
Date: Mon, 12 May 2014 09:30:31 +0800 [thread overview]
Message-ID: <1399858236-29027-1-git-send-email-haojian.zhuang@linaro.org> (raw)
Haifeng Yan (4):
ARM: debug: Rename Hi3716 to HI5XHD2
ARM: hisi: enable hix5hd2 SoC
ARM: hisi: Add hix5hd2 SoC support.
ARM: dts: Add hix5hd2-dkb dts file.
Haojian Zhuang (1):
ARM: config: add ARCH_HIX5HD2 in hi3xxx_defconfig
arch/arm/Kconfig.debug | 20 ++--
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/hix5hd2-dkb.dts | 56 +++++++++++
arch/arm/boot/dts/hix5hd2.dtsi | 189 ++++++++++++++++++++++++++++++++++++++
arch/arm/configs/hi3xxx_defconfig | 1 +
arch/arm/mach-hisi/Kconfig | 13 ++-
arch/arm/mach-hisi/Makefile | 1 +
arch/arm/mach-hisi/core.h | 3 +
arch/arm/mach-hisi/headsmp.S | 39 ++++++++
arch/arm/mach-hisi/hisilicon.c | 31 +++++++
arch/arm/mach-hisi/hotplug.c | 36 ++++++++
arch/arm/mach-hisi/platsmp.c | 70 +++++++++++++-
12 files changed, 445 insertions(+), 15 deletions(-)
create mode 100644 arch/arm/boot/dts/hix5hd2-dkb.dts
create mode 100644 arch/arm/boot/dts/hix5hd2.dtsi
create mode 100644 arch/arm/mach-hisi/headsmp.S
--
1.9.1
next reply other threads:[~2014-05-12 1:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-12 1:30 Haojian Zhuang [this message]
2014-05-12 1:30 ` [PATCH 1/5] ARM: debug: Rename Hi3716 to HI5XHD2 Haojian Zhuang
2014-05-12 4:23 ` Olof Johansson
2014-05-12 1:30 ` [PATCH 2/5] ARM: hisi: enable hix5hd2 SoC Haojian Zhuang
2014-05-12 4:23 ` Olof Johansson
2014-05-12 1:30 ` [PATCH 3/5] ARM: hisi: Add hix5hd2 SoC support Haojian Zhuang
2014-05-12 4:34 ` Olof Johansson
2014-05-12 1:30 ` [PATCH 4/5] ARM: dts: Add hix5hd2-dkb dts file Haojian Zhuang
2014-05-12 4:40 ` Olof Johansson
2014-05-12 1:30 ` [PATCH 5/5] ARM: config: add ARCH_HIX5HD2 in hi3xxx_defconfig Haojian Zhuang
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=1399858236-29027-1-git-send-email-haojian.zhuang@linaro.org \
--to=haojian.zhuang@linaro.org \
--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).