From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752044AbcFVBKo (ORCPT ); Tue, 21 Jun 2016 21:10:44 -0400 Received: from regular1.263xmail.com ([211.150.99.134]:48736 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751926AbcFVBKm (ORCPT ); Tue, 21 Jun 2016 21:10:42 -0400 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: linux-arm-kernel@lists.infradead.org X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: zhengxing@rock-chips.com X-UNIQUE-TAG: <1b8261352017ddbbb64e7506aa6dd526> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH 0/5] Fix and improve clock controller for the RK322x SoCs To: Heiko Stuebner References: <1466484811-26923-1-git-send-email-zhengxing@rock-chips.com> <13345941.K3V3BNYxTY@phil> Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Michael Turquette , Yakir Yang , Stephen Boyd , linux-kernel@vger.kernel.org, Kumar Gala , Ian Campbell , Rob Herring , Jeffy Chen , Pawel Moll , Mark Rutland , Caesar Wang , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Xing Zheng Message-ID: <5769E581.2040903@rock-chips.com> Date: Wed, 22 Jun 2016 09:10:25 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <13345941.K3V3BNYxTY@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年06月22日 07:07, Heiko Stuebner wrote: > Am Dienstag, 21. Juni 2016, 12:53:26 schrieb Xing Zheng: >> Hi, >> These patchset fix some clocks bugs, and improve clock configuration >> for i2s/spdif/MAC on RK322x SoCs. > applied to my clock-branch with the following changes: > > - fixed the error in patch1 - missing ")" in > COMPOSITE_FRAC(0, "i2s1_frac", "i2s1_src", CLK_SET_RATE_PARENT, > - RK3288_CLKSEL_CON(7), 0, > - RK3288_CLKGATE_CON(0), 11, GFLAGS), > + RK2928_CLKSEL_CON(7), 0, > + RK2928_CLKGATE_CON(0), 11, GFLAGS, > > - adapted patch2 accordingly > - split out clock id addition into separate patches, as they need a shared > branch. Xing please remember to add clock-ids to the header in separate > patches. > > So sorry to miss it... OK, I will add clock-ids to the header in separate patches. Thanks. -- - Xing Zheng