aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
AgeCommit message (Collapse)Author
2016-08-23linux-fslc-imx: Replace MPL3115 driverBreno Lima
There are currently two driver implementations for the MPL3115: - drivers/input/misc/mpl3115.c (from NXP kernel) - drivers/iio/pressure/mpl3115.c (from upstream kernel). Use the CONFIG_MPL3115 instead of CONFIG_INPUT_MPL3115 because this driver uses the Industrial I/O framework, which is the preferred and standard subsystem for sensors. The data from this sensor can be read by using the following commands on a warp7 board: cat /sys/bus/iio/devices/iio:device0/in_pressure_raw cat /sys/bus/iio/devices/iio:device0/in_temp_raw Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-qoriq: fix build path of the dtbTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-qoriq: add a symlink zImage under /bootTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-qoriq: add merge_delta_config taskTing Liu
fsl-kernel-localversion added a separate task in which defconfig is needed. But qoriq boards don't have a unified defconfig, different KERNEL_DEFCONFIG should be copied as ${WORKDIR}/defconfig. add a merge_delta_config task to merge kernel delta configs. for ls1043ardb and ls2080ardb, freescale.config should be appended first. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-qoriq: upgrade to 4.1 plus fsl patchesTing Liu
The main features are: * Linux kernel 4.1.8 * ARM A7 (AARCH32), A53 and A57 (AARCH64), Little Endian (default) * Power Architecture e500mc, e5500, e6500 * Multicore SMP support and multithread (e6500) * 32-bit effective kernel addressing [e500mc, e5500, A57] * 64-bit effective addressing [e6500, A53, A57] * Huge Pages (hugetlbfs) * Linux Real-Time (RT) [P4080, B4860, LS1021A] * Kernel-based Virtual Machine (KVM) * Libvirt 1.2.19 * Linux Containers (LXC) 1.1.4 function support Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-qoriq: merge .inc and .bb fileTing Liu
No code change. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-fslc-imx: Add simple card driver supportBreno Lima
Select CONFIG_SND_SIMPLE_CARD driver by default. warp7 board needs this driver for audio to work. Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-fslc-imx: Bump revision to 59b38c32Breno Lima
It includes the following changes: 59b38c32 ARM: dts: imx7s-warp: Enable BT_REG_ON Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-fslc-imx: Bump revision to b8fb01d4Daiane Angolini
This merges the 4.1.29 stable release onto the fork and the following changes: b8fb01d ARM: dts: imx7s-warp: Add Wifi support fe8d662 ARM: dts: imx7s-warp: Move memory node 07c4014 ARM: dts: imx7s-warp: Enable crypto 51bca3b ARM: dts: warp7: Rename the dts file 8eaed11 ARM: imx_v7_defconfig: Add simple card driver support a2d0fba sgtl5000.c: HACK, defer probe when I2C not yet running 12ecd0e ARM: dts: imx7d-warp: Add audio support a0fa08d ARM: dts: imx7d: Add #sound-dai-cells into sai nodes a0f8868 ARM: dts: imx7d-warp: Add BC3770 support. 0d4b750 ARM: dts: imx7d-warp: Enable bluetooth device 4cc7e24 ARM: dts: imx7d-warp: Add User Button support ace4c64 ARM: dts: imx7d-warp: Add NFC support d237364 ARM: dts: imx7d-warp: Add support for precision altimeter f9dbcc8 ARM: dts: imx7d-warp: Add support for accelerometer and magnetometer ccdf497 ARM: dts: imx7d-warp: Add I2C4 device node, princtrl ba38303 Merge tag 'v4.1.29' into 4.1-1.0.x-imx c3ed55b Linux 4.1.29 Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-imx: patches to file build errors with GCC6Lauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA releaseLauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-imx: Upgrade to 4.1.15-1.1.1 Patch releaseLauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-fslc-imx: Bump revision to 0c0844fFabio Berton
This includes following change: - 0c0844f 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compound page arrival" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Fix description as the kernel is not i.MX6 specificOtavio Salvador
The kernel now supports other SoCs so the description was misleading. This fixes it. Change-Id: I3683b387c7126f3fa4d21c960a7687f57e7ef696 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Bump revision to 00850640Otavio Salvador
This merges the 4.1.28 stable release onto the fork. Change-Id: I0ba89e18a0f59cdb88cc1a73abee6cf2a64b4079 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Bump revision to 77f6154Otavio Salvador
This merges the 4.1.15-1.2.0 GA release onto the Linux FSLC fork. It includes following changes: 77f6154 MLK-12948 ARM: dts: imx7d-sdb: change the hardware reset gpio for mipi dsi 042fabd MLK-12946 media: pxp-v4l2: correct the 32 bpp pixel format passed to pxp 801b839 mmc: mmc: fix switch timeout issue caused by jiffies precision 38ed99e mmc: core: fix __mmc_switch timeout caused by preempt c6c8f8d MLK-12934-2 mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCV 6905ad8 MLK-12934-1 mmc: sdhci-esdhc-imx: correct the max timeout count a7f1dc6 MLK-12944 fix makefile miss imx7d-12x12-lpddr3-arm2-pcie.dtb 470f930 MLK-12935 ARM: imx: switch system counter clock to 32K in suspend d86edca MLK-12902: usdhc: Revert "MLK-11685-5 mmc: sdhci-esdhc-imx: no need busfreq for imx6qdl" fc72198 MLK-12899-2 video: mipi_dsi_samsung: add panel 'TFT3P5581' driver. e01451b MLK-12899-1 ARM: dts: imx7d-sdb: add dts support for panel 'TFT3P5581'. 9a38200 MLK-12901-3 video: mipi_dsi_samsung: alwasy use video mode to transfer data and cmds. c88b735 MLK-12901-2 video: mipi_dsi_samsung: add 10msec delay after all the pkt write operation. f154b5e MLK-12901-1 video: mipi_dsi_samsung: correct the hardware reset calling position. 30b8226 MLK_12886-2 video: mxsfb: handle the assert gpio in driver to support deferred probe f0fdb61 MLK-12886-1 ARM: dts: imx7d-sdb: the assert gpio for lcdif should be active low c1d7c35 MLK-12898: ov5640 mipi: Add more delay to wait sensor stable bbe0e5a MLK-12880 arm: dts: imx7d: correct the PAD_GPIO1_IO01 pin ctrl setting c29dda8 MLK-12876: mipi csi: Remove regulator enable code when driver probe d95d2e8 MLK-12860-4 usb: chipidea: imx: add HSIC support for imx7d abc9926 MLK-12860-3 ARM: imx: gpcv2: add reg_1p2's notifier 85d2f3f MLK-12860-2 ARM: dts: add imx7d 12x12 ARM2 ddr3 board dts b104675 MLK-12860-1 ARM: dts: imx7d: add vcc-supply at gpc node e28ae27 MLK-12861-2 ARM: imx: enable necessary clock for RDC resume on i.mx7d 02a2e8d MLK-12861-1 ARM: imx: support runtime clock management on i.mx7d when M4 is enabled 059449a MGS-1851 [#2332] fix the integer id resource leak 7b3c314 MLK-12795 pinctrl: imx: fix initialization of imx_pinctrl_desc 1c60143 MLK-12781 ARM: dts: imx7d-12x12-lpddr3-arm2: add pinctrl for usb vbus aca1386 MLK-12695 dma: pxp-v2: fixing the mismatch calls of pm_runtime suspend/resume 3455774 MLK-12669-2 dma: pxp-v3: add 'ipg' and 'axi' clocks 9e04de3 MLK-12699-1 ARM: imx7d: clk: add two clocks definition for pxp 2b25e7d MLK-12622: mtd: gpmi: fix the issue in legacy bch support c479a94 MLK-12602: Documentation: gpmi-nand: legacy bch geometry option for NAND 5102a01 MLK-12601: mtd: gpmi: provide the option to use legacy bch geometry 30c1b15 MLK-12421 usb: chipidea: fix build warning if disable CONFIG_USB_CHIPIDEA_HOST a49b611 MLK-12509-3 video: mipi_dsi_samsung: add build support for TFT3P5079E panel. 0038221 MLK-12509-2 video: mipi_dsi_samsung: add 'TFT3P5079E' panel driver. e3a5bdf MLK-12509-1 video: mipi_dsi_samsung: create a new dts for mipi dsi. 83f0dd3 MLK-12449: mtd: gpmi: fix integer overflow issue 4198b7b MLK-12448: mtd: gpmi: fix nand double free issue 8b38103 MLK-12371: ARM: imx: suspend-imx7: correct HW_ANADIG_SNVS_MISC_CTRL set 5db98a4 MLK-12420 fix potential head list corruption. e6ea96a MLK-12731-2 ARM: dts: Makefile: add dts entry for imx6q-arm2-hsic b1e060d MLK-12731-1 usb: chipidea: imx: add missing HSIC initialization for imx6qdl/sl 3268392 MLK-12688-02: arm dts: Add csis-clk-settle property 9504f74 MLK-12688-01: mipi csi: Add clk_settle setting 517f750 MLK-12432-03: arm: dts: Replace ov5647 mipi sensor with ov5640 488fd31 MLK-12432-02: capture: Add support for mipi input c02abe7 MLK-12432-01: ov5640 mipi: support more platform and reduce support mode 9f0881f MLK-12763 ARM: imx7d: iomux: correct uart input sel option value 07c9f26 MLK-12765 ARM: imx: make sure DLL is locked on i.MX7D a38a53d MLK-12748-3 ARM: imx: adjust imx7d lpddr3 retention exit flow adfc24c MLK-12748-2 ARM: imx: remove IOMUXC GPR setting for i.mx7d TO1.2 07184c5 MLK-12748-1 ARM: dts: imx7d: correct usdhc1 cd pin setting 8ad5988 MLK-12761 ARM: imx: add mu as wakeup source for i.mx7d cf0a95b MLK-11262-5: ARM: imx: Change A7 MU ready timing Change-Id: Id25f069f639654a104bcd17c5b354335b95e7d64 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Fix DESCRIPTION to mention 4.1.15-1.0.0 GA as basedOtavio Salvador
The base kernel has been updated for the 4.1.15-1.0.0 GA but the DESCRIPTION has not been updated when updating the recipes, this fixes that so the DESCRIPTION in the generated packages and release notes are right. Change-Id: Id7539aa65f5466f0bd285766931d4648b0445e44 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Bump to revision 960f493Otavio Salvador
This merges the 4.1.26 stable release and include following change: 960f493 of: Allow NXP 4.1 kernel to allocate memory on 2GiB RAM boards Change-Id: Iacc788ccc36920f9ce7292ece5ce2e9ac210beb2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Disable Vivante GPU supportOtavio Salvador
The Vivante GPU is used as kernel module for all i.MX6, by default, so the defconfig should not enable it as other SoC (as i.MX6UL and i.MX7D) uses the same defconfig and does not have the Vivante GPU. This avoids the built-in driver build for other SoCs, thus fixing a build error with GCC 6, which is hidden when using the external module. Change-Id: Ib12cfe494d75b6407eaf72c386094cc03606c7f8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-03linux-qoriq: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix ↵Zhenhua Luo
taskhash mismatch issue The siggen.py checks the task hash, DATETIME dependency causes Taskhash mismatch error, exxclude DATETIME variable from vardepsexclude of ZIMAGE_BASE_NAME. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-03linux-qoriq: fix build issue under gcc6Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-16linux-fslc: Update to 4.6-based forkOtavio Salvador
This upgrades the Linux kernel to the upcoming 4.6 release. This includes some NXP related changes, which are target for 4.7. Those are: 9be3cdc ARM: mx5: dts: Enable USB OTG on M53EVK fe805c7 ARM: imx_v6_v7_defconfig: add CONFIG_MICREL_PHY e23d4ee ARM: imx_v6_v7_defconfig: add CONFIG_I2C_GPIO bc9f274 ARM: dts: imx6ul-14x14-evk: Add audio support 9214de9 ARM: dts: imx6qdl: Remove unneeded unit-addresses 49d0bea clk: imx7d: fix ahb clock mux 1 eda0002 ARM: dts: imx6: apalis: parallel lcd display support on ixora d9f2c8c ARM: dts: imx6sx-sdb: Add 198MHz operational point fa13784 ARM: dts: imx28-m28: Remove unneeded partition nodes 67c050c ARM: dts: imx6ul-pico-hobbit: Add initial support 41de276 ARM: dts: imx6: Do not hardcode the CLKO clock 13d63a6 ARM: dts: imx6: Add dts for Embest MarS Board 7d9db51 arm64: defconfig: enable freescale/nxp config options b9990f8 arm64: defconfig: enable 48-bit virtual addresses 36e1773 arm64: defconfig: cleanup the defconfig 3eb72e5 clk: imx: return correct frequency for Ethernet PLL 4e744f4 ARM: dts: imx6: fix dtc warnings for ipu endpoints 9c17803 ARM: dts: imx6dl: Fix the VDD_ARM_CAP voltage for 396MHz operation b6e07a8 ARM: dts: imx6sx: Add 198MHz operating point c4cb697 ARM: dts: imx6ul: Fix operating points e593654 arm64: dts: ls2080a: fsl-mc dt node updates dc4a4c1 Documentation: fsl-mc: binding updates for MSIs, ranges, PHYs 43efec0 ARM: dts: imx6q-ba16: use wdog external reset 6a5ebd9 ARM: dts: imx: b450/b650v3: Move ldb_di clk assignment ecfff5f ARM: dts: imx6q-b850v3: Update display clock source 82b8386 ARM: dts: imx6q-b850v3: Remove ldb panel b0b039a ARM: dts: imx6qdl-udoo: add 7 inch LCD touchscreen panel support 1d5276b ARM: dts: i.MX3x: add keypad port devicetree nodes db45d65 ARM: dts: imx35: restore existing used clock enumeration 3af9f8f arm64: dts: ls1043a: add the DTS node for QSPI support e651264 Documentation: fsl-quadspi: Add fsl,ls1043a-qspi compatible string 5712e33 ARM: dts: ls1021a: add pix clock to DCU dts node 8ad4cee ARM: dts: ls1021a: DSPI has 6 chip-selects 8804a3f ARM: dts: ls1021a: Add gpio support for ls1021a platform f0f7b30 ARM: dts: imx6q-ba16: Remove unused vqmmc-supply cb8dacf ARM: dts: ls1021a: add SCFG MSI dts node 4a26cfb ARM: dts: imx28: add alternative pinmuxing for mac0 f407acf ARM: dts: imx6q-tbs2910: fix fec reset polarity aefe710 ARM: dts: vf610-zii-dev: Add ZII development board. 2045498 ARM: dts: vfxxx: add missing reg properties 95bd770 ARM: dts: vf-colibri: increase NAND clock speed cbd99f4 ARM: dts: vf-colibri: alias the primary FEC as ethernet0 6216880 ARM: dts: imx6sx-sdb: Add SAI support b547d70 bindings: fsl-imx-sdma: Document 'fsl,sdma-event-remap' property e74a168 ARM: dts: imx6sx: Remove unused property 4d9b42e ARM: dts: imx6sx: Fix SAI DMA index 6f7a786 ARM: dts: imx6q-ba16: Disable pwm2 by default d28c0fc ARM: dts: imx: add Boundary Devices Nitrogen6_SoloX board d2985a5 ARM: dts: imx6qdl-sabresd: Pass the hannstar panel compatible string 815f031 ARM: dts: imx6: add support for the Ka-Ro electronics 'MB7' baseboard 4531f68 ARM: dts: imx6: add support for more Ka-Ro electronics modules a5c5a20 ARM: dts: imx6-tx6: enable support for rtscts on UARTs 7686c67 ARM: dts: imx6-tx6: remove LED pinctrl setting from hoggrp e806f1d6 ARM: dts: imx6-tx6: remove regulator bus 5288f69 ARM: dts: imx: add Boundary Devices Nitrogen6_MAX QP board 84757ea ARM: dts: imx6qdl-tx6: add mdio node for ethernet phy f756d41 ARM: dts: imx6-tx6: remove container node around pinctrl nodes 72e625a ARM: dts: imx6-tx6: disable the spi node by default 69751fa ARM: dts: imx6-tx6: cleanup; no functional change 0f276c6 ARM: dts: imx6-tx6: Relicense the Ka-Ro DT files under GPLv2/X11 2fb431b ARM: dts: imx25-pinfunc: remove SION for pins with an UART handshaking input mode 7a1e22f ARM: dts: imx25-pinfunc: add all UART mux modes 395dbf3 ARM: dts: imx: ba16: Add correct PCIe Tx Values b872157 ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL mainboard 290d3f9 ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL modules 2ce39b6 ARM: dts: vf610-colibri: enable display controller 8411ccb ARM: dts: vf610: add display nodes 4c36ca7 ARM: dts: imx: add Boundary Devices Nitrogen7 board b46656d ARM: dts: imx7d: add flexcan support d587538 ARM: dts: imx7d: add lcdif support b1334df arm64: dts: ls2080a: Add compatible "fsl,ls2080a-gpio" for ls2080a gpio nodes 8e403e3 arm64: dts: ls1043a: Add compatible "fsl,qoriq-gpio" for ls1043a gpio nodes 9c3e8d5 arm64: dts: ls2080a: update the DTS for QSPI and DSPI support d03665c Documentation: fsl: dspi: Add fsl,ls2080a-dspi compatible string 0e01fa6 arm64: dts: ls1043a-rdb: add the DTS for DSPI support 5139b339 ARM: multi_v5_defconfig: Enable recommended options for systemd c29da9c4 ARM: imx: always use TWD on IMX6Q dbcb3b1 clk: imx: vf610: fix whitespace in vf610-clock.h 7115a09 clk: imx: vf610: add TCON ipg clock 9241416 clk: imx: vf610: fix DCU clock tree be27a3e ARM: multi_v5_defconfig: Enable support for MX21/MX27 4cedc0d ARM: imx_v6_v7_defconfig: add CONFIG_RTC_DRV_M41T80 7241dc3 ARM: imx_v6_v7_defconfig: add CONFIG_I2C_MUX_GPIO a60e2c2 ARM: imx_v6_v7_defconfig: add FT5x06 and TSC2004 touch support e4ca550 clk: imx: add ckil clock for i.MX7 118e922 clk: imx: vf610: add suspend/resume support 189c8c1 clk: imx: vf610: add WKPU unit ef2f187 clk: imx: vf610: leave DDR clock on 9a0e7b6 clk: imx: clk-gate2: allow custom gate configuration 4ecea9b clk: imx6sx: Register SAI clocks as shared clocks abb9468 arm64: dts: add LS1043a-QDS board support d6505c6 Documentation: DT: Add entry for Freescale LS1043a-QDS board Change-Id: Ia4693a462743e532d412fb3213cfee1149496c8a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-fslc-imx-rt: Upgrade to 4.1.15-1.0.0 GA2.1Dominic Sacré
Use patch 4.1.19-rt22 (which applies cleanly) despite the fact that the kernel is currently based on 4.1.20, because 4.1.20-rt23 is not yet available at a stable URL. The same issues that needed to be patched in 3.14 are still present in 4.1, so update the patches and defconfig accordingly to apply to the new kernel. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-fslc-imx: Bump revision to deb84cdOtavio Salvador
This merges the 4.1.23 stable release as well as NXP following changes: deb84cd MLK-12722: ASoC: fsl_spdif: clear the validity bit for TX 20de11d MLK-12607: ASoC: fsl-asrc: Add the support of 12kHz and 24kHz af2256b MLK-12464-2: ASoC: wm8960: fix clock is not correct after suspend/resume d51a5af MLK-12464-1: ASoC: fsl: imx-wm8960: Fix no clock after suspend/resume randomly efb83ff MLK-12620 ARM: imx: correct i.MX7D fuse MAC1_ADDR offset address a90438e MLK-12706-3 arm: imx_v7_defconfig: build in bcmdhd b361e5d MLK-12706-2 net: bcmdhd: set the bcmdhd driver default build in d60d208 MLK-12706-1 mmc: sdio: add sdio reset function for bcmdhd wifi 36a8f81 MLK-12705 ARM: imx: add support for i.mx7d TO1.2 busfreq c0433b1 MLK-12685 ARM: dts: imx6sx-sabreauto.dts: improve usdhc4 pad drive strength 92c7757 MLK-12675 ARM: dts: imx: keep RTC enabled for software poweroff c35a5dd MLK-12671 ARM: imx: support single soc config 3b2520f MLK-12617 mmc: Fix compile error when CONFIG_MMC=m d5d7c02 MLK-12623-03 ARM: imx: Add cpu speed grading check for imx6ul b1d1ba8 MLK-12623-02 ARM: dts: imx: Add 700MHz setpoint define in dts 7fe0d46 MLK-12623-01 cpufreq: imx: Add support for 700MHz setpoint in cpufreq a4d2a08 MLK-12277 media: camera: add check for width and height against 0 85a98a0 MLK-12573 ARM: dts: set LCD_nPWREN low to make VLCD_3V3 output 3V3. 3456a58 MLK-10934 mtd: use memcpy to replace the memcpy_fromio d410e45 MGS-1678 [#2269] memleak in GPU driver sysfs interface 160bf92 MA-7715 fix GPU kernel panic reported by android CTS 0e3d9b1 MGS-1630 5.0.11.p8 driver can't pass build with kernel 4.1 on Android M6.0 a52956f MLK-12466 ARM: dts: imx6ul-14x14-evk-usb-certi: add USB certification dts Change-Id: I91b274ccd29c9d52a274599d66e874fa474550bf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-imx: Upgrade to 4.1.15-1.1.0Lauren Post
Kernel updates for i.MX 6UltraLite T1.1 silicon. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62Dominic Sacré
Update the URL because patch-3.14.61-rt62.patch.gz got moved to the 'older' subdirectory. The -rt patches are published in the projects/rt/3.14 directory, and are then moved to projects/rt/3.14/older when the next version of the patch is released. Previous versions of this recipe intentionally used "older" patches (even when the latest one would apply) specifically because the URLs remain stable that way. This got broken in the update to 3.14.52-1.1.0 GA. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch errorLauren Post
Recent changes in siggen.py check for task hash and generate build errors called Taskhash mismatch when using variables with date and time. Exclude date time variables as done in kernel.bbclass. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx: Update to latest version 445b81a7Daiane Angolini
Commit 445b81a7 adds the initial support for the Warp7 board. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx: Update to 4.1.15-1.0.0 GA based forkOtavio Salvador
This updates the kernel fork for the 4.1.15-1.0.0 GA and merges the 4.1.20 stable release on top of it. Up to now, no extra fixes are applied on top of it but this is likely to change as vendors start to base their work on this tree. Change-Id: I2f7c330b35f7bf2ae916b84147e445b28cb8e829 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-imx: Upgrade to 4.1.15 kernelLauren Post
Upgrade to the 4.1.15-1.0.0_ga release Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx-rt: Update URL to fetch RT patch 3.14.61-rt62Julio Cruz
This upgrades the patch from 3.14.58-rt59 to 3.14.61-rt62. Change-Id: If3d0beb989723859bcfce5a95810fb3d8d9e340a Signed-off-by: Julio Cruz <jcsistemas2001@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx: Upgrade to the 3.14.52-1.1.0 GA based forkOtavio Salvador
The FSLC kernel fork has been updated for the 3.14-1.52-1.1.0 GA release. It is a consolidated release covering all i.MX active product lines covering: - i.MX6QDL - i.MX6SL - i.MX6SX - i.MX6UL - i.MX7D The patch also updates the linux-fslc-imx-rt flavour for the very same kernel fork and ensures people uses the built-in Vivante GPU driver, when using the Linux RT support, as the external kernel module does not support it yet. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-imx: Upgrade to 3.14.52-1.1.0_ga Consolidatd GA releaseLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc (4.4): Introduce Linux 4.4 kernelStefan Agner
Introduce Linux 4.4 based vanilla Linux kernel. This version allows to use the DRM DCU driver on Vybrid (with some additional patches). Also enable PWM support through Vybrid's FlexTimer module, and update the defconfigs. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc: Upgrade to 4.3-based kernelOtavio Salvador
Besides the revision change, this synchronizes the defconfig used for the i.MX and the Vybrid SoCs. The only SoCs using a specific defconfig file are the MXS-based ones (i.MX23 and i.MX28) as the others are consolidated on the single defconfig file. Change-Id: Id00d6dbaa8fcec5c9b6c5089d11d1ebe5c0e44e1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-qoriq: support kernel delta defconfig managed in recipe folderZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-qoriq: update LOCALVERSIONTing Liu
Don't set LOCALVERSION options in .config as this will result in version mismatch between uImage and kernel modules which packaged in rootfs. This happens when using uImage built standalone toolchain + rootfs built by Yocto. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-qoriq: save the merged .config as ${WORKDIR}/defconfigTing Liu
In fsl-kernel-localversion.bbclass, ${B}/.config will be regenerated based on ${WORKDIR}/defconfig. Save the merged .config to avoid issue. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-qoriq: update to commit 43cecdaTing Liu
New commits imported: 43cecda fmd: remove cc-aging support 867551d fmd: relocate aging_support field to maintain compatibility 08d3161 Merge pull request #75 in SDK/linux-devel from ~R52568/linux-devel:hotfix/QLINUX-3938-fmd-ioc_compat_fm_pcd_kg_scheme_spc_t to master 1cf7b57 fmd: PCD: fix offline port blocked by fragmented IPV6 295abbb fmd: move compat_copy_fm_pcd_kg_scheme_spc out of DPAA 11 def 976b0aa fmd: PCD: fix offline port blocked by fragmented IPV6 b242e9c fmd: Add support for IPF after HMan fd8e7c7 Merge pull request #69 in SDK/linux-devel from ~R27762/linux-devel:add_hm_node_stats to master 1c291fd Merge pull request #72 in SDK/linux-devel from ~B56421/linux-devel_sdk_ip-usb:bugfix/QSDK-2454 to master 50eea51 Merge pull request #48 in SDK/linux-devel from ~R52568/linux-devel:bugfix/QLINUX-3822-monitoring-any-match-inside-hash to master dd05648 arm: dts: ls1021a: Add dma-coherent property to usb3 node e8c288e drivers: dwc3: Set dma ops for xhci dev 56afee9 drivers: dwc3 : Add support for USB snooping 3f83306 drivers: dwc3: host: Change burst beat and outstanding pipelined transfers requests. 1666d68 fmd: add ioctl call to retrieve scheme counter - spc a9d0ea5 fmd: Render header manip node statistics available in user space e176e3f fmd: fix compat layer for aging_support 3a8d082 Merge pull request #65 in SDK/linux-devel from ~R01356/linux-devel:bugfix/QUSDPA-704-segfault-in-dma_mem-allocator.c to master a57ffba Merge pull request #64 in SDK/linux-devel from ~B06830/linux-devel:bugfix/QSDK-2404-cryptodev-linux-sha1-offloading to master 0586472 Merge pull request #63 in SDK/linux-devel from ~B29983/linux-devel-tyt:QSDK-2438-there-is-some-improper-information to master 61f0e11 Merge pull request #61 in SDK/linux-devel from ~R54964/linux-devel:bug-fix to master cfb981f dev-exporting dev functions to support ceetm e98f36e fsl_usdpaa: Remove TLB entries when unmapping memory 8700bab crypto: caam - Change kmalloc to kzalloc to avoid residual data 4fd8cac crypto: caam - fix memory corruption in ahash_final_ctx 16d4087 crypto: caam - Fix incorrect size when DMA unmapping buffer 270c770 crypto: caam - improve initalization for context state saves 67ef9d13 crypto: caam - enable LARGE_BURST for enhancing DMA transactions size 2c27666 crypto: caam - make write transactions bufferable on PPC platforms 418316c cpufreq: qoriq: fix output information error 300c3ff fsl-qbman: Handle memory leaks 56e16e2 fsl-pme: Check for null pointers 3ac31aa fsl-dce: Handle memory allocation failures e11b65b fsl-dce: Correct error paths and add new labels ea1259d fsl_qbman: null check for lni in qman_ceemt_sp_release e82a761 fmd: fix locks in ModifyKey function dedb4b3 fmd: support aging in CC 0506053 pci/layerscape: Do not check link status e03bbdd asf_tcp_nf: Patch to correct typecast in tcp timestamp copy. 91aade9 Revert "gianfar: Add dma transfer endian property support" 03dd666 kconfig-asf : asf_qos disabled with asf by default b8d41cb dev-asf-qos - correcting the qos hooks for dpaa linux qos 18b0779 dpaa_eth: fix bpool seeding for advanced drivers 7faf498 net, gianfar, rt: Update TX_TIMEOUT to 5HZ 502650e net, rt: limit net_rx napi calls in threaded ISR context e37ce25 powerpc/t1040/dts: Add interrupts for PHYs connected to L2 Switch ports 6da728b fmd: support aging in CC 5cd3a8f fmd: fix policer spelling issues b5d9899 fmd: Remove FM_PORT_PcdPrsModifyStartOffset routine - not supported 4c642e7 fsl_qbman: enable sending cscn to dcp for old qman revision b8887bd t4240dts: correct the ceetm node f33567a dpaa_eth: Add a configurable dpa_tx call e48b858 mmc: sdhci-of-esdhc: fix compile error on ARM platform fb9a06b QorIQ/TMU: add TMU node to device tree for QorIQ T1023/T1024 4fbd4cf QorIQ/TMU: add thermal management support based on TMU a9463a3 QorIQ/TMU: add TMU node to device tree for QorIQ T1040/T1042 6b43e2b thermal: fix cpu_cooling max_level behavior f0a70b9 mmc: sdhci-of-esdhc: add SDR50 mode support for SD/MMC Legacy Adapter Card 9ac6075 mmc: esdhc: add eMMC45 Adapter Card HS200 mode support e89634e QorIQ/TMU: add TMU node to device tree for LS1021A fd1b282 Merge branch 'feature/LS1-for-SDK' of ssh://sw-stash.freescale.net/dnnpi/ls1-linux-jason into LS1-SDKV04-SDK1.9 8d3a3ca t104xd4rdb: add DS26522 nodes to device tree aaa395f Merge branch 'qoriq-sdk' into LS1-SDK-Rev2.0 ec78b41 arm: ls1021a: mask interrupts before entering deep sleep 13d0daf arm: dts: ls1021a: Add transfer mode property in DSPI2 node 6f50fc1 arm: dts: ls1021atwr: Enable DSPI2 dts node 7a6dba4 arm: ls1021a: change the order of setting PMC interrupt registers 4e61417 crypto: caam - fix SEC ERA reading bcd5862 crypto: caam - fix snooping for write transactions eec616d1 arm/dts: Add node for ina220 on LS1021ATWR-Rev 3915d65 arm/defconfig: Add Atheros AT803X PHYs support e364aa2 QE/HDLC: modify QE-HDLC for both ARM and POWERPC bb21962 Test patch: Enable CAN SoC level loopback a4c59bc arm/dts: Add nodes for flexcan devices present on LS1021A-Rev2 SoC 6e9c5a3 can: flexcan: Add support for non RX-FIFO mode c466de8 can: flexcan: Remodel FlexCAN register r/w APIs for BE instances 306f67c can: flexcan: Add ls1021a flexcan device entry 7e71163d doc/bindings: Add 'endianess' optional-property for FlexCAN controller 1795472 Revert 'can: flexcan: Add ls1021a flexcan device entry' 863d717 Revert 'net: can: Remodel FlexCAN register read/write APIs for BE instances' 41cfacd Revert 'can: flexcan: Add support for non RX-FIFO mode and conditional ERRATA ERR005829 handling' 8d04086 mmc: sdhci: more efficient interrupt enable register handling e08d8bf pci/layerscape: update MSI code for ls1021 rev2 MSI support d217d96 mmc: sdhci-pltfm: enable interrupt mode to detect card 7549302 arm: ls1021a: enable sleep and deep sleep for rev 2.0 silicon 3aa9846 ls1021a: dts: Add eTSEC info for 2nd interrupt groups 5217966 Merge branch 'qoriq-sdk' into LS1-SDK-Rev2.0 02d571e ls102xa: nor: Adjust the partition for NOR flash according to the new mapping table 78fd893 arm: ls1021a: add deep sleep support on TWR-LS1021A-PB b65882a Revert "gianfar: Disable Rx snooping for LS1" 138b929 Revert "gianfar: Remove tx snooping support from LS1" 7b56cb1 arm: ls1021a: add platform notifier for dma-coherent requirement 62a2834 ls102xa: dts: Remove big-endian-regs property for SAI bebea77 Revert "ls102xa: audio: Workaround for SAI data transfer endian issue" a449b22 ls102xa: nor: Adjust the partition for NOR flash Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-mx6: Disable Tux logo for default configOtavio Salvador
The Tux logo should be disabled by default to allow a cleaner boot process. If a different configuration is needed of any specific machine, it can be overriden using custom config. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-mx6: Disable 'evbug' module on default configOtavio Salvador
Disable evbug, so machines using the kernel recipe do not have it loaded by default. The evbug kernel module can be enabled if needed, per machine, using a custom config. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-mx6: Fix serial console use with SystemDOtavio Salvador
The SystemD requires the CONFIG_FHANDLE option to be enabled to properly support the serial console getty initialization. This fixes following error: ,----[ i.MX6Q SABRE Smart Device boot error ] | [ TIME ] Timed out waiting for device dev-ttymxc0.device. `---- The error has been catch while testing a customer image in a pure SystemD distro, based on O.S. Systems Embedded Linux. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc (4.1): Update to the latest version e55a6a92Fabio Estevam
This merges the 4.1.13 stable release fixes into the fork. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19Revert "linux-fslc: Upgrade to 4.3-based kernel"Otavio Salvador
This reverts commit 649f479f118567d62a5a57d690fb3fe3915f0ea7. The 4.3 version of kernel cause build errors on lttng and cannot be included until those are fix. We are reverting it now and will add it back once OE-Core is fixed to support it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc: Upgrade to 4.3-based kernelOtavio Salvador
Besides the revision change, this synchronizes the defconfig used for the i.MX and the Vybrid SoCs. The only SoCs using a specific defconfig file are the MXS-based ones (i.MX23 and i.MX28) as the others are consolidated on the single defconfig file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-mx6-rt: Add new recipeDominic Sacré
This recipe is based on the now-deleted linux-imx-rt recipe, using the same set of patches. The linux-fslc-mx6 kernel is currently at upstream version 3.14.54, for which no realtime patch has been released, but patch 3.14.51-rt52 applies cleanly. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-qoriq: fix the kernel hang issue with gcc-5.2Zhenhua Luo
Backport a patch to fix the kernel hang issue when the uImage is built by gcc-5.2. The details can be found in https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5e95235 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> (backported from meta-fsl-ppc:95d9f9aba81ccdae53011ac8c6fbbc2605b9cedc) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-imx-rt: Remove 3.14.28 version as it does not work with GCC 5.2Otavio Salvador
The 3.14.28 has not been fixed to work with the GCC 5.2 making it unusable. Remove this version until someone does the upgrade to the newer releases. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-imx-mfgtool: Remove leftover from 3.14.38 QP upgradeOtavio Salvador
The 33615de (linux-imx: Upgrade to 3.14.38-6QP_beta release) did not remove the linux-imx-mfgtool-3.14.28/mx6/defconfig file, keeping it unused. Remove it now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc (4.1): Update to latest version fa868c9eFabio Estevam
Commit fa868c9e ("dts: imx6: fix sd card gpio polarity specified in device tree") missed to be applied into 4.1.11 causing esdhc regressions on mx6, so let's apply it so that we can have SD card working with 4.1.11. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>