Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754176AbbL3B4h (ORCPT ); Tue, 29 Dec 2015 20:56:37 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:6028 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753985AbbL3B4d (ORCPT ); Tue, 29 Dec 2015 20:56:33 -0500 From: Jiancheng Xue To: , , , , , , , , , , , , , , CC: , , , , , , , , , , Jiancheng Xue Subject: [PATCH v4 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc. Date: Wed, 30 Dec 2015 09:43:46 +0800 Message-ID: <1451439832-13927-1-git-send-email-xuejiancheng@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.71] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.568339C7.0049,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d6dcfa9f5fa8fce9328740527c4b3bdb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2794 Lines: 71 Hello, Hi3519 soc is mainly used for ip camera and sport DV solutions. This patchset adds initial support for Hi3519 soc. It includes clock driver, arch configuration, debug uart configuration and device tree. It has been tested on hi3519 reference board. Spi-nor flash driver and other peripheral drivers will be submitted later. Any comments will be appreciated! Thanks! Change Log ---------- v4: -Rebase to v4.4-rc7 -Divide patches according to Rob's comments -Add spi nodes in hi3519-demb.dts v3: -Rebase to v4.4-rc4 -Adjust according to Arnd's comments -Remove ARCH_HI3519, using ARCH_HISI directly v2: -Rebase to v4.4-rc3 -Put dt-binding doc and header file in a separate patch. -Delete unused clocks definitions. -Adjust the ARCH_xxx order in Kconfig file -Rename ARCH_HI3xxx to ARCH_36xx Jiancheng Xue (6): clk: hisilicon: add CRG driver for hi3519 soc ARM: hisi: add compatible string for Hi3519 soc ARM: config: hisi: enable CONFIG_RESET_CONTROLLER ARM: debug: add hi3519 debug uart mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl ARM: dts: add dts files for Hi3519 .../devicetree/bindings/clock/hi3519-crg.txt | 46 ++++++ Documentation/devicetree/bindings/mfd/hi3519.txt | 14 ++ arch/arm/Kconfig.debug | 10 ++ arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/hi3519-demb.dts | 42 +++++ arch/arm/boot/dts/hi3519.dtsi | 175 +++++++++++++++++++++ arch/arm/configs/hisi_defconfig | 1 + arch/arm/mach-hisi/hisilicon.c | 23 +-- drivers/clk/hisilicon/Kconfig | 7 + drivers/clk/hisilicon/Makefile | 2 + drivers/clk/hisilicon/clk-hi3519.c | 103 ++++++++++++ drivers/clk/hisilicon/reset.c | 149 ++++++++++++++++++ drivers/clk/hisilicon/reset.h | 32 ++++ include/dt-bindings/clock/hi3519-clock.h | 43 +++++ 14 files changed, 630 insertions(+), 19 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/hi3519-crg.txt create mode 100644 Documentation/devicetree/bindings/mfd/hi3519.txt create mode 100644 arch/arm/boot/dts/hi3519-demb.dts create mode 100644 arch/arm/boot/dts/hi3519.dtsi create mode 100644 drivers/clk/hisilicon/clk-hi3519.c create mode 100644 drivers/clk/hisilicon/reset.c create mode 100644 drivers/clk/hisilicon/reset.h create mode 100644 include/dt-bindings/clock/hi3519-clock.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/