All of lore.kernel.org
 help / color / mirror / Atom feed
* [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
@ 2013-04-29 13:43 Mahesh Mahadevan
  2013-04-29 13:50 ` Fabio Estevam
  0 siblings, 1 reply; 27+ messages in thread
From: Mahesh Mahadevan @ 2013-04-29 13:43 UTC (permalink / raw)
  To: meta-freescale

Update to the latest code available from Freescale's GIT repository.
This patch makes MX28 and MX5 series work from the same 2.6.35
code-base

Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
---
 recipes-kernel/linux/linux-imx_2.6.35.3.bb | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index 511aaa4..e019f33 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,19 +1,15 @@
 # Copyright (C) 2011-2012 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-PR = "${INC_PR}.23"
+PR = "${INC_PR}.24"
 
 include linux-imx.inc
 
 COMPATIBLE_MACHINE = "(mxs|mx5)"
 
-# Revision of imx_2.6.35_1.1.0 branch
-SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
-LOCALVERSION_mxs = "-1.1.0+yocto"
-
-# Revision of imx_2.6.35_11.09.01 branch
-SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
-LOCALVERSION_mx5 = "-11.09.01+yocto"
+# Revision of imx_2.6.35_maintain branch
+SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
+LOCALVERSION = "+yocto"
 
 SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
             file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
-- 
1.8.0




^ permalink raw reply related	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 13:43 [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT Mahesh Mahadevan
@ 2013-04-29 13:50 ` Fabio Estevam
  0 siblings, 0 replies; 27+ messages in thread
From: Fabio Estevam @ 2013-04-29 13:50 UTC (permalink / raw)
  To: Mahesh Mahadevan; +Cc: meta-freescale

Hi Mahesh,

On Mon, Apr 29, 2013 at 10:43 AM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:
> Update to the latest code available from Freescale's GIT repository.
> This patch makes MX28 and MX5 series work from the same 2.6.35
> code-base
>
> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
> ---
>  recipes-kernel/linux/linux-imx_2.6.35.3.bb | 12 ++++--------
>  1 file changed, 4 insertions(+), 8 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> index 511aaa4..e019f33 100644
> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> @@ -1,19 +1,15 @@
>  # Copyright (C) 2011-2012 Freescale Semiconductor
>  # Released under the MIT license (see COPYING.MIT for the terms)
>
> -PR = "${INC_PR}.23"
> +PR = "${INC_PR}.24"
>
>  include linux-imx.inc
>
>  COMPATIBLE_MACHINE = "(mxs|mx5)"
>
> -# Revision of imx_2.6.35_1.1.0 branch
> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
> -LOCALVERSION_mxs = "-1.1.0+yocto"

Please rebase against master. I sent a patch recently that changed these to:
SRCREV_mx28
LOCALVERSION_mx28

Regards,

Fabio Estevam


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 15:01     ` Fabio Estevam
@ 2013-04-29 15:03       ` Otavio Salvador
  0 siblings, 0 replies; 27+ messages in thread
From: Otavio Salvador @ 2013-04-29 15:03 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

On Mon, Apr 29, 2013 at 12:01 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Mon, Apr 29, 2013 at 11:57 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>
>>> as we do not use this branch for mx23?
>>
>> We moved mx23 to 3.8, do you recall? You sent the patch for it :-)
>
> Sure, that's exactly why I am asking it.
>
> In the review process you asked me to use:
>
> SRCREV_mx28
> LOCALVERSION_mx28
>
> so that mx23 does not use this branch anymore.
>
> So is it safe to drop _mx28 now?

Yes as it won't have other revision and /all/ machines (from mx28 and
mx5) so a single revision and localversion setting works just fine.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 14:57   ` Otavio Salvador
@ 2013-04-29 15:01     ` Fabio Estevam
  2013-04-29 15:03       ` Otavio Salvador
  0 siblings, 1 reply; 27+ messages in thread
From: Fabio Estevam @ 2013-04-29 15:01 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On Mon, Apr 29, 2013 at 11:57 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:

>> as we do not use this branch for mx23?
>
> We moved mx23 to 3.8, do you recall? You sent the patch for it :-)

Sure, that's exactly why I am asking it.

In the review process you asked me to use:

SRCREV_mx28
LOCALVERSION_mx28

so that mx23 does not use this branch anymore.

So is it safe to drop _mx28 now?


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 13:58 Mahesh Mahadevan
  2013-04-29 14:05 ` Fabio Estevam
@ 2013-04-29 15:01 ` Otavio Salvador
  1 sibling, 0 replies; 27+ messages in thread
From: Otavio Salvador @ 2013-04-29 15:01 UTC (permalink / raw)
  To: Mahesh Mahadevan; +Cc: meta-freescale

On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:
> Update to the latest code available from Freescale's GIT repository.
> This patch makes MX28 and MX5 series work from the same 2.6.35
> code-base
>
> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>

I will wait Daiane and Fabio agreement on this before pushing it but
as a general comment, please pay attention to the prefix you use in
the format-patch. This patch is for meta-fsl-arm, not
fsl-community-bsp-platform (which is used for repo manifest).

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 14:29   ` Daiane Angolini
@ 2013-04-29 14:58     ` Otavio Salvador
  0 siblings, 0 replies; 27+ messages in thread
From: Otavio Salvador @ 2013-04-29 14:58 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

On Mon, Apr 29, 2013 at 11:29 AM, Daiane Angolini
<daiane.angolini@freescale.com> wrote:
> On 04/29/2013 11:05 AM, Fabio Estevam wrote:
>>
>> On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan
>> <Mahesh.Mahadevan@freescale.com> wrote:
>>
>>> -# Revision of imx_2.6.35_1.1.0 branch
>>> -SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715"
>>> -LOCALVERSION_mx28 = "-1.1.0+yocto"
>>> -
>>> -# Revision of imx_2.6.35_11.09.01 branch
>>> -SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
>>> -LOCALVERSION_mx5 = "-11.09.01+yocto"
>>> +# Revision of imx_2.6.35_maintain branch
>>> +SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
>>> +LOCALVERSION = "+yocto"
>>
>>
>> Should't this be:
>>
>> # Revision of imx_2.6.35_maintain branch
>> SRCREV_mx28 = "a8e0615aab26a69b306c50d27409d732869e6609"
>> SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
>> LOCALVERSION_mx28 = "-maintain-branch+yocto"
>> LOCALVERSION_mx5 = "-maintain-branch+yocto"
>
>
> I prefer
>
> LOCALVERSION_mx28 = "-imx_2.6.35_maintain+yocto"
> LOCALVERSION_mx5 = "-imx_2.6.35_maintain+yocto"
>
> if possible.

It is possible but I find it ugly. The kernel version itself is 2.6.35
so the string will be longer and duplicate information ...

Personally I prefer Mahesh patch as is.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 14:05 ` Fabio Estevam
  2013-04-29 14:15   ` Mahadevan Mahesh-R9AADQ
  2013-04-29 14:29   ` Daiane Angolini
