summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-10-10 16:29:10 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:15 -0200
commit250d1fc77964739d514b67a15c1dfd4d39bd25db (patch)
treec4247360b4208ef1dcb15a522479fa8f26de9c4a /recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb
parent51148d70c4ae7f581c109b2f04c2be16c428b8d5 (diff)
downloadmeta-freescale-250d1fc77964739d514b67a15c1dfd4d39bd25db.tar.gz
linux-fslc-imx: Update to 4.1-2.0.x GA based fork
This updates the kernel fork for the 4.1-2.0.x-imx branch, merges the 4.1.33 stable release on top of it and apply following changes: - 3400244 net: fec: align IP - e02ebf2 net: fec: enable RACC on imx6ul - c9a9698 net: fec: remove QUIRK_HAS_RACC from i.mx27 - ed4cba2 net: fec: remove QUIRK_HAS_RACC from i.mx25 - 1623965 serial: imx: reduce irq-latency after rx overflow - bf2698a rfkill-gpio: fix clk on/off - 0413e28 rfkill-gpio: fix active levels which automatically invert when active low - 8ea61b8 rfkill-gpio: add devicetree support - aed9a42 ARM: dts: imx7s-warp: Enable BT_REG_ON - 955eb6f ARM: dts: imx7s-warp: Add Wifi support - d120646 ARM: dts: imx7s-warp: Move memory node - 82b8823 ARM: dts: imx7s-warp: Enable crypto - e0a52d3 ARM: dts: warp7: Rename the dts file - 9283aff ARM: imx_v7_defconfig: Add simple card driver support - 48186c5 sgtl5000.c: HACK, defer probe when I2C not yet running - 4759947 ARM: dts: imx7d-warp: Add audio support - fe4d4c7 ARM: dts: imx7d: Add #sound-dai-cells into sai nodes - 94de584 ARM: dts: imx7d-warp: Add BC3770 support. - 8791ec9 ARM: dts: imx7d-warp: Enable bluetooth device - 99059df ARM: dts: imx7d-warp: Add User Button support - 6f50d90 ARM: dts: imx7d-warp: Add NFC support - 68aafc4 ARM: dts: imx7d-warp: Add support for precision altimeter - cacc687 ARM: dts: imx7d-warp: Add support for accelerometer and magnetometer - ff609f7 ARM: dts: imx7d-warp: Add I2C4 device node, princtrl - b21d979 of: Allow NXP 4.1 kernel to allocate memory on 2GiB RAM boards - 67bebf9 ARM: dts: imx7d-warp: Add initial support - 5bc7305 MLK-13243: arm: imx6q: busfreq: lpddr2 fix system clocks audio mode Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb16
1 files changed, 16 insertions, 0 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
new file mode 100644
index 00000000..d1e1a15f
--- /dev/null
+++ b/recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb
@@ -0,0 +1,16 @@
1# Copyright (C) 2015, 2016 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "FSL Community BSP i.MX Linux kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.2.0 GA release, used by FSL Community BSP in order to \
6provide support for i.MX based platforms and include official Linux kernel stable updates, backported \
7features and fixes coming from the vendors, kernel community or FSL Community itself."
8
9include linux-fslc.inc
10
11PV .= "+git${SRCPV}"
12
13SRCBRANCH = "4.1-2.0.x-imx"
14SRCREV = "34002442b17af7220fa52b2d153db90685113947"
15
16COMPATIBLE_MACHINE = "(mx6|mx7)"