]> git.kernelconcepts.de Git - karo-tx-linux.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>
Tue, 20 Oct 2015 16:33:56 +0000 (14:33 -0200)
commit322474f64b5ff6b9a0fa05ad632c75ca5e526fcc
tree063b568e00430781f2920892f81ca92a13506c26
parent15b1e617a29dd434175bfdfddea29333e8282675
[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: 478932b16052f5ded74685d096ae920cd17d6424
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