@ 2013-04-29 14:57   ` Otavio Salvador
  2013-04-29 15:01     ` Fabio Estevam
  2 siblings, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-29 14:57 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

On Mon, Apr 29, 2013 at 11:05 AM, Fabio Estevam <festevam@gmail.com> wrote:
> On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan
> <Mahesh.Mahadevan@freescale.com> wrote:
>
>> -# Revision of imx_2.6.35_1.1.0 branch
>> -SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715"
>> -LOCALVERSION_mx28 = "-1.1.0+yocto"
>> -
>> -# Revision of imx_2.6.35_11.09.01 branch
>> -SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
>> -LOCALVERSION_mx5 = "-11.09.01+yocto"
>> +# Revision of imx_2.6.35_maintain branch
>> +SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
>> +LOCALVERSION = "+yocto"
>
> Should't this be:
>
> # Revision of imx_2.6.35_maintain branch
> SRCREV_mx28 = "a8e0615aab26a69b306c50d27409d732869e6609"
> SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
> LOCALVERSION_mx28 = "-maintain-branch+yocto"
> LOCALVERSION_mx5 = "-maintain-branch+yocto"
>
> as we do not use this branch for mx23?

We moved mx23 to 3.8, do you recall? You sent the patch for it :-)

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 14:05 ` Fabio Estevam
  2013-04-29 14:15   ` Mahadevan Mahesh-R9AADQ
