From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuwei5@hisilicon.com (Wei Xu) Date: Tue, 28 Jun 2016 18:36:34 +0100 Subject: [PATCH v11 0/3] ARM: hisi: Add initial support for Hi3519 SOC In-Reply-To: <1465957147-32314-1-git-send-email-xuejiancheng@hisilicon.com> References: <1465957147-32314-1-git-send-email-xuejiancheng@hisilicon.com> Message-ID: <5772B5A2.7030404@hisilicon.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jiancheng, On 15/06/2016 03:19, Jiancheng Xue wrote: > These three patches are abstracted from the patchset titled > "[RESEND PATCH v10 0/6] ARM: hisi: Add initial support including > clock driver for Hi3519 soc."(https://lkml.org/lkml/2016/3/31/175). > The clock driver part was merged in v4.7-rc1. This patch set > is mainly used to enable Hi3519 basic soc and add dts files. > > Jiancheng Xue (3): > ARM: hisi: add compatible string for Hi3519 soc > ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl > ARM: dts: add dts files for Hi3519 > Thanks! Applied all the 3 patches to the hisilicon soc tree. I have modified the dts Makefile in the patch 3 and shuffled the ARCH_HIGHBANK, ARCH_HISI and ARCH_HIX5HD2 around to keep the list sorted. Best Regards, Wei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Xu Subject: Re: [PATCH v11 0/3] ARM: hisi: Add initial support for Hi3519 SOC Date: Tue, 28 Jun 2016 18:36:34 +0100 Message-ID: <5772B5A2.7030404@hisilicon.com> References: <1465957147-32314-1-git-send-email-xuejiancheng@hisilicon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1465957147-32314-1-git-send-email-xuejiancheng-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jiancheng Xue , arnd-r2nGTMty4D4@public.gmane.org Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, yanhaifeng-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org, yanghongwei-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Jiancheng, On 15/06/2016 03:19, Jiancheng Xue wrote: > These three patches are abstracted from the patchset titled > "[RESEND PATCH v10 0/6] ARM: hisi: Add initial support including > clock driver for Hi3519 soc."(https://lkml.org/lkml/2016/3/31/175). > The clock driver part was merged in v4.7-rc1. This patch set > is mainly used to enable Hi3519 basic soc and add dts files. > > Jiancheng Xue (3): > ARM: hisi: add compatible string for Hi3519 soc > ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl > ARM: dts: add dts files for Hi3519 > Thanks! Applied all the 3 patches to the hisilicon soc tree. I have modified the dts Makefile in the patch 3 and shuffled the ARCH_HIGHBANK, ARCH_HISI and ARCH_HIX5HD2 around to keep the list sorted. Best Regards, Wei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752501AbcF1RhH (ORCPT ); Tue, 28 Jun 2016 13:37:07 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:12949 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752166AbcF1RhF (ORCPT ); Tue, 28 Jun 2016 13:37:05 -0400 Subject: Re: [PATCH v11 0/3] ARM: hisi: Add initial support for Hi3519 SOC To: Jiancheng Xue , References: <1465957147-32314-1-git-send-email-xuejiancheng@hisilicon.com> CC: , , , , , From: Wei Xu Message-ID: <5772B5A2.7030404@hisilicon.com> Date: Tue, 28 Jun 2016 18:36:34 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1465957147-32314-1-git-send-email-xuejiancheng@hisilicon.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.152] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.5772B5B2.0370,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 5286bc5e64a22ca19717ddcb45d38340 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiancheng, On 15/06/2016 03:19, Jiancheng Xue wrote: > These three patches are abstracted from the patchset titled > "[RESEND PATCH v10 0/6] ARM: hisi: Add initial support including > clock driver for Hi3519 soc."(https://lkml.org/lkml/2016/3/31/175). > The clock driver part was merged in v4.7-rc1. This patch set > is mainly used to enable Hi3519 basic soc and add dts files. > > Jiancheng Xue (3): > ARM: hisi: add compatible string for Hi3519 soc > ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl > ARM: dts: add dts files for Hi3519 > Thanks! Applied all the 3 patches to the hisilicon soc tree. I have modified the dts Makefile in the patch 3 and shuffled the ARCH_HIGHBANK, ARCH_HISI and ARCH_HIX5HD2 around to keep the list sorted. Best Regards, Wei