From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932341AbcF3PRM (ORCPT ); Thu, 30 Jun 2016 11:17:12 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:57556 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752425AbcF3PRL (ORCPT ); Thu, 30 Jun 2016 11:17:11 -0400 Subject: Re: [PATCH 0/2 v3] Add pl031 RTC support for Hi6220 To: John Stultz , lkml , References: <1467247725-3665-1-git-send-email-john.stultz@linaro.org> CC: Michael Turquette , Stephen Boyd , Rob Herring , Pawel Moll , Guodong Xu , Zhangfei Gao From: Wei Xu Message-ID: <577536CA.4060103@hisilicon.com> Date: Thu, 30 Jun 2016 16:12:10 +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: <1467247725-3665-1-git-send-email-john.stultz@linaro.org> 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.0A0B0203.577536D7.00BC,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: d11ef80e6ad342790101940e0ea27d76 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi John, On 30/06/2016 01:48, John Stultz wrote: > This patchset enables the pl031 RTC on the Hi6220 SoC. > > I'd like to submit it to be merged. > > Wei has acked the second patch (modulo a whitespace fix which > I've included in this v3), so it seems like both could go > through the clk tree. > > But Wei also seemed open to pulling in a clk tree branch > as it goes through arm-soc. Thanks for your patch :) Both are fine to me. Best Regards, Wei > > Michael/Stephen: If there's no other objections, could you > queue the first patch and make it avilable via the branch for > Wei, or just take both patches? > > thanks > -john > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Rob Herring > Cc: Pawel Moll > Cc: Wei Xu > Cc: Guodong Xu > Cc: Zhangfei Gao > > > Zhangfei Gao (2): > clk: hi6220: Add RTC clock for pl031 > arm64: dts: hi6220: Add pl031 RTC support > > arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 16 ++++++++++++++++ > drivers/clk/hisilicon/clk-hi6220.c | 2 ++ > include/dt-bindings/clock/hi6220-clock.h | 5 +++-- > 3 files changed, 21 insertions(+), 2 deletions(-) >