@ 2013-04-29 14:29   ` Daiane Angolini
  2013-04-29 14:58     ` Otavio Salvador
  2013-04-29 14:57   ` Otavio Salvador
  2 siblings, 1 reply; 27+ messages in thread
From: Daiane Angolini @ 2013-04-29 14:29 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Otavio Salvador

On 04/29/2013 11:05 AM, Fabio Estevam wrote:
> On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan
> <Mahesh.Mahadevan@freescale.com> wrote:
>
>> -# Revision of imx_2.6.35_1.1.0 branch
>> -SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715"
>> -LOCALVERSION_mx28 = "-1.1.0+yocto"
>> -
>> -# Revision of imx_2.6.35_11.09.01 branch
>> -SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
>> -LOCALVERSION_mx5 = "-11.09.01+yocto"
>> +# Revision of imx_2.6.35_maintain branch
>> +SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
>> +LOCALVERSION = "+yocto"
>
> Should't this be:
>
> # Revision of imx_2.6.35_maintain branch
> SRCREV_mx28 = "a8e0615aab26a69b306c50d27409d732869e6609"
> SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
> LOCALVERSION_mx28 = "-maintain-branch+yocto"
> LOCALVERSION_mx5 = "-maintain-branch+yocto"

I prefer

LOCALVERSION_mx28 = "-imx_2.6.35_maintain+yocto"
LOCALVERSION_mx5 = "-imx_2.6.35_maintain+yocto"

if possible.

Daiane



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 14:05 ` Fabio Estevam
@ 2013-04-29 14:15   ` Mahadevan Mahesh-R9AADQ
  2013-04-29 14:29   ` Daiane Angolini
  2013-04-29 14:57   ` Otavio Salvador
  2 siblings, 0 replies; 27+ messages in thread
From: Mahadevan Mahesh-R9AADQ @ 2013-04-29 14:15 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Otavio Salvador

Isn't the compatible machine limited to MX28 & MX5.

Best regards,
-Mahesh

-----Original Message-----
From: Fabio Estevam [mailto:festevam@gmail.com] 
Sent: Monday, April 29, 2013 9:05 AM
To: Mahadevan Mahesh-R9AADQ
Cc: meta-freescale@yoctoproject.org; Otavio Salvador
Subject: Re: [meta-freescale] [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:

> -# Revision of imx_2.6.35_1.1.0 branch
> -SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715"
> -LOCALVERSION_mx28 = "-1.1.0+yocto"
> -
> -# Revision of imx_2.6.35_11.09.01 branch
> -SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
> -LOCALVERSION_mx5 = "-11.09.01+yocto"
> +# Revision of imx_2.6.35_maintain branch
> +SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
> +LOCALVERSION = "+yocto"

Should't this be:

# Revision of imx_2.6.35_maintain branch
SRCREV_mx28 = "a8e0615aab26a69b306c50d27409d732869e6609"
SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
LOCALVERSION_mx28 = "-maintain-branch+yocto"
LOCALVERSION_mx5 = "-maintain-branch+yocto"

as we do not use this branch for mx23?

Otavio?


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-29 13:58 Mahesh Mahadevan
@ 2013-04-29 14:05 ` Fabio Estevam
  2013-04-29 14:15   ` Mahadevan Mahesh-R9AADQ
                     ` (2 more replies)
  2013-04-29 15:01 ` Otavio Salvador
  1 sibling, 3 replies; 27+ messages in thread
From: Fabio Estevam @ 2013-04-29 14:05 UTC (permalink / raw)
  To: Mahesh Mahadevan; +Cc: meta-freescale, Otavio Salvador

On Mon, Apr 29, 2013 at 10:58 AM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:

> -# Revision of imx_2.6.35_1.1.0 branch
> -SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715"
> -LOCALVERSION_mx28 = "-1.1.0+yocto"
> -
> -# Revision of imx_2.6.35_11.09.01 branch
> -SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
> -LOCALVERSION_mx5 = "-11.09.01+yocto"
> +# Revision of imx_2.6.35_maintain branch
> +SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
> +LOCALVERSION = "+yocto"

Should't this be:

# Revision of imx_2.6.35_maintain branch
SRCREV_mx28 = "a8e0615aab26a69b306c50d27409d732869e6609"
SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
LOCALVERSION_mx28 = "-maintain-branch+yocto"
LOCALVERSION_mx5 = "-maintain-branch+yocto"

as we do not use this branch for mx23?

Otavio?


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
@ 2013-04-29 13:58 Mahesh Mahadevan
  2013-04-29 14:05 ` Fabio Estevam
  2013-04-29 15:01 ` Otavio Salvador
  0 siblings, 2 replies; 27+ messages in thread
From: Mahesh Mahadevan @ 2013-04-29 13:58 UTC (permalink / raw)
  To: meta-freescale

Update to the latest code available from Freescale's GIT repository.
This patch makes MX28 and MX5 series work from the same 2.6.35
code-base

Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
---
 recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index 072a5ce..66ecf72 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,19 +1,15 @@
-# Copyright (C) 2011-2012 Freescale Semiconductor
+# Copyright (C) 2011-2013 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-PR = "${INC_PR}.23"
+PR = "${INC_PR}.24"
 
 include linux-imx.inc
 
 COMPATIBLE_MACHINE = "(mx28|mx5)"
 
-# Revision of imx_2.6.35_1.1.0 branch
-SRCREV_mx28 = "914558e17e95a55ac1eac9a6c219d17d7825f715"
-LOCALVERSION_mx28 = "-1.1.0+yocto"
-
-# Revision of imx_2.6.35_11.09.01 branch
-SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
-LOCALVERSION_mx5 = "-11.09.01+yocto"
+# Revision of imx_2.6.35_maintain branch
+SRCREV = "a8e0615aab26a69b306c50d27409d732869e6609"
+LOCALVERSION = "+yocto"
 
 SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
             file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
-- 
1.8.0




^ permalink raw reply related	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-25 20:21         ` Otavio Salvador
@ 2013-04-25 20:52           ` Mahadevan Mahesh-R9AADQ
  0 siblings, 0 replies; 27+ messages in thread
From: Mahadevan Mahesh-R9AADQ @ 2013-04-25 20:52 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Angolini Daiane-B19406

Yes it was applied and reverted on the 1.1 branch. 

I will re-submit on master after the release.

Best regards,
-Mahesh

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Thursday, April 25, 2013 3:21 PM
To: Mahadevan Mahesh-R9AADQ
Cc: Fabio Estevam; meta-freescale@yoctoproject.org; Angolini Daiane-B19406
Subject: Re: [meta-freescale] [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

On Thu, Apr 25, 2013 at 4:45 PM, Mahadevan Mahesh-R9AADQ
<r9aadq@freescale.com> wrote:
> Hi Otavio,
> The below list of patches are either applied on the Freescales master 2.6.35 branch or are not relevant:
>> ENGR00235714-1 is missing
>> ENGR00235714-2 is missing
>> ENGR00235714-3 is missing
>> ENGR00235714-3 is missing
>> ENGR00235714-2 is missing
>> ENGR00235714-1 is missing
> ENGR00237051-x:Revert "ENGR00235714-1 - MX28 USB certification"
> This commit is reverting an earlier commit

But has this revert been done in 1.1 branch? If not, why?

>> ENGR00236853-2 is missing
> This is applied as part of the below commit on the master branch:
> ENGR00251985: ENGR00236853-02: [MX28] - add suspend-to-ram feature

Ok, good.

>> ENGR00238863 is missing
> ENGR00238863: usb: gadget: fix the build error
> Fixes a build error on the 1.1 branch, does not apply to the master branch

Ok, good.

> Per my investigation, this branch should have all the patches applied and should be good for MX28 & MX53.

We're very close of release so I'd prefer to defer this change once we
release 1.4 version.

Can you rebase this change and resend it after 1.4 release?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-25 19:45       ` Mahadevan Mahesh-R9AADQ
@ 2013-04-25 20:21         ` Otavio Salvador
  2013-04-25 20:52           ` Mahadevan Mahesh-R9AADQ
  0 siblings, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-25 20:21 UTC (permalink / raw)
  To: Mahadevan Mahesh-R9AADQ; +Cc: meta-freescale, Angolini Daiane-B19406

On Thu, Apr 25, 2013 at 4:45 PM, Mahadevan Mahesh-R9AADQ
<r9aadq@freescale.com> wrote:
> Hi Otavio,
> The below list of patches are either applied on the Freescales master 2.6.35 branch or are not relevant:
>> ENGR00235714-1 is missing
>> ENGR00235714-2 is missing
>> ENGR00235714-3 is missing
>> ENGR00235714-3 is missing
>> ENGR00235714-2 is missing
>> ENGR00235714-1 is missing
> ENGR00237051-x:Revert "ENGR00235714-1 - MX28 USB certification"
> This commit is reverting an earlier commit

