All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] linux-fslc-imx: Bump revision to ee67fc7e072d
@ 2017-01-23 19:06 Fabio Berton
  2017-01-23 19:06 ` [PATCH 2/2] linux-fslc: Update to 4.9-based fork Fabio Berton
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Berton @ 2017-01-23 19:06 UTC (permalink / raw)
  To: meta-freescale

This commit merge tag Linux 4.1.38 and apply the following changes:

  - ee67fc7e072d (HEAD -> 4.1-2.0.x-imx, origin/4.1-2.0.x-imx) ARM:
    dts:imx7s-warp: Add watchdog pinmux
  - 5fd79049c122 ARM: dts: imx7: Add "LPSR" to LPSR iomux pin names
  - 739f0c753a6d Merge tag 'v4.1.38' into 4.1-2.0.x-imx

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb
index 8845856a..69d928b2 100644
--- a/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, 2016 O.S. Systems Software LTDA.
+# Copyright (C) 2015, 2017 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 SUMMARY = "FSL Community BSP i.MX Linux kernel with backported features and fixes"
@@ -11,6 +11,6 @@ include linux-fslc.inc
 PV .= "+git${SRCPV}"
 
 SRCBRANCH = "4.1-2.0.x-imx"
-SRCREV = "80e3b3c3c85a3a8b70ef6403bc806901628c7446"
+SRCREV = "ee67fc7e072df596577e3a4e4fce7b51816d4b0a"
 
 COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH 2/2] linux-fslc: Update to 4.9-based fork
  2017-01-23 19:06 [PATCH 1/2] linux-fslc-imx: Bump revision to ee67fc7e072d Fabio Berton
@ 2017-01-23 19:06 ` Fabio Berton
  2017-01-24 12:22   ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Berton @ 2017-01-23 19:06 UTC (permalink / raw)
  To: meta-freescale

This upgrades the Linux kernel to the 4.9.5 release.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-kernel/linux/{linux-fslc_4.8.bb => linux-fslc_4.9.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename recipes-kernel/linux/{linux-fslc_4.8.bb => linux-fslc_4.9.bb} (77%)

diff --git a/recipes-kernel/linux/linux-fslc_4.8.bb b/recipes-kernel/linux/linux-fslc_4.9.bb
similarity index 77%
rename from recipes-kernel/linux/linux-fslc_4.8.bb
rename to recipes-kernel/linux/linux-fslc_4.9.bb
index c8ed1062..14c7e850 100644
--- a/recipes-kernel/linux/linux-fslc_4.8.bb
+++ b/recipes-kernel/linux/linux-fslc_4.9.bb
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2017 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
@@ -9,9 +9,9 @@ upstreaming."
 
 include linux-fslc.inc
 
-PV = "4.8+git${SRCPV}"
+PV = "4.9+git${SRCPV}"
 
-SRCBRANCH = "4.8.x+fslc"
-SRCREV = "532916d2c2cf8e596740c5c8e5c92d12d1a73bd8"
+SRCBRANCH = "4.9.x+fslc"
+SRCREV = "40bf0662fe3f794fef0a44456337cfb1b1eb45b5"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)"
-- 
2.11.0



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

* Re: [PATCH 2/2] linux-fslc: Update to 4.9-based fork
  2017-01-23 19:06 ` [PATCH 2/2] linux-fslc: Update to 4.9-based fork Fabio Berton
@ 2017-01-24 12:22   ` Otavio Salvador
  0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2017-01-24 12:22 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

On Mon, Jan 23, 2017 at 5:06 PM, Fabio Berton
<fabio.berton@ossystems.com.br> wrote:
> This upgrades the Linux kernel to the 4.9.5 release.
>
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>

This patch needs to be rebased; please do that and send a v2.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2017-01-24 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 19:06 [PATCH 1/2] linux-fslc-imx: Bump revision to ee67fc7e072d Fabio Berton
2017-01-23 19:06 ` [PATCH 2/2] linux-fslc: Update to 4.9-based fork Fabio Berton
2017-01-24 12:22   ` Otavio Salvador

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.