From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Heiko Stuebner To: Xing Zheng 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 Subject: Re: [PATCH 0/5] Fix and improve clock controller for the RK322x SoCs Date: Wed, 22 Jun 2016 01:07:29 +0200 Message-ID: <13345941.K3V3BNYxTY@phil> In-Reply-To: <1466484811-26923-1-git-send-email-zhengxing@rock-chips.com> References: <1466484811-26923-1-git-send-email-zhengxing@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: 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. Heiko