But has this revert been done in 1.1 branch? If not, why?

>> ENGR00236853-2 is missing
> This is applied as part of the below commit on the master branch:
> ENGR00251985: ENGR00236853-02: [MX28] - add suspend-to-ram feature

Ok, good.

>> ENGR00238863 is missing
> ENGR00238863: usb: gadget: fix the build error
> Fixes a build error on the 1.1 branch, does not apply to the master branch

Ok, good.

> Per my investigation, this branch should have all the patches applied and should be good for MX28 & MX53.

We're very close of release so I'd prefer to defer this change once we
release 1.4 version.

Can you rebase this change and resend it after 1.4 release?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 17:38     ` Otavio Salvador
@ 2013-04-25 19:45       ` Mahadevan Mahesh-R9AADQ
  2013-04-25 20:21         ` Otavio Salvador
  0 siblings, 1 reply; 27+ messages in thread
From: Mahadevan Mahesh-R9AADQ @ 2013-04-25 19:45 UTC (permalink / raw)
  To: Otavio Salvador, Fabio Estevam; +Cc: meta-freescale, Angolini Daiane-B19406

Hi Otavio,
The below list of patches are either applied on the Freescales master 2.6.35 branch or are not relevant:
> ENGR00235714-1 is missing
> ENGR00235714-2 is missing
> ENGR00235714-3 is missing
> ENGR00235714-3 is missing
> ENGR00235714-2 is missing
> ENGR00235714-1 is missing
ENGR00237051-x:Revert "ENGR00235714-1 - MX28 USB certification" 
This commit is reverting an earlier commit

> ENGR00236853-2 is missing
This is applied as part of the below commit on the master branch:
ENGR00251985: ENGR00236853-02: [MX28] - add suspend-to-ram feature

> ENGR00238863 is missing
ENGR00238863: usb: gadget: fix the build error
Fixes a build error on the 1.1 branch, does not apply to the master branch

Per my investigation, this branch should have all the patches applied and should be good for MX28 & MX53.

Best regards,
-Mahesh

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Friday, April 05, 2013 12:39 PM
To: Fabio Estevam
Cc: Mahadevan Mahesh-R9AADQ; meta-freescale@yoctoproject.org; Angolini Daiane-B19406
Subject: Re: [meta-freescale] [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

On Fri, Apr 5, 2013 at 2:37 PM, Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Fri, Apr 5, 2013 at 1:50 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> Hi Mahesh,
>>
>> On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
>> <Mahesh.Mahadevan@freescale.com> wrote:
>>> Update to the latest code available from Freescale's GIT repository
>>>
>>> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
>>> ---
>>>  recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++-------
>>>  1 file changed, 7 insertions(+), 7 deletions(-)
>>>
>>> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>>> index 692a290..6d303e2 100644
>>> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>>> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>>> @@ -1,19 +1,19 @@
>>>  # Copyright (C) 2011-2012 Freescale Semiconductor
>>>  # Released under the MIT license (see COPYING.MIT for the terms)
>>>
>>> -PR = "${INC_PR}.22"
>>> +PR = "${INC_PR}.23"
>>>
>>>  include linux-imx.inc
>>>
>>>  COMPATIBLE_MACHINE = "(mxs|mx5)"
>>>
>>> -# Revision of imx_2.6.35_1.1.0 branch
>>> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
>>> -LOCALVERSION_mxs = "-1.1.0+yocto"
>>> +# Revision of imx_2.6.35_maintain branch
>>> +SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609"
>>> +LOCALVERSION_mxs = "-mxs+yocto"
>>>
>>> -# Revision of imx_2.6.35_11.09.01 branch
>>> -SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
>>> -LOCALVERSION_mx5 = "-11.09.01+yocto"
>>> +# Revision of imx_2.6.35_maintain branch
>>> +SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
>>> +LOCALVERSION_mx5 = "-mx5+yocto"
>>
>> I haven't seen a patch touching the defconfigs.
>>
>> Does the maintain branch have the latest defconfig for mx28 and mx53?
>
> I did a basic search checking for missing changes in maintain branch.
>
> From 1.1.0 branch:
>
> ENGR00235714-1 is missing
> ENGR00235714-2 is missing
> ENGR00235714-3 is missing
> ENGR00235714-3 is missing
> ENGR00235714-2 is missing
> ENGR00235714-1 is missing
> ENGR00236853-2 is missing
> ENGR00238863 is missing
>
> And I know some are repeated but they appear repeated on the commitlog
> so that's why.

To generate this list:

for c in $(git log --oneline --reverse
freescale-upstream/imx_2.6.35_10.12.01..freescale-upstream/imx_2.6.35_1.1.0
| sed 's,.*\(ENGR[^: ]*\).*,\1,g'| grep '^ENGR' ); do log=`git log
freescale-upstream/imx_2.6.35_maintain --grep=".*$c.*"`; [ -n "$log" ]
|| echo "$c is missing"; done


--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 17:37   ` Otavio Salvador
@ 2013-04-05 17:38     ` Otavio Salvador
  2013-04-25 19:45       ` Mahadevan Mahesh-R9AADQ
  0 siblings, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-05 17:38 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Angolini Daiane-B19406

