From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752287AbbKXGxq (ORCPT ); Tue, 24 Nov 2015 01:53:46 -0500 Received: from regular1.263xmail.com ([211.150.99.140]:34926 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326AbbKXGxn (ORCPT ); Tue, 24 Nov 2015 01:53:43 -0500 X-263anti-spam: KSV:0;BIG:0;ABS:1;DNS:0;ATT:0;SPF:S; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 1 X-SKE-CHECKED: 1 X-ADDR-CHECKED: 0 X-RL-SENDER: zhengxing@rock-chips.com X-FST-TO: heiko@sntech.de X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: zhengxing@rock-chips.com X-UNIQUE-TAG: <6ca895b858d00b7a4fad7d827b0773be> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <56540880.6010601@rock-chips.com> Date: Tue, 24 Nov 2015 14:49:36 +0800 From: Xing Zheng User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120410 Thunderbird/11.0.1 MIME-Version: 1.0 To: =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= CC: linux-rockchip@lists.infradead.org, kmixter@google.com, benchan@google.com, devicetree@vger.kernel.org, Michael Turquette , Stephen Boyd , Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , Russell King , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v7 0/6] Build and support rk3036 SoC platform References: <1446708840-12038-1-git-send-email-zhengxing@rock-chips.com> <1518219.zj9d8yfxJz@diego> In-Reply-To: <1518219.zj9d8yfxJz@diego> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org OK, Thanks Heiko. :-) On 2015年11月24日 08:03, Heiko Stübner wrote: > Hi Xing Zheng, > > Am Donnerstag, 5. November 2015, 15:33:54 schrieb Xing Zheng: >> Hi, >> We need to support rk3036 soc platform via upstream, there are >> some primary parts for the initial release of minimum system: dts, >> clk-pll, smp, and clock tree for rk3036, and additional, we can use >> these startup and run to init processs. > [...] > > after talking with Mike and agreeing that I'm again taking the regular > clock patches to them, I've applied all of this to appropriate branches. > I did some cosmetics, as explained below. > > >> Xing Zheng (6): >> dt-bindings: add documentation of rk3036 clock controller >> clk: rockchip: add dt-binding header for rk3036 >> clk: rockchip: add new pll-type for rk3036 and similar socs > - wrapped some overly long lines, otherwise this is similar to what > Stephen already took for the rk3066-pll-type. > > >> clk: rockchip: add clock controller for rk3036 >> ARM: dts: rockchip: add core rk3036 dts > - split off the evb into a separate patch > - reordered some nodes (please order by the address (the @xxxxxxxx) > - reordered some properties > - fixed the gic cpu masks > > >> ARM: dts: enable smp for rk3036 > folded into the core dtsi addition > > > Please take a final look at [0] to make sure I didn't mess up anything. > > > Thanks > Heiko > > > [0] > https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-clk/next > https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-armsoc/dts32 > > >