summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-02-08 01:24:07 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 14:36:04 +0100
commitdeec4d3c6702cddd23b572790f8b1728761ff6a2 (patch)
treedc3161d7c374e7b4bc5178c6e2d10183abef5f1c /recipes-kernel/linux/linux-toradex-mainline_4.14.bb
parent0bfafa6f85755dd12a622c01a1aa9e48f7f98097 (diff)
linux-toradex-mainline: apalis tk1 mainline, fbdev mmap fix
Integrate Thierry's fbdev mmap fix allowing legacy applications that use the mmap() syscall on the fbdev device to map framebuffer memory without causing a hang. Useful e.g. for Tezi. While at it also update to 4.14.29. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index f5a197b..15fa3b4 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
include conf/tdx_version.conf
-LINUX_VERSION ?= "4.14.8"
+LINUX_VERSION ?= "4.14.29"
LOCALVERSION = "-${PR}"
PR = "${TDX_VER_ITEM}"
@@ -25,6 +25,9 @@ TK1-PATCHES = " \
file://0006-tegra_defconfig-snapd-squashfs-configuration.patch \
file://0007-ARM-tegra-apalis-tk1-support-v1.2-hardware-revision.patch \
file://0008-apalis-tk1-fix-pcie-reset-for-reliable-gigabit-ether.patch \
+ file://0009-drm-tegra-gem-Reshuffle-declarations.patch \
+ file://0010-drm-tegra-gem-Make-__tegra_gem_mmap-available-more-w.patch \
+ file://0011-drm-tegra-fb-Implement-fb_mmap-callback.patch \
"
SRC_URI = " \
https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz \