From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0184.outbound.messaging.microsoft.com [213.199.154.184]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D7286E006C2 for ; Tue, 4 Jun 2013 09:44:57 -0700 (PDT) Received: from mail41-db8-R.bigfish.com (10.174.8.248) by DB8EHSOBE010.bigfish.com (10.174.4.73) with Microsoft SMTP Server id 14.1.225.23; Tue, 4 Jun 2013 16:44:55 +0000 Received: from mail41-db8 (localhost [127.0.0.1]) by mail41-db8-R.bigfish.com (Postfix) with ESMTP id D5A2E140217; Tue, 4 Jun 2013 16:44:55 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail41-db8 (localhost.localdomain [127.0.0.1]) by mail41-db8 (MessageSwitch) id 1370364295404292_30898; Tue, 4 Jun 2013 16:44:55 +0000 (UTC) Received: from DB8EHSMHS028.bigfish.com (unknown [10.174.8.253]) by mail41-db8.bigfish.com (Postfix) with ESMTP id 60D5D400045; Tue, 4 Jun 2013 16:44:55 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS028.bigfish.com (10.174.4.38) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 4 Jun 2013 16:44:54 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.328.11; Tue, 4 Jun 2013 16:46:05 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r54Gip9b031838; Tue, 4 Jun 2013 09:44:52 -0700 Message-ID: <51AE1912.7040406@freescale.com> Date: Tue, 4 Jun 2013 13:42:58 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alexander Smirnov 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> In-Reply-To: <51ADE109.7030303@gmail.com> X-OriginatorOrg: freescale.com Cc: "meta-freescale@yoctoproject.org" , Otavio Salvador 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 16:44:58 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/04/2013 09:43 AM, Alexander Smirnov wrote: > Hi Folks, > > > > > There is single method to set clock-rate for both audio and video > 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 register. >> 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 > > has anybody looked at the patch I sent? Yes, it looks right for everyone and we are working to get it included in the linux tree. But, even if was not included in the linux tree (we should know it in 1 or 2 days), I do think we should include it on linux-imx recipe. > > I also have a couple of fixes for imx audio, can I send them here? Please, let the patches come! > > With best regards, > Alex Thanks a lot, Alex, for sharing this ;) Daiane