Skip to content

Commit

Permalink
[media] m88ds3103: use regmap for I2C register access
Browse files Browse the repository at this point in the history
Use regmap for I2C register access.
Remove own I2C repeated mutex as it should not be needed. I2C adapter
lock is already taken when I2C mux adapter is called, no need for
double locking.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jun 10, 2015
1 parent 7978b8a commit 478932b
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 290 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb-frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ config DVB_STV6110x
config DVB_M88DS3103
tristate "Montage Technology M88DS3103"
depends on DVB_CORE && I2C && I2C_MUX
select REGMAP_I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.
Expand Down
Loading

0 comments on commit 478932b

Please sign in to comment.