From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752290AbcAJH0h (ORCPT ); Sun, 10 Jan 2016 02:26:37 -0500 Received: from regular1.263xmail.com ([211.150.99.132]:56602 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbcAJH0f (ORCPT ); Sun, 10 Jan 2016 02:26:35 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 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: <81e3ddd8df3f68d02ee48856826e36fa> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <5692079A.50007@rock-chips.com> Date: Sun, 10 Jan 2016 15:26:18 +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: Heiko Stuebner CC: keescook@google.com, leozwang@google.com, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, Kumar Gala , Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?B?6YOR5YW0?= Subject: Re: [PATCH v2 0/5] fix some clock configuration for the RK3036 platform References: <1452169057-24467-1-git-send-email-zhengxing@rock-chips.com> <2423996.DXmZSXDRX7@phil> In-Reply-To: <2423996.DXmZSXDRX7@phil> 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 Hi Heiko, On 2016年01月10日 04:10, Heiko Stuebner wrote: > Hi Xing > > Am Donnerstag, 7. Januar 2016, 20:17:32 schrieb Xing Zheng: >> In the development work, we found that some of the previous >> incorrect clock configuration on the RK3036 platform, we should >> fix them. > I've applied patches 1-4 as fixes for 4.5 [0] and will apply patch 5 > regularly once 4.5-rc1 is released and I have stable base again. > > >> Xing Zheng (5): >> clk: rockchip: rk3036: fix the FLAGs for clock mux >> clk: rockchip: rk3036: fix uarts clock error >> clk: rockchip: rk3036: fix the div offset for emac clock >> clk: rockchip: rk3036: rename emac ext source clock > please make sure to also update the binding document in such cases. > I've done it myself for this one. > > [for people reading along: the rk3036 clock-driver + binding is new in > 4.5 so we should be ok to fix the naming before it is actually released] > > > Heiko > > > [0] https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-clk/fixes > OK, I have updated the rockchip,rk3036-cru.txt and sent a patch to the upstream. Thanks.