On Fri, Apr 5, 2013 at 2:37 PM, Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Fri, Apr 5, 2013 at 1:50 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> Hi Mahesh,
>>
>> On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
>> <Mahesh.Mahadevan@freescale.com> wrote:
>>> Update to the latest code available from Freescale's GIT repository
>>>
>>> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
>>> ---
>>>  recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++-------
>>>  1 file changed, 7 insertions(+), 7 deletions(-)
>>>
>>> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>>> index 692a290..6d303e2 100644
>>> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>>> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>>> @@ -1,19 +1,19 @@
>>>  # Copyright (C) 2011-2012 Freescale Semiconductor
>>>  # Released under the MIT license (see COPYING.MIT for the terms)
>>>
>>> -PR = "${INC_PR}.22"
>>> +PR = "${INC_PR}.23"
>>>
>>>  include linux-imx.inc
>>>
>>>  COMPATIBLE_MACHINE = "(mxs|mx5)"
>>>
>>> -# Revision of imx_2.6.35_1.1.0 branch
>>> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
>>> -LOCALVERSION_mxs = "-1.1.0+yocto"
>>> +# Revision of imx_2.6.35_maintain branch
>>> +SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609"
>>> +LOCALVERSION_mxs = "-mxs+yocto"
>>>
>>> -# Revision of imx_2.6.35_11.09.01 branch
>>> -SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
>>> -LOCALVERSION_mx5 = "-11.09.01+yocto"
>>> +# Revision of imx_2.6.35_maintain branch
>>> +SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
>>> +LOCALVERSION_mx5 = "-mx5+yocto"
>>
>> I haven't seen a patch touching the defconfigs.
>>
>> Does the maintain branch have the latest defconfig for mx28 and mx53?
>
> I did a basic search checking for missing changes in maintain branch.
>
> From 1.1.0 branch:
>
> ENGR00235714-1 is missing
> ENGR00235714-2 is missing
> ENGR00235714-3 is missing
> ENGR00235714-3 is missing
> ENGR00235714-2 is missing
> ENGR00235714-1 is missing
> ENGR00236853-2 is missing
> ENGR00238863 is missing
>
> And I know some are repeated but they appear repeated on the commitlog
> so that's why.

To generate this list:

for c in $(git log --oneline --reverse
freescale-upstream/imx_2.6.35_10.12.01..freescale-upstream/imx_2.6.35_1.1.0
| sed 's,.*\(ENGR[^: ]*\).*,\1,g'| grep '^ENGR' ); do log=`git log
freescale-upstream/imx_2.6.35_maintain --grep=".*$c.*"`; [ -n "$log" ]
|| echo "$c is missing"; done


--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 16:50 ` Fabio Estevam
  2013-04-05 17:26   ` Mahadevan Mahesh-R9AADQ
@ 2013-04-05 17:37   ` Otavio Salvador
  2013-04-05 17:38     ` Otavio Salvador
  1 sibling, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-05 17:37 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Angolini Daiane-B19406

On Fri, Apr 5, 2013 at 1:50 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Mahesh,
>
> On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
> <Mahesh.Mahadevan@freescale.com> wrote:
>> Update to the latest code available from Freescale's GIT repository
>>
>> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
>> ---
>>  recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++-------
>>  1 file changed, 7 insertions(+), 7 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>> index 692a290..6d303e2 100644
>> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
>> @@ -1,19 +1,19 @@
>>  # Copyright (C) 2011-2012 Freescale Semiconductor
>>  # Released under the MIT license (see COPYING.MIT for the terms)
>>
>> -PR = "${INC_PR}.22"
>> +PR = "${INC_PR}.23"
>>
>>  include linux-imx.inc
>>
>>  COMPATIBLE_MACHINE = "(mxs|mx5)"
>>
>> -# Revision of imx_2.6.35_1.1.0 branch
>> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
>> -LOCALVERSION_mxs = "-1.1.0+yocto"
>> +# Revision of imx_2.6.35_maintain branch
>> +SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609"
>> +LOCALVERSION_mxs = "-mxs+yocto"
>>
>> -# Revision of imx_2.6.35_11.09.01 branch
>> -SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
>> -LOCALVERSION_mx5 = "-11.09.01+yocto"
>> +# Revision of imx_2.6.35_maintain branch
>> +SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
>> +LOCALVERSION_mx5 = "-mx5+yocto"
>
> I haven't seen a patch touching the defconfigs.
>
> Does the maintain branch have the latest defconfig for mx28 and mx53?

I did a basic search checking for missing changes in maintain branch.

From 1.1.0 branch:

ENGR00235714-1 is missing
ENGR00235714-2 is missing
ENGR00235714-3 is missing
ENGR00235714-3 is missing
ENGR00235714-2 is missing
ENGR00235714-1 is missing
ENGR00236853-2 is missing
ENGR00238863 is missing

And I know some are repeated but they appear repeated on the commitlog
so that's why.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 16:50 ` Fabio Estevam
@ 2013-04-05 17:26   ` Mahadevan Mahesh-R9AADQ
  2013-04-05 17:37   ` Otavio Salvador
  1 sibling, 0 replies; 27+ messages in thread
From: Mahadevan Mahesh-R9AADQ @ 2013-04-05 17:26 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Angolini Daiane-B19406, Otavio Salvador

Yes.

Best regards,
-Mahesh

