[GIT PULL][for 3.18]pull request for hisilicon hip04 soc and D01 board updates

xuwei xuwei5 at hisilicon.com
Fri Sep 12 00:31:53 PDT 2014


Hi Olof, Hi Kevin, Hi Arnd,

Please help to merge pull request for hisilicon hip04 soc and D01 board updates for 3.18. 
Thanks!

Best Regards,
Wei


The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://github.com/hisilicon/linux-hisi.git tags/D01-for-3.18

for you to fetch changes up to c9a1df48a97ac9141540f177e4293a9966348f8c:

  ARM: debug: add HiP04 debug uart (2014-09-03 14:10:46 +0100)

----------------------------------------------------------------
ARM: mach-hisi: Hisilicon hip04 soc and D01 board updates for 3.18

- Add the CONFIG_MCPM_QUAD_CLUSTER configuration to enlarge cluster number from 2 to 4
- Enable MCPM on HiP04 SoC
- Enable 16 cores on HiP04 SoC
- Add platform & Fabric controller devicetree binding document for HiP04 SoC
- Add hip04.dtsi & hip04-d01.dts for hip04 SoC platform and D01 board
- Enable HiP04 SoC in both hi3xxx_defconfig & multi_v7_defconfig
- Add the support of Hisilicon HiP04 debug uart

----------------------------------------------------------------
Haojian Zhuang (7):
      ARM: mcpm: support 4 clusters
      ARM: hisi: enable MCPM implementation
      ARM: hisi: enable HiP04
      document: dt: add the binding on HiP04
      ARM: dts: add hip04 dts
      ARM: config: enable hisilicon hip04
      ARM: debug: add HiP04 debug uart

 Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt |  23 +++++++
 arch/arm/Kconfig                                              |   9 +++
 arch/arm/Kconfig.debug                                        |  10 +++
 arch/arm/boot/dts/Makefile                                    |   1 +
 arch/arm/boot/dts/hip04-d01.dts                               |  32 +++++++++
 arch/arm/boot/dts/hip04.dtsi                                  | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/configs/{hi3xxx_defconfig => hisi_defconfig}         |  13 ++++
 arch/arm/configs/multi_v7_defconfig                           |   1 +
 arch/arm/include/asm/mcpm.h                                   |   5 ++
 arch/arm/mach-hisi/Kconfig                                    |   9 +++
 arch/arm/mach-hisi/Makefile                                   |   1 +
 arch/arm/mach-hisi/hisilicon.c                                |   9 +++
 arch/arm/mach-hisi/platmcpm.c                                 | 386 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 766 insertions(+)
 create mode 100644 arch/arm/boot/dts/hip04-d01.dts
 create mode 100644 arch/arm/boot/dts/hip04.dtsi
 rename arch/arm/configs/{hi3xxx_defconfig => hisi_defconfig} (77%)
 create mode 100644 arch/arm/mach-hisi/platmcpm.c







More information about the linux-arm-kernel mailing list