From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe003.messaging.microsoft.com [216.32.180.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D0C0CE00348 for ; Fri, 28 Jun 2013 07:07:12 -0700 (PDT) Received: from mail171-va3-R.bigfish.com (10.7.14.247) by VA3EHSOBE010.bigfish.com (10.7.40.12) with Microsoft SMTP Server id 14.1.225.23; Fri, 28 Jun 2013 14:07:11 +0000 Received: from mail171-va3 (localhost [127.0.0.1]) by mail171-va3-R.bigfish.com (Postfix) with ESMTP id A785080201; Fri, 28 Jun 2013 14:07:11 +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: -6 X-BigFish: VS-6(z21eIzbb2dI98dI9371I148cI1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hz8dhz8275bhz2dh2a8h668h839h93fhd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail171-va3 (localhost.localdomain [127.0.0.1]) by mail171-va3 (MessageSwitch) id 1372428429798807_16469; Fri, 28 Jun 2013 14:07:09 +0000 (UTC) Received: from VA3EHSMHS011.bigfish.com (unknown [10.7.14.239]) by mail171-va3.bigfish.com (Postfix) with ESMTP id B9C541E00FF; Fri, 28 Jun 2013 14:07:09 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS011.bigfish.com (10.7.99.21) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 28 Jun 2013 14:07:08 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.2.328.11; Fri, 28 Jun 2013 14:06:53 +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 r5SE6qTd029594; Fri, 28 Jun 2013 07:06:52 -0700 Message-ID: <51CD97E9.7070009@freescale.com> Date: Fri, 28 Jun 2013 11:04:25 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Fabio Estevam References: <1372424067-3097-1-git-send-email-daiane.angolini@freescale.com> <1372424067-3097-2-git-send-email-daiane.angolini@freescale.com> In-Reply-To: X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][PATCH 2/2] linux-imx (3.0.35): Add 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: Fri, 28 Jun 2013 14:07:16 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 06/28/2013 10:03 AM, Fabio Estevam wrote: > On Fri, Jun 28, 2013 at 9:54 AM, Daiane Angolini > wrote: >> This patch has been send by Alexander Smirnov to meta-freescale >> mailing list and is still not applied in Freescale GIT server. >> >> Apply it here as a interim solution. >> >> Change-Id: I44cf01f8461e91ec13ed3b9d045f8ea484988876 >> Signed-off-by: Daiane Angolini >> --- >> ...x_arm_mach-mx6_fix_pll4_set_rate_callback.patch | 34 ++++++++++++++++++++ >> recipes-kernel/linux/linux-imx_3.0.35.bb | 1 + >> 2 files changed, 35 insertions(+) >> create mode 100644 recipes-kernel/linux/linux-imx/linux-imx_arm_mach-mx6_fix_pll4_set_rate_callback.patch >> >> diff --git a/recipes-kernel/linux/linux-imx/linux-imx_arm_mach-mx6_fix_pll4_set_rate_callback.patch b/recipes-kernel/linux/linux-imx/linux-imx_arm_mach-mx6_fix_pll4_set_rate_callback.patch >> new file mode 100644 >> index 0000000..754d958 >> --- /dev/null >> +++ b/recipes-kernel/linux/linux-imx/linux-imx_arm_mach-mx6_fix_pll4_set_rate_callback.patch >> @@ -0,0 +1,34 @@ > > > From field missing? Thanks for pointing me that. I downloaded the 3 patches form patchwork now. As soon as testing is done I send the v2 Daiane