commit | 5bd1d91d673df395aafe0c984de6195e9e662ec3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed Aug 01 10:09:24 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Sep 17 13:33:41 2018 -0400 |
tree | 8275bab0a5ed285b483a8bf70efbe80f5582465b | |
parent | ee9a6ff6a6979c2c374b434ff1c800780b193af4 [diff] |
media: tvp5150: implement decoder lock when irq is not used When irq is used, the lock is set via IRQ code. When it isn't, the driver just assumes it is always locked. Instead, read the lock status from the status register. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>