]> git.baikalelectronics.ru Git - kernel.git/commit
[media] m88ds3103: use own reg update_bits() implementation
authorAntti Palosaari <crope@iki.fi>
Sat, 3 Oct 2015 21:35:14 +0000 (18:35 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 22 Oct 2015 17:48:28 +0000 (15:48 -0200)
commit87ec0234f18d008a87845607f965fcd757803685
tree9e8d58dc9407a358ae3dbf113dd66faf83e562cf
parent3038f58bacb39f7f5fcf6d51083de877fed760b0
[media] m88ds3103: use own reg update_bits() implementation

Device stopped to tuning some channels after regmap conversion.
Reason is that regmap_update_bits() works a bit differently for
partially volatile registers than old homemade routine. Return
back to old routine in order to fix issue.

Fixes: 0d45d27418d80b0d4b99601525827a7f6d4f8cab
Cc: <stable@kernel.org> # 4.2+
Reported-by: Mark Clarkstone <hello@markclarkstone.co.uk>
Tested-by: Mark Clarkstone <hello@markclarkstone.co.uk>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/m88ds3103.c