summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-rt_3.14.28.bb
Commit message (Collapse)AuthorAgeFilesLines
* linux-imx-rt: Remove 3.14.28 version as it does not work with GCC 5.2Otavio Salvador2015-10-281-32/+0
| | | | | | | | 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>
* linux-imx-rt: Add patch for imx-sdma CPU stall issueDominic Sacré2015-07-221-0/+1
| | | | | | | | | Work around CPU stalls in the imx-sdma driver by replacing spinlocks with raw spinlocks. This prevents preemption during the spinlock's critical section, as is the case on non PREEMPT_RT kernels. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-rt: Upgrade to 3.14.28-1.0.0 GADominic Sacré2015-07-131-0/+31
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>