All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 1/2] linux-fslc: Update to revision 48548f7
@ 2015-05-20 14:10 Otavio Salvador
  2015-05-20 14:10 ` [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to revision 10aced3 Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2015-05-20 14:10 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

This updates the kernel fork to the 4.0.4 stable release and also
backports following changes from next releases:

48548f7 ARM: dts: imx6qdl-hummingboard: Add PCIe support
a436e02 ARM: dts: imx23-olinuxino: Add i2c support
6fab05f ARM: dts: imx23: Add i2c support
f3be862 ARM: dts: imx6qdl: move HDMI controller to right location in DT
d406c7d ARM: dts: hummingboard: add sgtl5000 support for Hummingboard Pro
a902f9a ARM: dts: imx25-pinfunc: Add several pinfunctions
09b876d ARM: dts: cubox: Map gpio-keys to gpio3 8
195395a ARM: dts: hummingboard: Setup pwm lines
626e1a2 ARM: dts: hummingboard: enable PCF8523 RTC support
90d5cd9 ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11
fc8e447 ARM: dts: imx28: add alternative pinmuxing for spi3
16a090f ARM: dts: imx6sl: Add label snvs_rtc
00a7455 ARM: imx6qdl-sabreauto.dtsi: add max7310 support
910c8ea ARM: dts: imx25-pinfunc: remove input values for pinfuncs without input register
5d7835c ARM: dts: imx6qdl: disable PWMs by default
9591a95 ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly
c147254 ARM: dts: imx6qdl: Allow disabling the PU regulator, add a enable ramp delay
f440f6f ARM: dts: imx: Add dr_mode host setting to all host-only usb instances
50d210b ARM: dts: imx25-pdk: Add LCD support
22a2757 ARM: dts: imx25-pinfunc: more defines
4d5c31f ARM: imx25: fix some wrong iomux definitions
c11c5d3 ARM: dts: imx6qdl: Add label snvs_rtc
86bca32 ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'ports' node
d0359e2 ARM: imx6sx-sdb: add revb board and make it default
c045e82 ARM: imx6sx-sdb: change default board as reva board
a9902ce ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices

Change-Id: Ia64861aac4b84b459cee54a7af7561e503f26d7f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-kernel/linux/linux-fslc_4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-fslc_4.0.bb b/recipes-kernel/linux/linux-fslc_4.0.bb
index f1ec114..251c0de 100644
--- a/recipes-kernel/linux/linux-fslc_4.0.bb
+++ b/recipes-kernel/linux/linux-fslc_4.0.bb
@@ -12,6 +12,6 @@ include linux-fslc.inc
 PV = "4.0+git${SRCPV}"
 
 SRCBRANCH = "patches-4.0"
-SRCREV = "19ebefd40ac21cc57dca039382663aef096099f1"
+SRCREV = "48548f793f464d9785285b6eb9b94f13b6f32f68"
 
 COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"
-- 
2.1.4



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

* [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to revision 10aced3
  2015-05-20 14:10 [meta-fsl-arm][PATCH 1/2] linux-fslc: Update to revision 48548f7 Otavio Salvador
@ 2015-05-20 14:10 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2015-05-20 14:10 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

This backports following changes from 2015.07 development release:

10aced3 thermal: imx_thermal: use CPU temperature grade for trip points
b02bbe4 imx: mx6: add display of CPU temperature grade in print_cpuinfo()
959d59a imx: mx6: add get_cpu_temp_grade to obtain cpu temperature grade from OTP
133492b imx: mx6: display max cpu frequency in print_cpuinfo()
b1a9761 imx: mx6: add get_cpu_speed_grade_hz func to return MHz speed grade from OTP
ac4fa5f mx6: add OTP bank1 registers
982b630 arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified
c462c40 arm/imx-common: Fix warning 'get_reset_cause' defined but not used
666a3df pmic: pfuze100 fix typo
2216998 imx: mx6sx enable SION for i2c pin mux
019f86c imx: marsboard: Enable thermal DM support
386878a imx: riotboard: Enable thermal DM support
0e80b68 imx: riotboard, marsboard: Enable thermal support
bf9a6d7 hummingboard: Remove unused directory
c46ff16 imx: ventana: add pmic_setup to SPL
d12faa5 imx: ventana: (cosmetic) clean up size defines for improved readability
86f9770 imx: ventana: config: use MMC SPL RAW support
c52aa2e env_nand: use nand_spl_load_image for readenv if SPL
5559f42 imx: ventana: use stack relocation
cd10311 imx: ventana: add GSC boot watchdog disable to SPL
079ca00 imx: ventana: add gpio setup to SPL
484f580 imx: ventana: use common uart and i2c setup functions in SPL
3dcd603 imx: ventana: detect pmic using i2c probe instead of board model
32f01d2 imx: ventana: move GSC boot watchdog disable function to gsc.c
defe0e8 imx: ventana: split out common functions between SPL and uboot
7a22259 imx: ventana: default msata/pci mux to pci before PCI enumeration
e2e0076 imx: ventana: fix pcie reset for GW522x
265e3fb imx: ventana: config: enable Thermal support
a8c94f9 imx: ventana: enable DM_SERIAL
a4f84a5 imx: ventana: register gpio's with gpio_request
872b1ae imx: ventana: config: enable driver model
6f94cad imx: ventana: config: enable gpio command
e574abe imx: ventana: display SPL boot device
31da35f imx: ventana: set dtype env var to boot media
ebec986 arm: mx6: ddr3: Remove dead code
d2249d2 i2c, mxc: rework i2c base address names for different SoCs
9c4a63b arm, imx6, i2c: add I2C4 for MX6DL
f27f41c mx6: Set shared override bit in PL310 AUX_CTRL register
143286c tbs2910: add CONFIG_SUPPORT_EMMC_BOOT
0104511 tbs2910: use default CONFIG_SYS_PBSIZE
6358e0b tbs2910: only enable vga output for stdout/stderr when hdmi detected
abce3a9 tbs2910: support for usb otg host mode
6d261b5 warp: README: Fix typo
5433284 imx: ventana: fix boot to SD
6219fb9 imx: dek_blob: Add explicit include for mapmem
57ffb41 bugfix i.mx6 pwm: prevent overflow of period_c * duty_ns

Change-Id: I4449a78c6f5ee86476894b146534b30d39a109cd
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb | 2 +-
 recipes-bsp/u-boot/u-boot-fslc_2015.04.bb         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
index 7c34a94..3981b60 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
 
 PV = "v2015.04+git${SRCPV}"
 
-SRCREV = "b16ec2de8ddd3ce3bca7566e045dc085755550f6"
+SRCREV = "10aced37cecf117e54e71bd700228f57dc34e579"
 SRCBRANCH = "patches-2015.04"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
index 726d442..3e0a5c8 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
 
 PV = "v2015.04+git${SRCPV}"
 
-SRCREV = "b16ec2de8ddd3ce3bca7566e045dc085755550f6"
+SRCREV = "10aced37cecf117e54e71bd700228f57dc34e579"
 SRCBRANCH = "patches-2015.04"
-- 
2.1.4



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

end of thread, other threads:[~2015-05-20 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 14:10 [meta-fsl-arm][PATCH 1/2] linux-fslc: Update to revision 48548f7 Otavio Salvador
2015-05-20 14:10 ` [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to revision 10aced3 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.