linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] enable HiX5HD2 SoC
@ 2014-05-13  9:44 Haojian Zhuang
  2014-05-13  9:44 ` [PATCH v2 1/6] ARM: hisi: store reboot reg in global variable Haojian Zhuang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Haojian Zhuang @ 2014-05-13  9:44 UTC (permalink / raw)
  To: linux-arm-kernel

Changelog:
v2:
  * Add document on DT binding.
  * Clean DTS file.
  * Avoid to parse DT binding in restart function.
  * Fix the hotplug issue.
  * Remove hardcoding in platsmp.

Haifeng Yan (3):
  ARM: debug: Rename Hi3716 to HI5XHD2
  ARM: hisi: enable hix5hd2 SoC
  ARM: dts: Add hix5hd2-dkb dts file.

Haojian Zhuang (3):
  ARM: hisi: store reboot reg in global variable
  ARM: config: add ARCH_HIX5HD2 in hi3xxx_defconfig
  document: add dt binding on hix5hd2 SoC

 .../bindings/arm/hisilicon/hisilicon.txt           |   9 ++
 arch/arm/Kconfig.debug                             |  20 +--
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/hix5hd2-dkb.dts                  |  52 +++++++
 arch/arm/boot/dts/hix5hd2.dtsi                     | 171 +++++++++++++++++++++
 arch/arm/configs/hi3xxx_defconfig                  |   1 +
 arch/arm/mach-hisi/Kconfig                         |  13 +-
 arch/arm/mach-hisi/Makefile                        |   1 +
 arch/arm/mach-hisi/core.h                          |   5 +
 arch/arm/mach-hisi/headsmp.S                       |  36 +++++
 arch/arm/mach-hisi/hisilicon.c                     |  34 +++-
 arch/arm/mach-hisi/hotplug.c                       |  58 +++++++
 arch/arm/mach-hisi/platsmp.c                       |  50 +++++-
 13 files changed, 429 insertions(+), 22 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-05-13  9:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13  9:44 [PATCH v2 0/6] enable HiX5HD2 SoC Haojian Zhuang
2014-05-13  9:44 ` [PATCH v2 1/6] ARM: hisi: store reboot reg in global variable Haojian Zhuang
2014-05-13  9:44 ` [PATCH v2 2/6] ARM: debug: Rename Hi3716 to HI5XHD2 Haojian Zhuang
2014-05-13  9:44 ` [PATCH v2 3/6] ARM: hisi: enable hix5hd2 SoC Haojian Zhuang
2014-05-13  9:44 ` [PATCH v2 4/6] ARM: dts: Add hix5hd2-dkb dts file Haojian Zhuang
2014-05-13  9:44 ` [PATCH v2 5/6] ARM: config: add ARCH_HIX5HD2 in hi3xxx_defconfig Haojian Zhuang
2014-05-13  9:44 ` [PATCH v2 6/6] document: add dt binding on hix5hd2 SoC Haojian Zhuang

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).