From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C5F74E013E4 for ; Tue, 4 Jun 2013 08:54:12 -0700 (PDT) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id F38994B01F8; Tue, 4 Jun 2013 17:54:04 +0200 (CEST) Date: Tue, 4 Jun 2013 17:54:03 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Alexander Smirnov Message-ID: <20130604175403.35839458@e6520eb> In-Reply-To: <51ADE109.7030303@gmail.com> References: <1369830235-8476-1-git-send-email-alex.bluesman.smirnov@gmail.com> <1369830235-8476-2-git-send-email-alex.bluesman.smirnov@gmail.com> <51ADE109.7030303@gmail.com> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: [PATCH] arm/mach-mx6: fix pll4 set_rate callback X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 15:54:14 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Alexander, Le Tue, 04 Jun 2013 16:43:53 +0400, Alexander Smirnov a =C3=A9crit : > > There is single method to set clock-rate for both audio and video= =20 > pll-s > > in i.MX6q clock system implementation. That's possible due to they = have > > similar set of registers with a different bases. But there is also = one > > common register: CCM_ANALOG_MISC2, which contains post-dividers. > > > > In current implementation, independently of whether audio or video = clock > > is going to be set, the mask 0xc0000000 is applied to MISC2 registe= r. > > This means, that if the audio clock rate is changed, the video clock > > post-dividers possibly will be corrupted. > > > > This patch fixes the issue described above. > > > > Signed-off-by: Alexander Smirnov > > > > > > > > I am adding Fabio and Mahesh in Cc so they can take a look in this patch >=20 > has anybody looked at the patch I sent? >=20 > I also have a couple of fixes for imx audio, can I send them here? >=20 please send them here even if that doesn't reach meta-fsl-arm, at least other users of i.MX are reading this mailing list and may find your patches interesting and test them if they face the same issues. Thanks and best regards, Eric