]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: rc: gpio-ir-recv: do not allow threaded interrupt handler
authorLadislav Michl <ladis@linux-mips.org>
Thu, 7 Sep 2017 23:37:36 +0000 (20:37 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 4 Oct 2017 18:31:54 +0000 (15:31 -0300)
commit313f46a666784222b128882f5df4fb18e59c929a
tree781d2394f75b0f60d9ac40c9966445811890599b
parent4c29541aecc54eb4a35d0a85eaa82382612db40f
[media] media: rc: gpio-ir-recv: do not allow threaded interrupt handler

Requesting any context irq is not actually great idea since threaded
interrupt handler is run at too unpredictable time which turns
timing information wrong. Fix it by requesting regular interrupt.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/gpio-ir-recv.c