summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-10-23 22:49:32 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-24 18:49:18 -0200
commit8bd03886084cdb64d5d0f1315e36e7b97d53cf46 (patch)
tree8558a4dc34cb0bc63c94c4aad54a49f5b8a7781b /recipes-kernel
parent694c808ebe4a911d53b7a898742a7adbfebaf802 (diff)
downloadmeta-fsl-arm-8bd03886084cdb64d5d0f1315e36e7b97d53cf46.tar.gz
linux-fslc (4.1): Update to latest version 622e3d41
This updates linux-fslc to the latest version which includes the Vybrid related patches. 622e3d4 video: fsl-dcu-fb: fix compile issue without PM_RUNTIME b71a77f video: fsl-dcu-fb: fix pixel clock polarity 55a3f93 video: fsl-dcu-fb: add suspend/resume support 526c502 video: fsl-dcu-fb: fix signal polarity defines 3b5d7a3 ARM: dts: vf610-colibri: enable DCU framebuffer 0614d77 video: fsl-dcu-fb: support signal polarity configuration 202f53d video: fsl-dcu-fb: use native-display timing 1f632a8 video: fsl-dcu-fb: use num_timings to iterate timings 5801959 Documentation: DT: Add DCU framebuffer driver 5afe56f fb: Add DCU framebuffer driver for Vybrid VF610 platform fdad0f6 ARM: clk: vf610: Add DCU and TCON clock support 0cdb0dc ARM: dts: vf610-twr: Enable DCU and TCON devices ca0333a ARM: dts: vf610: Add DCU and TCON nodes 463b5a3 ARM: dts: vf-colibri: enable NAND flash controller e439239 ARM: dts: vf610twr: add NAND flash controller peripherial 031328c mtd: nand: vf610_nfc: include missing pincrl/consumer.h 5812299 mtd: nand: vf610_nfc: add device tree bindings 48ea668 mtd: nand: vf610_nfc: add hardware BCH-ECC support ce28974 mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others 4fc9a49 mtd: nand: add common DT init code Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_4.1.bb b/recipes-kernel/linux/linux-fslc_4.1.bb
index 89dacee..c666fe6 100644
--- a/recipes-kernel/linux/linux-fslc_4.1.bb
+++ b/recipes-kernel/linux/linux-fslc_4.1.bb
@@ -12,6 +12,6 @@ include linux-fslc.inc
12PV = "4.1+git${SRCPV}" 12PV = "4.1+git${SRCPV}"
13 13
14SRCBRANCH = "patches-4.1" 14SRCBRANCH = "patches-4.1"
15SRCREV = "14b3c25b0cdc701b259b13452564e95cf23d2ca8" 15SRCREV = "622e3d41680b90914e981ee652c0dffcd259f826"
16 16
17COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" 17COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)"