From 0834f9f07631a8857a96614e37cb21e1dc84ffb4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 25 Feb 2016 10:14:05 +0000 Subject: brcm2708: remove linux 4.1 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 48766 --- ...-Use-interruptible-sleep-to-avoid-high-loa.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/brcm2708/patches-4.1/0212-rpi-ft5406-Use-interruptible-sleep-to-avoid-high-loa.patch (limited to 'target/linux/brcm2708/patches-4.1/0212-rpi-ft5406-Use-interruptible-sleep-to-avoid-high-loa.patch') diff --git a/target/linux/brcm2708/patches-4.1/0212-rpi-ft5406-Use-interruptible-sleep-to-avoid-high-loa.patch b/target/linux/brcm2708/patches-4.1/0212-rpi-ft5406-Use-interruptible-sleep-to-avoid-high-loa.patch deleted file mode 100644 index 531fb7b..0000000 --- a/target/linux/brcm2708/patches-4.1/0212-rpi-ft5406-Use-interruptible-sleep-to-avoid-high-loa.patch +++ /dev/null @@ -1,21 +0,0 @@ -From a668e38a52a964834054ee19e6e11e28f71f4172 Mon Sep 17 00:00:00 2001 -From: popcornmix -Date: Fri, 6 Nov 2015 16:24:59 +0000 -Subject: [PATCH 212/222] rpi-ft5406: Use interruptible sleep to avoid high - load reported - ---- - drivers/input/touchscreen/rpi-ft5406.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/input/touchscreen/rpi-ft5406.c -+++ b/drivers/input/touchscreen/rpi-ft5406.c -@@ -65,7 +65,7 @@ static int ft5406_thread(void *arg) - while(!kthread_should_stop()) - { - // 60fps polling -- msleep(17); -+ msleep_interruptible(17); - memcpy_fromio(®s, ts->regs, sizeof(*ts->regs)); - writel(99, &ts->regs->num_points); - // Do not output if theres no new information (num_points is 99) -- cgit v1.1