Re: [meta-freescale] [[PATCH v3 21/34] linux :update to 953d467

2017-10-17 Thread Zhenhua Luo
The plan of LSDK is to support two LTS kernels, accordingly Yocto will have 
recipes for two kernel. 


Best Regards, 

Zhenhua

> -Original Message-
> From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-
> boun...@yoctoproject.org] On Behalf Of Otavio Salvador
> Sent: Wednesday, October 18, 2017 12:50 AM
> To: Chunrong Guo <b40...@freescale.com>
> Cc: meta-freescale@yoctoproject.org; C.r. Guo <chunrong....@nxp.com>
> Subject: Re: [meta-freescale] [[PATCH v3 21/34] linux :update to 953d467
> 
> Is there a need for 4.4 and 4.9 kernels?
> 
> On Tue, Oct 17, 2017 at 2:09 AM, Chunrong Guo <b40...@freescale.com>
> wrote:
> > From: Chunrong Guo <chunrong@nxp.com>
> >
> > *include the following changes
> > 953d467 - Revert "arm64: Increase the max granular size"
> > 89ae39b - mmc: sdhci-of-esdhc: disable SD clock for clock value 0
> > de98211 - arch/arm64: elfcorehdr should be the first allocation
> > 9ef2d8a - sdk_dpaa: avoid crashing on OOM
> > 16bf816 - arm64: config: enable cpuidle feature by default
> > bbd8fe5 - Revert "mtd: fsl-quadspi: disable AHB buffer prefetch"
> > eb85fd5 - sdk_dpaa: ls1043a errata: restrict the max mtu
> > 9c3f355 - mtd: spi-nor: fsl-qspi: Limit read to specified count
> > provided by above layer
> > 66d46f2 - sdk_dpaa: ls1043a errata: maintain timestamp info
> > f2576e9 - arm: configs: enable CONFIG_IP_MULTICAST in lsdk.config
> > a48b188 - dts: ls1043aqds: add #address-cells = <1> and #size-cells to
> > fpga node 7fe4a5f - drm/fsl-dcu: fix the wrong calling sequence for
> > clk_prepare and clk_enable
> > a645ba5 - mtd: spi-nor: fsl-quadspi: workaround for TKT253890
> > e2485a1 - drivers: firmware: psci: use psci v0.2 to implement sleep
> > 86c8006 - i2c: imx: allow i2c devices share an interrupt
> > d9c2cd4 - dpaa_eth: avoid Tx timeout warnings
> > 195de47 - dpaa_eth: avoid Tx timeout warnings
> > a07f339 - usb: dwc3: fix some occasional call trace
> > a43e0b7 - gianfar: Fix Tx flow control deactivation
> > 70caa34 - sdk_dpaa: ls1043a errata: fix arm32 build
> > 3ca12f1 - sdk_dpaa: ls1043a errata: do not recycle the realigned
> > buffers
> > c665a20 - sdk_dpaa: ls1043a errata: verify and resize headroom
> > alignment
> > b0375c7 - sdk_dpaa: ls1043a errata: realign skb in place if needed
> > e587be3 - sdk_dpaa: ls1043a errata: realign and linearize egress skbs
> > 438cbca - sdk_dpaa: ls1043a errata: resplit the skb after copy
> > 66d6eb5 - linux/core: export copy_skb_header() function acbc1db -
> > arm:configs: Add lttng.config to support LTTng modules
> > 9621724 - arm64:configs: Add lttng.config to support LTTng modules
> > 1405d32 - arm64: defconfig: enable CONFIG_RTC_DRV_PCF85263
> > 3c94ee2 - config: rtc: pcf85263: add NXP PCF85263 support (i2c)
> > 5e102e1 - config: enable support for lxd and lxd-bridge
> > e3fc409 - arm64: dts: ls1012a: add USB host controller nodes dd6b18e -
> > arm64: dts: ls1043a: add pcf85263 rtc nodes b9183aa - rtc: pcf85263:
> > add NXP PCF85263 support (i2c)
> > 0f94fc9 - usb: dwc3: fix usb dwc3 compile issue 9ca14ec - usb: dwc3:
> > core: re-factor init and exit paths ee6056c - usb: dwc3: core: move
> > fladj to dwc3 structure 7ef4ead - usb: dwc3: core: add fifo space
> > helper
> > 5f03a20 - usb: dwc3: add disable receiver detection in P3 quirk
> > 74531b8 - usb: dwc3: core: fix PHY handling during suspend
> > eedbe26 - usb: dwc3: drop ev_buffs array
> > 3b62719 - usb: dwc3: remove num_event_buffers 53891bf - usb: dwc3:
> > drop FIFO resizing logic
> > 9cbc0b72 - usb: dwc3: Validate the maximum_speed parameter
> > cec41d7 - usb: dwc3: Update maximum_speed for SuperSpeedPlus
> >
> > Signed-off-by: Chunrong Guo <chunrong@nxp.com>
> > ---
> >  recipes-kernel/linux/linux-qoriq_4.4.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb
> > b/recipes-kernel/linux/linux-qoriq_4.4.bb
> > index a22a51c..1bb8471 100644
> > --- a/recipes-kernel/linux/linux-qoriq_4.4.bb
> > +++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
> > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
> >
> >  SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
> > "
> > -SRCREV = "ec61f521be6a22b100aabc0e2726c670aec3c845"
> > +SRCREV = "953d4679940ecc280cb3c5312b086d05f7897395"
> >
> >  S = "${WORKDIR}/git"
> >
> > 

Re: [meta-freescale] [[PATCH v3 21/34] linux :update to 953d467

2017-10-17 Thread Otavio Salvador
Is there a need for 4.4 and 4.9 kernels?

On Tue, Oct 17, 2017 at 2:09 AM, Chunrong Guo  wrote:
> From: Chunrong Guo 
>
> *include the following changes
> 953d467 - Revert "arm64: Increase the max granular size"
> 89ae39b - mmc: sdhci-of-esdhc: disable SD clock for clock value 0
> de98211 - arch/arm64: elfcorehdr should be the first allocation
> 9ef2d8a - sdk_dpaa: avoid crashing on OOM
> 16bf816 - arm64: config: enable cpuidle feature by default
> bbd8fe5 - Revert "mtd: fsl-quadspi: disable AHB buffer prefetch"
> eb85fd5 - sdk_dpaa: ls1043a errata: restrict the max mtu
> 9c3f355 - mtd: spi-nor: fsl-qspi: Limit read to specified count provided by 
> above layer
> 66d46f2 - sdk_dpaa: ls1043a errata: maintain timestamp info
> f2576e9 - arm: configs: enable CONFIG_IP_MULTICAST in lsdk.config
> a48b188 - dts: ls1043aqds: add #address-cells = <1> and #size-cells to fpga 
> node
> 7fe4a5f - drm/fsl-dcu: fix the wrong calling sequence for clk_prepare and 
> clk_enable
> a645ba5 - mtd: spi-nor: fsl-quadspi: workaround for TKT253890
> e2485a1 - drivers: firmware: psci: use psci v0.2 to implement sleep
> 86c8006 - i2c: imx: allow i2c devices share an interrupt
> d9c2cd4 - dpaa_eth: avoid Tx timeout warnings
> 195de47 - dpaa_eth: avoid Tx timeout warnings
> a07f339 - usb: dwc3: fix some occasional call trace
> a43e0b7 - gianfar: Fix Tx flow control deactivation
> 70caa34 - sdk_dpaa: ls1043a errata: fix arm32 build
> 3ca12f1 - sdk_dpaa: ls1043a errata: do not recycle the realigned buffers
> c665a20 - sdk_dpaa: ls1043a errata: verify and resize headroom alignment
> b0375c7 - sdk_dpaa: ls1043a errata: realign skb in place if needed
> e587be3 - sdk_dpaa: ls1043a errata: realign and linearize egress skbs
> 438cbca - sdk_dpaa: ls1043a errata: resplit the skb after copy
> 66d6eb5 - linux/core: export copy_skb_header() function
> acbc1db - arm:configs: Add lttng.config to support LTTng modules
> 9621724 - arm64:configs: Add lttng.config to support LTTng modules
> 1405d32 - arm64: defconfig: enable CONFIG_RTC_DRV_PCF85263
> 3c94ee2 - config: rtc: pcf85263: add NXP PCF85263 support (i2c)
> 5e102e1 - config: enable support for lxd and lxd-bridge
> e3fc409 - arm64: dts: ls1012a: add USB host controller nodes
> dd6b18e - arm64: dts: ls1043a: add pcf85263 rtc nodes
> b9183aa - rtc: pcf85263: add NXP PCF85263 support (i2c)
> 0f94fc9 - usb: dwc3: fix usb dwc3 compile issue
> 9ca14ec - usb: dwc3: core: re-factor init and exit paths
> ee6056c - usb: dwc3: core: move fladj to dwc3 structure
> 7ef4ead - usb: dwc3: core: add fifo space helper
> 5f03a20 - usb: dwc3: add disable receiver detection in P3 quirk
> 74531b8 - usb: dwc3: core: fix PHY handling during suspend
> eedbe26 - usb: dwc3: drop ev_buffs array
> 3b62719 - usb: dwc3: remove num_event_buffers
> 53891bf - usb: dwc3: drop FIFO resizing logic
> 9cbc0b72 - usb: dwc3: Validate the maximum_speed parameter
> cec41d7 - usb: dwc3: Update maximum_speed for SuperSpeedPlus
>
> Signed-off-by: Chunrong Guo 
> ---
>  recipes-kernel/linux/linux-qoriq_4.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb 
> b/recipes-kernel/linux/linux-qoriq_4.4.bb
> index a22a51c..1bb8471 100644
> --- a/recipes-kernel/linux/linux-qoriq_4.4.bb
> +++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>
>  SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
>  "
> -SRCREV = "ec61f521be6a22b100aabc0e2726c670aec3c845"
> +SRCREV = "953d4679940ecc280cb3c5312b086d05f7897395"
>
>  S = "${WORKDIR}/git"
>
> --
> 1.9.0
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] [[PATCH v3 21/34] linux :update to 953d467

2017-10-16 Thread Chunrong Guo
From: Chunrong Guo 

*include the following changes
953d467 - Revert "arm64: Increase the max granular size"
89ae39b - mmc: sdhci-of-esdhc: disable SD clock for clock value 0
de98211 - arch/arm64: elfcorehdr should be the first allocation
9ef2d8a - sdk_dpaa: avoid crashing on OOM
16bf816 - arm64: config: enable cpuidle feature by default
bbd8fe5 - Revert "mtd: fsl-quadspi: disable AHB buffer prefetch"
eb85fd5 - sdk_dpaa: ls1043a errata: restrict the max mtu
9c3f355 - mtd: spi-nor: fsl-qspi: Limit read to specified count provided by 
above layer
66d46f2 - sdk_dpaa: ls1043a errata: maintain timestamp info
f2576e9 - arm: configs: enable CONFIG_IP_MULTICAST in lsdk.config
a48b188 - dts: ls1043aqds: add #address-cells = <1> and #size-cells to fpga node
7fe4a5f - drm/fsl-dcu: fix the wrong calling sequence for clk_prepare and 
clk_enable
a645ba5 - mtd: spi-nor: fsl-quadspi: workaround for TKT253890
e2485a1 - drivers: firmware: psci: use psci v0.2 to implement sleep
86c8006 - i2c: imx: allow i2c devices share an interrupt
d9c2cd4 - dpaa_eth: avoid Tx timeout warnings
195de47 - dpaa_eth: avoid Tx timeout warnings
a07f339 - usb: dwc3: fix some occasional call trace
a43e0b7 - gianfar: Fix Tx flow control deactivation
70caa34 - sdk_dpaa: ls1043a errata: fix arm32 build
3ca12f1 - sdk_dpaa: ls1043a errata: do not recycle the realigned buffers
c665a20 - sdk_dpaa: ls1043a errata: verify and resize headroom alignment
b0375c7 - sdk_dpaa: ls1043a errata: realign skb in place if needed
e587be3 - sdk_dpaa: ls1043a errata: realign and linearize egress skbs
438cbca - sdk_dpaa: ls1043a errata: resplit the skb after copy
66d6eb5 - linux/core: export copy_skb_header() function
acbc1db - arm:configs: Add lttng.config to support LTTng modules
9621724 - arm64:configs: Add lttng.config to support LTTng modules
1405d32 - arm64: defconfig: enable CONFIG_RTC_DRV_PCF85263
3c94ee2 - config: rtc: pcf85263: add NXP PCF85263 support (i2c)
5e102e1 - config: enable support for lxd and lxd-bridge
e3fc409 - arm64: dts: ls1012a: add USB host controller nodes
dd6b18e - arm64: dts: ls1043a: add pcf85263 rtc nodes
b9183aa - rtc: pcf85263: add NXP PCF85263 support (i2c)
0f94fc9 - usb: dwc3: fix usb dwc3 compile issue
9ca14ec - usb: dwc3: core: re-factor init and exit paths
ee6056c - usb: dwc3: core: move fladj to dwc3 structure
7ef4ead - usb: dwc3: core: add fifo space helper
5f03a20 - usb: dwc3: add disable receiver detection in P3 quirk
74531b8 - usb: dwc3: core: fix PHY handling during suspend
eedbe26 - usb: dwc3: drop ev_buffs array
3b62719 - usb: dwc3: remove num_event_buffers
53891bf - usb: dwc3: drop FIFO resizing logic
9cbc0b72 - usb: dwc3: Validate the maximum_speed parameter
cec41d7 - usb: dwc3: Update maximum_speed for SuperSpeedPlus

Signed-off-by: Chunrong Guo 
---
 recipes-kernel/linux/linux-qoriq_4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb 
b/recipes-kernel/linux/linux-qoriq_4.4.bb
index a22a51c..1bb8471 100644
--- a/recipes-kernel/linux/linux-qoriq_4.4.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
 "
-SRCREV = "ec61f521be6a22b100aabc0e2726c670aec3c845"
+SRCREV = "953d4679940ecc280cb3c5312b086d05f7897395"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale