]> 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>
Thu, 22 Oct 2015 17:48:28 +0000 (15:48 -0200)
commit56ea37da3b93dfe46cb5c3ee0ee4cc44229ece47
tree9e8d58dc9407a358ae3dbf113dd66faf83e562cf
parentd18ca5b7ceca0e9674cb4bb2ed476b0fcbb23ba2
[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