]> 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)
commitb7204c4131e8986bf78d4d051dd9c1e4c35c1f3b
tree9e8d58dc9407a358ae3dbf113dd66faf83e562cf
parent8458f694c034028926e4a399fb0a007daed8df2b
[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: 24f771b7e5af723bc1335452a0d48da50506349c
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