From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933323AbcFMCyy (ORCPT ); Sun, 12 Jun 2016 22:54:54 -0400 Received: from mail.kernel.org ([198.145.29.136]:53434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933164AbcFMCyx (ORCPT ); Sun, 12 Jun 2016 22:54:53 -0400 Date: Mon, 13 Jun 2016 10:54:09 +0800 From: Shawn Guo To: Dong Aisheng Cc: Dong Aisheng , linux-clk@vger.kernel.org, anson.huang@nxp.com, Michael Turquette , Stephen Boyd , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit Message-ID: <20160613025409.GH20243@tiger> References: <1465396420-27064-1-git-send-email-aisheng.dong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 12, 2016 at 10:56:38PM +0800, Dong Aisheng wrote: > Hi Shawn, > > On Wed, Jun 8, 2016 at 10:33 PM, Dong Aisheng wrote: > > After commit f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7"), > > the former used BM_PLL_POWER bit is not correct anymore for IMX7 ENET. > > Instead, pll->powerdown holds the correct bit, so using powerdown bit > > in clk_pllv3_{prepare | unprepare} functions. > > > > Fixes: f53947456f98 ("ARM: clk: imx: update pllv3 to support imx7") > > Signed-off-by: Dong Aisheng > > Any comments about this one? Sorry. I thought I had applied it. Applied it now, thanks. Shawn