commit | 375929f9f48356e862789c72ddc1175d89866f44 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Thu Sep 07 20:37:36 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Oct 04 15:31:54 2017 -0300 |
tree | 781d2394f75b0f60d9ac40c9966445811890599b | |
parent | 52ea79910720c56420f58771b9790e257764e006 [diff] |
[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>