-----Original Message-----
From: Fabio Estevam [mailto:festevam@gmail.com] 
Sent: Friday, April 05, 2013 11:50 AM
To: Mahadevan Mahesh-R9AADQ
Cc: meta-freescale@yoctoproject.org; Otavio Salvador; Angolini Daiane-B19406
Subject: Re: [meta-freescale] [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

Hi Mahesh,

On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:
> Update to the latest code available from Freescale's GIT repository
>
> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
> ---
>  recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> index 692a290..6d303e2 100644
> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> @@ -1,19 +1,19 @@
>  # Copyright (C) 2011-2012 Freescale Semiconductor
>  # Released under the MIT license (see COPYING.MIT for the terms)
>
> -PR = "${INC_PR}.22"
> +PR = "${INC_PR}.23"
>
>  include linux-imx.inc
>
>  COMPATIBLE_MACHINE = "(mxs|mx5)"
>
> -# Revision of imx_2.6.35_1.1.0 branch
> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
> -LOCALVERSION_mxs = "-1.1.0+yocto"
> +# Revision of imx_2.6.35_maintain branch
> +SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609"
> +LOCALVERSION_mxs = "-mxs+yocto"
>
> -# Revision of imx_2.6.35_11.09.01 branch
> -SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
> -LOCALVERSION_mx5 = "-11.09.01+yocto"
> +# Revision of imx_2.6.35_maintain branch
> +SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
> +LOCALVERSION_mx5 = "-mx5+yocto"

I haven't seen a patch touching the defconfigs.

Does the maintain branch have the latest defconfig for mx28 and mx53?

Regards,

Fabio Estevam


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-04 19:50 Mahesh Mahadevan
  2013-04-04 20:19 ` Otavio Salvador
@ 2013-04-05 16:50 ` Fabio Estevam
  2013-04-05 17:26   ` Mahadevan Mahesh-R9AADQ
  2013-04-05 17:37   ` Otavio Salvador
  1 sibling, 2 replies; 27+ messages in thread
From: Fabio Estevam @ 2013-04-05 16:50 UTC (permalink / raw)
  To: Mahesh Mahadevan; +Cc: meta-freescale, Angolini Daiane-B19406, Otavio Salvador

Hi Mahesh,

On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:
> Update to the latest code available from Freescale's GIT repository
>
> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
> ---
>  recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> index 692a290..6d303e2 100644
> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
> @@ -1,19 +1,19 @@
>  # Copyright (C) 2011-2012 Freescale Semiconductor
>  # Released under the MIT license (see COPYING.MIT for the terms)
>
> -PR = "${INC_PR}.22"
> +PR = "${INC_PR}.23"
>
>  include linux-imx.inc
>
>  COMPATIBLE_MACHINE = "(mxs|mx5)"
>
> -# Revision of imx_2.6.35_1.1.0 branch
> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
> -LOCALVERSION_mxs = "-1.1.0+yocto"
> +# Revision of imx_2.6.35_maintain branch
> +SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609"
> +LOCALVERSION_mxs = "-mxs+yocto"
>
> -# Revision of imx_2.6.35_11.09.01 branch
> -SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
> -LOCALVERSION_mx5 = "-11.09.01+yocto"
> +# Revision of imx_2.6.35_maintain branch
> +SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
> +LOCALVERSION_mx5 = "-mx5+yocto"

I haven't seen a patch touching the defconfigs.

Does the maintain branch have the latest defconfig for mx28 and mx53?

Regards,

Fabio Estevam


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 12:51             ` Otavio Salvador
@ 2013-04-05 13:14               ` Eric Bénard
  0 siblings, 0 replies; 27+ messages in thread
From: Eric Bénard @ 2013-04-05 13:14 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Mahadevan Mahesh-R9AADQ

Le Fri, 5 Apr 2013 09:51:35 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> On Fri, Apr 5, 2013 at 9:48 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Le Fri, 5 Apr 2013 09:34:12 -0300,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >
> >> On Fri, Apr 5, 2013 at 3:46 AM, Eric Bénard <eric@eukrea.com> wrote:
> >> > Hi Otavio,
> >> >
> >> > Le Thu, 4 Apr 2013 18:16:11 -0300,
> >> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> >
> >> >> On Thu, Apr 4, 2013 at 6:02 PM, Mahadevan Mahesh-R9AADQ
> >> >> <r9aadq@freescale.com> wrote:
> >> >> > Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.
> >> >> >
> >> >> > Same branch for both.
> >> >>
> >> >>
> >> >> We are very close of branching to 1.4 release and I am not comfortable
> >> >> in changing the kernel version to a new branch that close. We're using
> >> >> the "oficial" BSP release for now and I'd prefer to change it after we
> >> >> start 1.5 development so we can get a good test coverage.
> >> >>
> >> > We still have 20 days before Yocto 1.4's release to validate these
> >> > changes so if the official Freescale maintainers say this kernel is the
> >> > one to use for i.MX53 and i.MX28 I would trust him and I think it
> >> > would be great to take the opportunity to release 1.4 as a really up to
> >> > date BSP for mature products like i.MX28 and i.MX53.
> >> >
> >> > When looking at the commit log of this branch we can see that it
> >> > contains many fixes so the risk of regression is quite limited.
> >>
> >> If you check the number of fixes included in MX28 1.1.0 and which are
> >> not included in the "maintain" branch, it is a huge delta. Both
> >> 11.09.01 and 1.1.0 cannot be merge on the "maintain" branch without a
> >> HUGE number of conflicts.
> >>
> > Who is in a better place than Freescale's kernel maintainer to say
> > which kernel we should use on their platforms ?
> 
> The BSP release team.
> 
> It has not yet been released as part of any official BSP.
> 
you're right, that's only the recommended branch by Freescale's kernel
maintainer.

Eric


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 12:48           ` Eric Bénard
@ 2013-04-05 12:51             ` Otavio Salvador
  2013-04-05 13:14               ` Eric Bénard
  0 siblings, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-05 12:51 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale, Mahadevan Mahesh-R9AADQ

On Fri, Apr 5, 2013 at 9:48 AM, Eric Bénard <eric@eukrea.com> wrote:
> Le Fri, 5 Apr 2013 09:34:12 -0300,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>
>> On Fri, Apr 5, 2013 at 3:46 AM, Eric Bénard <eric@eukrea.com> wrote:
>> > Hi Otavio,
>> >
>> > Le Thu, 4 Apr 2013 18:16:11 -0300,
>> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> >
>> >> On Thu, Apr 4, 2013 at 6:02 PM, Mahadevan Mahesh-R9AADQ
>> >> <r9aadq@freescale.com> wrote:
>> >> > Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.
>> >> >
>> >> > Same branch for both.
>> >>
>> >>
>> >> We are very close of branching to 1.4 release and I am not comfortable
>> >> in changing the kernel version to a new branch that close. We're using
>> >> the "oficial" BSP release for now and I'd prefer to change it after we
>> >> start 1.5 development so we can get a good test coverage.
>> >>
>> > We still have 20 days before Yocto 1.4's release to validate these
>> > changes so if the official Freescale maintainers say this kernel is the
>> > one to use for i.MX53 and i.MX28 I would trust him and I think it
>> > would be great to take the opportunity to release 1.4 as a really up to
>> > date BSP for mature products like i.MX28 and i.MX53.
>> >
>> > When looking at the commit log of this branch we can see that it
>> > contains many fixes so the risk of regression is quite limited.
>>
>> If you check the number of fixes included in MX28 1.1.0 and which are
>> not included in the "maintain" branch, it is a huge delta. Both
>> 11.09.01 and 1.1.0 cannot be merge on the "maintain" branch without a
>> HUGE number of conflicts.
>>
> Who is in a better place than Freescale's kernel maintainer to say
> which kernel we should use on their platforms ?

The BSP release team.

It has not yet been released as part of any official BSP.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05 12:34         ` Otavio Salvador
@ 2013-04-05 12:48           ` Eric Bénard
  2013-04-05 12:51             ` Otavio Salvador
  0 siblings, 1 reply; 27+ messages in thread
From: Eric Bénard @ 2013-04-05 12:48 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Mahadevan Mahesh-R9AADQ

Le Fri, 5 Apr 2013 09:34:12 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> On Fri, Apr 5, 2013 at 3:46 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Hi Otavio,
> >
> > Le Thu, 4 Apr 2013 18:16:11 -0300,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >
> >> On Thu, Apr 4, 2013 at 6:02 PM, Mahadevan Mahesh-R9AADQ
> >> <r9aadq@freescale.com> wrote:
> >> > Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.
> >> >
> >> > Same branch for both.
> >>
> >>
> >> We are very close of branching to 1.4 release and I am not comfortable
> >> in changing the kernel version to a new branch that close. We're using
> >> the "oficial" BSP release for now and I'd prefer to change it after we
> >> start 1.5 development so we can get a good test coverage.
> >>
> > We still have 20 days before Yocto 1.4's release to validate these
> > changes so if the official Freescale maintainers say this kernel is the
> > one to use for i.MX53 and i.MX28 I would trust him and I think it
> > would be great to take the opportunity to release 1.4 as a really up to
> > date BSP for mature products like i.MX28 and i.MX53.
> >
> > When looking at the commit log of this branch we can see that it
> > contains many fixes so the risk of regression is quite limited.
> 
> If you check the number of fixes included in MX28 1.1.0 and which are
> not included in the "maintain" branch, it is a huge delta. Both
> 11.09.01 and 1.1.0 cannot be merge on the "maintain" branch without a
> HUGE number of conflicts.
> 
Who is in a better place than Freescale's kernel maintainer to say
which kernel we should use on their platforms ?

Eric


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-05  6:46       ` Eric Bénard
@ 2013-04-05 12:34         ` Otavio Salvador
  2013-04-05 12:48           ` Eric Bénard
  0 siblings, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-05 12:34 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale, Mahadevan Mahesh-R9AADQ

On Fri, Apr 5, 2013 at 3:46 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Thu, 4 Apr 2013 18:16:11 -0300,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>
>> On Thu, Apr 4, 2013 at 6:02 PM, Mahadevan Mahesh-R9AADQ
>> <r9aadq@freescale.com> wrote:
>> > Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.
>> >
>> > Same branch for both.
>>
>>
>> We are very close of branching to 1.4 release and I am not comfortable
>> in changing the kernel version to a new branch that close. We're using
>> the "oficial" BSP release for now and I'd prefer to change it after we
>> start 1.5 development so we can get a good test coverage.
>>
> We still have 20 days before Yocto 1.4's release to validate these
> changes so if the official Freescale maintainers say this kernel is the
> one to use for i.MX53 and i.MX28 I would trust him and I think it
> would be great to take the opportunity to release 1.4 as a really up to
> date BSP for mature products like i.MX28 and i.MX53.
>
> When looking at the commit log of this branch we can see that it
> contains many fixes so the risk of regression is quite limited.

If you check the number of fixes included in MX28 1.1.0 and which are
not included in the "maintain" branch, it is a huge delta. Both
11.09.01 and 1.1.0 cannot be merge on the "maintain" branch without a
HUGE number of conflicts.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-04 21:16     ` Otavio Salvador
@ 2013-04-05  6:46       ` Eric Bénard
  2013-04-05 12:34         ` Otavio Salvador
  0 siblings, 1 reply; 27+ messages in thread
From: Eric Bénard @ 2013-04-05  6:46 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Mahadevan Mahesh-R9AADQ

Hi Otavio,

Le Thu, 4 Apr 2013 18:16:11 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> On Thu, Apr 4, 2013 at 6:02 PM, Mahadevan Mahesh-R9AADQ
> <r9aadq@freescale.com> wrote:
> > Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.
> >
> > Same branch for both.
> 
> 
> We are very close of branching to 1.4 release and I am not comfortable
> in changing the kernel version to a new branch that close. We're using
> the "oficial" BSP release for now and I'd prefer to change it after we
> start 1.5 development so we can get a good test coverage.
> 
We still have 20 days before Yocto 1.4's release to validate these
changes so if the official Freescale maintainers say this kernel is the
one to use for i.MX53 and i.MX28 I would trust him and I think it
would be great to take the opportunity to release 1.4 as a really up to
date BSP for mature products like i.MX28 and i.MX53.

When looking at the commit log of this branch we can see that it
contains many fixes so the risk of regression is quite limited.

Best regards,
Eric


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-04 21:02   ` Mahadevan Mahesh-R9AADQ
@ 2013-04-04 21:16     ` Otavio Salvador
  2013-04-05  6:46       ` Eric Bénard
  0 siblings, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-04 21:16 UTC (permalink / raw)
  To: Mahadevan Mahesh-R9AADQ; +Cc: meta-freescale

On Thu, Apr 4, 2013 at 6:02 PM, Mahadevan Mahesh-R9AADQ
<r9aadq@freescale.com> wrote:
> Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.
>
> Same branch for both.


We are very close of branching to 1.4 release and I am not comfortable
in changing the kernel version to a new branch that close. We're using
the "oficial" BSP release for now and I'd prefer to change it after we
start 1.5 development so we can get a good test coverage.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-04 20:19 ` Otavio Salvador
@ 2013-04-04 21:02   ` Mahadevan Mahesh-R9AADQ
  2013-04-04 21:16     ` Otavio Salvador
  0 siblings, 1 reply; 27+ messages in thread
From: Mahadevan Mahesh-R9AADQ @ 2013-04-04 21:02 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Merge has already been done. Future releases for MX53 and MX28 will be based off this branch.

Same branch for both.

Best regards,
-Mahesh

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Thursday, April 04, 2013 3:19 PM
To: Mahadevan Mahesh-R9AADQ
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:
> Update to the latest code available from Freescale's GIT repository
>
> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>

Please elaborate more, in commit log, the reasoning of the change of
branch as this is not a simply revision change.

How will it be maintained in future? All fixes done in 1.1.0 release
of MX28 are merged in maintain branch? will evey update done for
MX28/MX5 be merged there?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
  2013-04-04 19:50 Mahesh Mahadevan
@ 2013-04-04 20:19 ` Otavio Salvador
  2013-04-04 21:02   ` Mahadevan Mahesh-R9AADQ
  2013-04-05 16:50 ` Fabio Estevam
  1 sibling, 1 reply; 27+ messages in thread
From: Otavio Salvador @ 2013-04-04 20:19 UTC (permalink / raw)
  To: Mahesh Mahadevan; +Cc: meta-freescale

On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan
<Mahesh.Mahadevan@freescale.com> wrote:
> Update to the latest code available from Freescale's GIT repository
>
> Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>

Please elaborate more, in commit log, the reasoning of the change of
branch as this is not a simply revision change.

How will it be maintained in future? All fixes done in 1.1.0 release
of MX28 are merged in maintain branch? will evey update done for
MX28/MX5 be merged there?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT
@ 2013-04-04 19:50 Mahesh Mahadevan
  2013-04-04 20:19 ` Otavio Salvador
  2013-04-05 16:50 ` Fabio Estevam
  0 siblings, 2 replies; 27+ messages in thread
From: Mahesh Mahadevan @ 2013-04-04 19:50 UTC (permalink / raw)
  To: meta-freescale

Update to the latest code available from Freescale's GIT repository

Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
---
 recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index 692a290..6d303e2 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,19 +1,19 @@
 # Copyright (C) 2011-2012 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-PR = "${INC_PR}.22"
+PR = "${INC_PR}.23"
 
 include linux-imx.inc
 
 COMPATIBLE_MACHINE = "(mxs|mx5)"
 
-# Revision of imx_2.6.35_1.1.0 branch
-SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
-LOCALVERSION_mxs = "-1.1.0+yocto"
+# Revision of imx_2.6.35_maintain branch
+SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609"
+LOCALVERSION_mxs = "-mxs+yocto"
 
-# Revision of imx_2.6.35_11.09.01 branch
-SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
-LOCALVERSION_mx5 = "-11.09.01+yocto"
+# Revision of imx_2.6.35_maintain branch
+SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609"
+LOCALVERSION_mx5 = "-mx5+yocto"
 
 SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
             file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
-- 
1.8.0




^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-04-29 15:03 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-29 13:43 [fsl-community-bsp-platform][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT Mahesh Mahadevan
2013-04-29 13:50 ` Fabio Estevam
  -- strict thread matches above, loose matches on Subject: below --
2013-04-29 13:58 Mahesh Mahadevan
2013-04-29 14:05 ` Fabio Estevam
2013-04-29 14:15   ` Mahadevan Mahesh-R9AADQ
2013-04-29 14:29   ` Daiane Angolini
2013-04-29 14:58     ` Otavio Salvador
2013-04-29 14:57   ` Otavio Salvador
2013-04-29 15:01     ` Fabio Estevam
2013-04-29 15:03       ` Otavio Salvador
2013-04-29 15:01 ` Otavio Salvador
2013-04-04 19:50 Mahesh Mahadevan
2013-04-04 20:19 ` Otavio Salvador
2013-04-04 21:02   ` Mahadevan Mahesh-R9AADQ
2013-04-04 21:16     ` Otavio Salvador
2013-04-05  6:46       ` Eric Bénard
2013-04-05 12:34         ` Otavio Salvador
2013-04-05 12:48           ` Eric Bénard
2013-04-05 12:51             ` Otavio Salvador
2013-04-05 13:14               ` Eric Bénard
2013-04-05 16:50 ` Fabio Estevam
2013-04-05 17:26   ` Mahadevan Mahesh-R9AADQ
2013-04-05 17:37   ` Otavio Salvador
2013-04-05 17:38     ` Otavio Salvador
2013-04-25 19:45       ` Mahadevan Mahesh-R9AADQ
2013-04-25 20:21         ` Otavio Salvador
2013-04-25 20:52           ` Mahadevan Mahesh-R9AADQ

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.