From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753470AbbBESqf (ORCPT ); Thu, 5 Feb 2015 13:46:35 -0500 Received: from mail-we0-f182.google.com ([74.125.82.182]:50866 "EHLO mail-we0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752765AbbBESqd (ORCPT ); Thu, 5 Feb 2015 13:46:33 -0500 MIME-Version: 1.0 In-Reply-To: <1423128277-10297-1-git-send-email-bintian.wang@huawei.com> References: <1423128277-10297-1-git-send-email-bintian.wang@huawei.com> Date: Thu, 5 Feb 2015 10:46:31 -0800 Message-ID: Subject: Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC From: Tyler Baker To: Bintian Wang Cc: linux-arm-kernel , linux-kernel@vger.kernel.org, catalin.marinas@arm.com, Will Deacon , devicetree@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, Mark Rutland , ijc+devicetree@hellion.org.uk, galak@codeaurora.org, Kevin Hilman , Mike Turquette , Rob Herring , Zhangfei Gao , Haojian Zhuang , Xu Wei , jh80.chung@samsung.com, Olof Johansson , yanhaifeng@gmail.com, Stephen Boyd , xuejiancheng@huawei.com, sledge.yanwei@huawei.com, tomeu.vizoso@collabora.com, Russell King - ARM Linux , Guodong Xu , dan.zhao@hisilicon.com, huxinwei@huawei.com, xuyiping@hisilicon.com, victor.lixin@hisilicon.com, btw@mail.itp.ac.cn, puck.chen@hisilicon.com, wangbinghui@hisilicon.com, zhenwei.wang@hisilicon.com, liguozhu@hisilicon.com, kong.kongxinwei@hisilicon.com, heyunlei@huawei.com, w.f@huawei.com, z.liuxinliang@huawei.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bintian, On 5 February 2015 at 01:24, Bintian Wang wrote: > Hello, > > Hi6220 is one mobile solution of Hisilicon, this patchset contains > initial support for Hi6220 SoC and HiKey development board, which > is based on ARM Cortex A53 architecture. Initial support is minimal > and includes just the arch configuration, clock driver, device tree > configuration. > > Many peripheral drivers will be submitted later. > > Any comments will be appreciated! > > Thanks, > > Bintian Wang (3): > arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig > clk: hi6220: Clock driver support for Hisilicon hi6220 SoC > arm64: dts: Add dts files for Hisilicon Hi6220 SoC Thanks for posting these! I've applied this series on top of next-20150204, however there was some fuzz that needed to be cleaned up on 3/3 [1]. I've confirmed the platform is booting to a basic user space without issue. Tested-by: Tyler Baker > > .../bindings/arm/hisilicon/hisilicon.txt | 33 +++ > .../devicetree/bindings/clock/hi6220-clock.txt | 30 +++ > arch/arm64/Kconfig | 6 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/hisilicon/Makefile | 5 + > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 31 +++ > arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 204 ++++++++++++++ > arch/arm64/configs/defconfig | 1 + > drivers/clk/Kconfig | 2 + > drivers/clk/Makefile | 4 +- > drivers/clk/hisilicon/Kconfig | 5 + > drivers/clk/hisilicon/Makefile | 1 + > drivers/clk/hisilicon/clk-hi6220.c | 284 ++++++++++++++++++++ > drivers/clk/hisilicon/clk.c | 29 ++ > drivers/clk/hisilicon/clk.h | 17 ++ > drivers/clk/hisilicon/clkdivider-hi6220.c | 273 +++++++++++++++++++ > include/dt-bindings/clock/hi6220-clock.h | 172 ++++++++++++ > 17 files changed, 1095 insertions(+), 3 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/hi6220-clock.txt > create mode 100644 arch/arm64/boot/dts/hisilicon/Makefile > create mode 100644 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > create mode 100644 arch/arm64/boot/dts/hisilicon/hi6220.dtsi > create mode 100644 drivers/clk/hisilicon/Kconfig > create mode 100644 drivers/clk/hisilicon/clk-hi6220.c > create mode 100644 drivers/clk/hisilicon/clkdivider-hi6220.c > create mode 100644 include/dt-bindings/clock/hi6220-clock.h > > -- > 1.7.9.5 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel Cheers, Tyler [1] https://git.linaro.org/people/tyler.baker/linux.git/commitdiff/e9ab7b08e844009c66ba5ecf946d4b3e23551f73?hp=fcfe654f30cf75c847f69b2965c6b9e4d01c5b08