From 24da68dd83b84be4366002f6211af9e6f17e45cf Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 18 Jul 2018 00:00:16 +0200 Subject: linux-handheld_4.14: initial commit for pxa clamshells Stable 4.14.56 patchset. Signed-off-by: Andrea Adami Signed-off-by: Paul Eggleton --- ...deo-move-backlight-to-the-end-of-Makefile.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 recipes-kernel/linux/linux-handheld-4.14/tosa/0001-HACK-video-move-backlight-to-the-end-of-Makefile.patch (limited to 'recipes-kernel/linux/linux-handheld-4.14/tosa/0001-HACK-video-move-backlight-to-the-end-of-Makefile.patch') diff --git a/recipes-kernel/linux/linux-handheld-4.14/tosa/0001-HACK-video-move-backlight-to-the-end-of-Makefile.patch b/recipes-kernel/linux/linux-handheld-4.14/tosa/0001-HACK-video-move-backlight-to-the-end-of-Makefile.patch new file mode 100644 index 0000000..77ec26b --- /dev/null +++ b/recipes-kernel/linux/linux-handheld-4.14/tosa/0001-HACK-video-move-backlight-to-the-end-of-Makefile.patch @@ -0,0 +1,32 @@ +From 314fa2306f49b92d7f000584c4b33db9c9a47cfe Mon Sep 17 00:00:00 2001 +From: Dmitry Eremin-Solenikov +Date: Wed, 9 Oct 2013 05:58:21 +0400 +Subject: [PATCH] HACK: video: move backlight/ to the end of Makefile + +Thus tosa-lcd/tosa-bl will be initialized after tmiofb is started. +Otherwise tosa-lcd/tosa-bl can easily hang the unit. + +Signed-off-by: Dmitry Eremin-Solenikov + +--- + drivers/video/Makefile | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/drivers/video/Makefile b/drivers/video/Makefile +index df7650a..213067b 100644 +--- a/drivers/video/Makefile ++++ b/drivers/video/Makefile +@@ -5,7 +5,6 @@ obj-$(CONFIG_HDMI) += hdmi.o + obj-$(CONFIG_VT) += console/ + obj-$(CONFIG_FB_STI) += console/ + obj-$(CONFIG_LOGO) += logo/ +-obj-y += backlight/ + + obj-y += fbdev/ + +@@ -13,3 +12,5 @@ obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o + ifeq ($(CONFIG_OF),y) + obj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o + endif ++ ++obj-y += backlight/ -- cgit 1.2.3-korg