summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-fslc: Update to a Linux kernel 4.0-based forkOtavio Salvador2015-04-143-18/+52
| | | | | | | | | | | | | | | | | This updates to the revision 48dfc7c which is based on the 4.0 release. It includes following changes on top of it: 48dfc7c ARM: mxs_defconfig: Add VFAT support 07b96f4 ARM: imx_v6_v7_defconfig: Add Wireless support a4082e7 ARM: imx_v6_v7_defconfig: Enable Bluetooth support f91f59b ARM: dts: imx6sl-warp: Add BCM4330 support 9b26bb6 ARM: dts: imx6sl-warp: Pass 'bus-width' property 89a0a04 ARM: dts: warp: Add initial WaRP Board support 1b673ef mmc: sdhci-esdhc-imx: Call mmc_of_parse() 6e759b1 dma: imx-sdma: Add support for version 3 firmware Change-Id: If095e7877d3675882d8877b76c7832ff6e378a93 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.10.53): Remove as 3.14.28-1.0.0 GA is the default oneOtavio Salvador2015-04-096-860/+0
| | | | | | | | | | | As 3.14.28-1.0.0 GA is out, the 3.10.53-1.1.x is not tested and used by default so it should be removed. This patch can be locally reverted if someone wants to still use the 3.10.53-1.1.x for any reason. Change-Id: I8d279853f2a2cdef15b4e1ee51d40ffe3d44da38 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.14.28): Add the 3.14.28-1.0.0 GA versionOtavio Salvador2015-04-097-0/+908
| | | | | | | | | | | | | | | | This upgrades 3.10.53-1.1.0 GA kernel to the 3.14.28-1.0.0 GA one. This patch is based on a patch[1] sent by Lauren Post. 1. http://patchwork.openembedded.org/patch/91217/ Over the original patch, following changes has been done: - backport of 3.14.29's patch for i.MX6 TO1.0 support; - forward port of i.MX6SL code removal support patch. Change-Id: I2193de3f61f1d9d70137774405ff60ee00aeae2c Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc.inc: Use linux-fslc.git repositoryOtavio Salvador2015-04-021-1/+1
| | | | | | | | In old days, the repository was named linux-mainline.git but this has been changed long time ago. GitHub handles the rename gracefully but for consistency we ought to rename here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Adapt to work-shared kernel sourceOtavio Salvador2015-04-021-10/+11
| | | | | | | | | | The kernel source code is (since OE-Core:6a1ff0e7) used from work-shared. As consequence, the MfgTool kernel needed changes to use a completely separated source code and avoid messing with original Linux kernel ABI identificationfile. Change-Id: Idd43dd5d0d8d9e1ff7cc6e8ce15c8cd60107259d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-191-0/+4
| | | | | | | | In order to support forks of the MCC kernel module, define the MCC kernel module packages as virtual packages. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: FILESEXTRAPATHS_prepend should use ":=", not "="Robert P. J. Day2015-03-091-1/+1
| | | | | | Change-Id: Ibf0bde5be5d51b31f2adffbb0597eecf52526140 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to the 3.19 based versionOtavio Salvador2015-02-262-5/+13
| | | | | | | | | The release is based on v3.19 tag and the following commits: 5fdbf2a ARM: dts: warp: Add initial WaRP Board support Change-Id: I8f2f0e7b66a80dc071ab31d9c8293ea8d13c3d7e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Disable imx6sl-specific code when imx6sl SOC support is disabledNikolay Dimitrov2015-02-122-1/+55
| | | | | | | | | Currently the build fails when CONFIG_SOC_IMX6SL is disabled, due to some hard-coded stuff. The patch purpose is to handle enabling/disabling this config option. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Add VFAT support for mxs defconfigDaiane Angolini2015-02-121-0/+1
| | | | | | | | Add VFAT file system support in order to allow pendrives and other storage devices using vfat out-of-the-box. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc.inc: Avoid duplication on assignmentsOtavio Salvador2015-02-092-10/+4
| | | | | | | The linux-imx.inc already handles the base settings, this drops the assignments which were duplicate in linux-fslc.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to revision 483412c9Otavio Salvador2015-02-051-2/+2
| | | | | | This updates the branch to the 3.18.5 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.53-1.1.0 GA releaseLauren Post2015-01-275-5/+35
| | | | | | | | | | - Support new hardware i.MX 6SoloX SABRE-SD and SABRE-AI boards. - Security updates for CAAM driver split into 2 drivers CAAM and Job Ring - Manufacturing tools kernel recipe upgrade to 3.10.53 - Multiple bug fixes. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Only include mvf_sema4.h if building in kernelOtavio Salvador2015-01-072-1/+53
| | | | | | | | | | | | | | | | | | When mcc_config.h is used to make application we shouldn't include mvf_sema4.h as it is an internal symbol of kernel and shouldn't be directly referenced by user space applications using the MCC interface. This allows for application developers to use the SDK without having to copy the 'mvf_sema4.h' header byhand. More detailed information at: https://lists.yoctoproject.org/pipermail/meta-freescale/2015-January/012144.html Change-Id: I39a519d10a15b951c573007d3cf689f32aac3f30 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: update to sdk v1.7 releaseChunrong Guo2014-12-292-4/+4
| | | | | | | | | | | | This includes following changes: bdb722f arm: dts: ls1021a-twr: remove dspi1 node for cannot be verified fb3f709 arm: ls1: only call ls1_pm_iomap() when doing deep sleep c15b78f ls1021a/dts: Add eTSEC1 as wake-up event source 5f94f9f qspi: ls102xa: Adjust the size of QSPI AMBA Bus memory map Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.10.31-1.1.0 Beta 2Jacob Kroon2014-12-228-261/+134
| | | | | | | | | | | Rebase onto kernel 3.10.31-1.1.0 Beta 2 from Freescale, plus clock patch from Gary Bisson. Except the kernel update there are no significant changes other than refreshing patches and aligning defconfig. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): Fix build errors when using make 3.82Otavio Salvador2014-12-212-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | This backports a fix from 2.6.36 to fix build failures when using make 3.82. ,---- | Author: Jan Beulich <JBeulich@novell.com> | Date: Mon Aug 16 11:58:58 2010 +0100 | | fixes for using make 3.82 | | It doesn't like pattern and explicit rules to be on the same line, | and it seems to be more picky when matching file (or really directory) | names with different numbers of trailing slashes. | | Signed-off-by: Jan Beulich <jbeulich@novell.com> | Acked-by: Sam Ravnborg <sam@ravnborg.org> | Andrew Benton <b3nton@gmail.com> | Cc: <stable@kernel.org> | Signed-off-by: Michal Marek <mmarek@suse.cz> `---- Change-Id: I7a56f54ad2bf6ab623705d8866d03f033a2e925e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.18 releaseOtavio Salvador2014-12-082-8/+7
| | | | | | | This updates the Linux kernel to the 3.18 release. There are currently no changes on top of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update revision to 783addbfOtavio Salvador2014-12-071-1/+1
| | | | | | This updates the Linux kernel to the 3.17.4 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 releaseLauren Post2014-12-071-3/+3
| | | | | | | This kernel update supports imx6sxsabresd T01.2 silicon changes Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add clock patch for revision T0 1.0 of i.MX6QGary Bisson2014-12-042-0/+37
| | | | | | | | | | | | The post dividers do not work on i.MX6Q rev T0 1.0 so they must be fixed to 1. As the table index was wrong, a divider a of 4 could still be requested which implied the clock not to be set properly. This is the root cause of the HDMI not working at high resolution on rev T0 1.0 of the SoC, giving the following error: mxc_sdc_fb fb.27: timeout when waiting for flip irq Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.10.17-1.0.2Jacob Kroon2014-11-221-6/+6
| | | | | | | | Also, move "require" directives to after SUMMARY/DESCRIPTION section, similar to the linux-imx recipe. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-*: Rework LOCALVERSION depending on SRCBRANCHDaiane Angolini2014-11-222-2/+2
| | | | | | | | | | | | | | | | LOCALVERSION is used in FSL Community BSP Release Notes and should highlight which are the _release version_ for that particular provider. In addition LOCALVERSION makes it easy to track where the binary running on a target is from. Both reasons make LOCALVERSION a very important information. The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case of explicit exception. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Remove +yocto sufix from LOCALVERSIONDaiane Angolini2014-11-222-2/+2
| | | | | | | | It does not make sense anymore to keep a sufix for a kernel built using yocto project tools. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.31-1.1.0 Beta versionLauren Post2014-11-1014-2883/+22
| | | | | | | | | | | - Add support for mx6sx. - General fixes for all mx6. - Upgrade to v5 Vivante graphics driver. This also updates the linux-imx-mfgtool recipe as well. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update revision to 6725f5Fabio Estevam2014-11-101-1/+1
| | | | | | | This updates the Linux kernel to the 3.17.2 stable release. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: Update to 3ced9e8 revisionChunrong Guo2014-11-081-1/+1
| | | | | | | | | | | | | | | | This includes following changes: c742cbe arm: dts: ls1021a: rename QDS and TWR board dts name for consistence dbaf1e5 ARM: ls1021a: add gating clocks to IP blocks. 0eb706c watchdog: imx2_wdt: Add power management support. b53a344 watchdog: imx2_wdt: adds big endianness support. eb157e1 watchdog: imx2_wdt: convert to watchdog core api 71b5f25 watchdog: Get rid of MODULE_ALIAS_MISCDEV statements 54d638d watchdog: imx2_wdt: disable watchdog timer during low power mode c495541 watchdog: imx2_wdt: expose module alias for loading from device-tree Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-051-14/+4
| | | | | | | | | | | | | | Changes to the following areas. - pfuse 100 - power management - graphics driver update with memory, deadlock and bug hang fixes. - crypto - Update testmgr DMA - ipu MXC IPUv3 fb: Fix MXCFB_CSC_UPDATE ioctl - ARM - Drop PL310 errata Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update revision to 20fb021Otavio Salvador2014-10-281-1/+1
| | | | | | This updates the Linux kernel to the 3.17.1 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.17 releaseOtavio Salvador2014-10-113-5/+12
| | | | | | | | This updates to the 3.17 release. No changes are applied on the patches-3.17 branch at this moment so it is essentially the hash of the v3.17 tag. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to bf3b99e revisionOtavio Salvador2014-09-231-1/+1
| | | | | | This updates the patches-3.16 branch to the 3.16.3 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: Add kernel recipes for Layerscape1 supportZhenhua Luo2014-09-153-0/+3005
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.10.17): Forward port 3.10.17-1.0.0 fixesOtavio Salvador2014-09-1111-0/+2887
| | | | | | | | | | | | | | | | | | | | Freescale when doing 3.10.17-1.0.1 has ignored the fixes done, by themselves, in the 3.10.17-1.0.0 kernel. This includes following patches, rebased on top 3.10.17-1.0.1: ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 registers across suspend/resume ENGR00301078-2: ARM: dts: imx6sl-evk: add support for pfuze200 on imx6sl-evk ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on mx6dl-sabresd pfuze100-regulator: Fix of_node_get() parameter regulator: pfuze100: Use of_get_child_by_name regulator: pfuze100: Add PFUZE200 support to Kconfig and module description regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables regulator: pfuze100: add pfuze200 support regulator: pfuze100: Fix address of FABID ENGR00309838 ARM: imx6sl: gpc: add chip revision check for dispmix Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Fix dynamic packages handlingOtavio Salvador2014-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | In case we have kernel modules, a runtime dependency or recommendation can break the dependency resolution algorithm of BitBake resulting on a conflict like: ,----[ Provider conflict error ] | ERROR: Trying to resolve runtime dependency kernel-module-nfs resulted | in conflicting PREFERRED_PROVIDER entries being found. | The providers found were: | ['.../meta-customer/recipes-kernel/linux/linux-customer-mfgtool_3.10.17.bb', | '.../meta-customer/recipes-kernel/linux/linux-customer_3.10.17.bb'] | The PREFERRED_PROVIDER entries resulting in this conflict were: | ['PREFERRED_PROVIDER_linux-mfgtool = mfgtool-linux-customer', | 'PREFERRED_PROVIDER_virtual/kernel = linux-customer'] `---- To fix this, we need to rename the dynamic packages and hence change the built binaries, solving the conflict. Change-Id: I8becb8a4a839494720711f60f51515aba0140c68 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx.inc: Use the new fsl-kernel-localversion classOtavio Salvador2014-09-011-27/+1
| | | | | | | | | This uses the new class for LOCALVERSION handling, dropping the old code. The local version is set for '+imx' by default but can be overriden by users of this .inc file. Change-Id: Ib571e17c250473b923b31837954942ca5bacb61b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Use 'performance' as default cpufreq governorJacob Kroon2014-08-301-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since CPU frequency scaling is a bad idea for real-time systems anyway, use 'performance' and disable the remaining cpufreq governors. Avoids the following issue: BUG: scheduling while atomic: swapper/0/0/0x00000002 Modules linked in: Preemption disabled at:[< (null)>] (null) CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.17-rt12-monkey+g232293e #1 [<80013c7c>] (unwind_backtrace+0x0/0xec) from [<80011644>] (show_stack+0x10/0x14) [<80011644>] (show_stack+0x10/0x14) from [<8004e160>] (__schedule_bug+0x60/0xa8) [<8004e160>] (__schedule_bug+0x60/0xa8) from [<80643458>] (__schedule+0x408/0x4a8) [<80643458>] (__schedule+0x408/0x4a8) from [<8064352c>] (schedule+0x34/0xa4) [<8064352c>] (schedule+0x34/0xa4) from [<80644104>] (rt_spin_lock_slowlock+0xc0/0x298) [<80644104>] (rt_spin_lock_slowlock+0xc0/0x298) from [<80033780>] (lock_timer_base.isra.29+0x2c/0x4c) [<80033780>] (lock_timer_base.isra.29+0x2c/0x4c) from [<80033944>] (mod_timer+0x60/0x1c4) [<80033944>] (mod_timer+0x60/0x1c4) from [<8044bcc8>] (cpufreq_interactive_idle_notifier+0x148/0x180) [<8044bcc8>] (cpufreq_interactive_idle_notifier+0x148/0x180) from [<8004ad40>] (notifier_call_chain+0x44/0x84) [<8004ad40>] (notifier_call_chain+0x44/0x84) from [<8004afd4>] (atomic_notifier_call_chain+0x34/0x48) [<8004afd4>] (atomic_notifier_call_chain+0x34/0x48) from [<8005d9a0>] (cpu_startup_entry+0xfc/0x164) [<8005d9a0>] (cpu_startup_entry+0xfc/0x164) from [<80c1cab4>] (start_kernel+0x324/0x330) [<80c1cab4>] (start_kernel+0x324/0x330) from [<10008074>] (0x10008074) See: https://lkml.org/lkml/2014/6/10/457 https://lists.yoctoproject.org/pipermail/meta-freescale/2014-June/008957.html Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.10.17-1.0.1Jacob Kroon2014-08-301-3/+3
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: Update to version 1.06Tony Felice2014-08-192-22/+3
| | | | | | | | | | | | | This includes the following main changes: * Increase max code size of MQX binary that can be loaded to SRAM from 128KB to 256KB. * Add compatibility for the 3.13+ Linux kernel. Functionality with the 3.0 kernel remains unchanged. * Integrate patch that removes bashisms from kernel-module-mcc's Makefile. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to f0539f6 revisionOtavio Salvador2014-08-181-1/+1
| | | | | | This updates the Linux 3.16-based branch to the 3.16.1 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Upgrade to 3.10.17-1.0.1Lauren Post2014-08-151-3/+3
| | | | | | | | | | | For 2D GPU cores there is a potential need to manage the maximum number of outstanding return requests from the memory subsystem. The proper way to manage these for 2D cores with this configuration is to use a FLUSH. The patch does a FLUSH after every DRAW, the pipe will not overfill and the scenario which may lead to a stall will not occur. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: remove bashism in MakefileMax Krummenacher2014-08-152-1/+20
| | | | | | | | Replacing bash brace expansion with a Posix compliant syntax to make do_install succeed also when using a dash shell. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-fsl-arm: fix some typosJavier Viguera2014-08-141-1/+1
| | | | | Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.16 kernelOtavio Salvador2014-08-053-9/+20
| | | | | | | This updates to 19583ca revision which is the 3.16 tag. No changes has been done on top of it fow now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc (3.14): Update to 6c6f90b revisionOtavio Salvador2014-08-011-1/+1
| | | | | | | This updates the Linux 3.14-based branch to the 3.14.14 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): Update to the b3912bb revisionOtavio Salvador2014-07-211-1/+1
| | | | | | | | | | | | This includes following updates: b3912bb ENGR00285448 [MX28] SAIF: Out of Voltage in SAIF clock PINs 90ce77d ENGR00285446-3 [MX28] SAIF: Bit Shift in SAIF RX Data 1ea685a ENGR00285446-2 [MX28] SAIF: Bit Shift in SAIF RX Data 1ca8992 ENGR00285446-1 [MX28] SAIF: Bit Shift in SAIF RX Data 45fe172 mach-mx5/devices.c: Add PMU device Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc (3.14): Update to cde0fbb revisionOtavio Salvador2014-07-081-1/+1
| | | | | | This updates the 3.14-based kernel to the 3.14.11 release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.10.17): Update to 2a69800 revisionOtavio Salvador2014-07-051-1/+1
| | | | | | | | | | | | | | | | | This includes the following updates to the 3.10.17-1.0.0-GA: 2a69800 ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 2a7bd41 ENGR00301078-2: ARM: dts: imx6sl-evk: add support for pfuze200 on imx6sl-evk f0790e4 ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on mx6dl-sabresd d52df5f pfuze100-regulator: Fix of_node_get() parameter ce1917e regulator: pfuze100: Use of_get_child_by_name 097577d regulator: pfuze100: Add PFUZE200 support to Kconfig and module description dad7af3 regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables 792bf11 regulator: pfuze100: add pfuze200 support df8c0fa regulator: pfuze100: Fix address of FABID dd27604 ENGR00309838 ARM: imx6sl: gpc: add chip revision check for dispmix Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Enable CONFIG_FHANDLEJacob Kroon2014-06-041-0/+1
| | | | | | | | | | | This kernel setting is required when using systemd >= 210. Without it, no serial devices are enabled at boot time, making serial login impossible. Tested on Wandboard Solo/Dual. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.10.17): enable CONFIG_FHANDLEMaciej Borzecki2014-05-241-0/+1
| | | | | | | | | | | This kernel setting is required when using systemd >= 210. Without it, no serial devices are enabled at boot time, making serial login impossible. Change-Id: Icd85e136be51700bb5c6c5bcff9bf4e87c9ab2f2 Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update 3.14-based branch to c34636aOtavio Salvador2014-05-121-1/+1
| | | | | | | This merges 3.14.3 stable release. Change-Id: I0f828bd2d8fd66ff27cd17f360c84b35c8078c98 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>