aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx
AgeCommit message (Collapse)Author
2013-01-18linux-imx_3.0.35: Enables eGalax touchscreen on i.MX6Q Sabre machinesLeonardo Sandoval
Enables the touchscreen functionality on i.MX6 Sabre Platforms using the eGalax Driver. Tested on imx6qsabresd and imxqsabreauto machines. [YOCTO #3573] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com> Suggested-by: Eric Nelson <eric.nelson@boundarydevices.com>
2012-12-19linux-imx: Add a patch to fix perf compilation issue.Noor Ahsan
* Perf gived compilation error CC builtin-sched.o builtin-sched.c: In function ‘get_cpu_usage_nsec_parent’: builtin-sched.c:399:16: error: storage size of ‘ru’ isn’t known * Added a patch from linux kernel git repo commit id 7b78f13603c6fcb64e020a0bbe31a651ea2b657b which include resource.h file in builtin-sched.c. * Bump PR. * Verified it on Saberlite machine. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-03linux-imx (3.0.35): Update SRCREV as perf fix has been mergedOtavio Salvador
Change-Id: I226315eaa399f6448e26908185f535c127ff6e95 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-30linux-imx (3.0.35): perf tools: Fix build against newer glibcDaiane Angolini
Upstream glibc commit 295e904 added a definition for __attribute_const__ to cdefs.h. This causes the following error when building perf: util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror] /usr/include/sys/cdefs.h:226:0: note: this is the location of the previous definition Wrap __attribute_const__ in #ifndef as we do for __always_inline. Change-Id: I0d12b349826162117b7708f79b6cac14621bcb30 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-09-28linux-imx (2.6.35.3): Update to newer GIT versionsOtavio Salvador
This remove 3 patches that were merged (or had equivalent fix implemented) on Freescale kernel. The egalax patch for MX53 QSB touchscreen was removed as this did not help with touch functionality. The kernel has been updated to mxs and mx5 SoCs. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-08-17linux-imx (2.6.38): drop as no BSP uses itOtavio Salvador
The 2.6.38 kernel has been used for the initial i.MX6Q support but now it is replaced by 3.0.15 with much nicer kernel support thus this version has no reason to be kept on the repository anymore. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-06-18linux-imx (2.6.35.3): Fix support for NFS rootOtavio Salvador
This allows use of alternative NFS ports and regular NFS root on same kernel. This has also enabled the feature for the supported machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-20linux-imx: Add gpu module to imx6qsabrelite defconfigDaiane Angolini
Add a kernel patch to avoid unused variable error Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-03-15linux-imx: allow NFS root mount to use alternate RPC portsOtavio Salvador
This patch, include in 2.6.35.3 and 2.6.38 kernel recipes, has been imported from Yocto kernel to allow the use of NFS server in user-mode as it is preferred for use in SDK and ADT tools. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-15linux-imx: move 2.6.35.3 specific patches to linux-imx-2.6.35.3 dirOtavio Salvador
This makes easier to identify which kernel needs a specific patch avoiding keeping unused patches around. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Bnard <eric@eukrea.com>
2012-03-08linux-2.6.35.3: put defconfig in a versionned directoryEric Bénard
this gives us a chance to be able to compile other versions of the kernel with their own configuration Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-08linux-imx-2.6.35.3: Added IPU patches fixing ERESTARTSYS behaviour.Leon Woestenberg
Posted by Phil Endecott on imxcommunity.org. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-08linux-imx-2.6.35: add USR led support to imx53qsbEric Bénard
this allows to have an heartbeat trigger on this led for example Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-07linux-imx: fix no-unaligned-access.patchEric Bénard
with this fix (very close to what was applied to mainline kernel), we can also compile the kernel with toolchain which don't have the -mno-unaligned-access option. Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-02-01linux-imx: add imx51evk supportAdrian Alonso
* Add imx51evk target board support * Add default defconfig * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-01-21linux_imx: New kernel patches from Freescale, 2011-12.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2012-01-06linux-imx: Replace patch for DMA_ZONE by improved patch.Leon Woestenberg
Add Freescale patches from L2.6.35_MX53_201112_Patches, to be integrated and tested later. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-12-23linux-imx: enable SIL9022 HDMI driverLeon Woestenberg
Tested on i.MX53QSB with HDMICARD, output in 1920x1080p30. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23linux-imx: enable devtmpfs supportOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23linux-imx: Workaround kernel oops when devtmpfs is enabled.Leon Woestenberg
More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-12-23linux-imx: Allow larger DMA_ZONE, required by i.MX53 V4L2 sink.Leon Woestenberg
More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-23linux-imx: use git repository to fetch the kernelOtavio Salvador
This removes the patches tarball and simplify the recipe a bit. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-11-07linux-imx: update to release version 11.09.01Adrian Alonso
* Update to release version 11.09.01 * Fetch base kernel from official repo * Include Freescale kernel patches as part of metadata * Update checksums * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-08-24egalax: touchscreen single event modeAdrian Alonso
* Kernel patch for enabling single event mode for eGalax touchscreen driver. Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24defconfig: kernel config for imx53qsb targetAdrian Alonso
* Default kernel config for imx53 quick start board Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24defconfig: kernel config for imx53ard targetAdrian Alonso
* Default kernel config for imx53ard target Signed-off-by: Adrian Alonso <b38018@freescale.com>