[media] ddbridge: add i2c_read_regs()
authorDaniel Scheller <d.scheller@gmx.net>
Wed, 29 Mar 2017 16:43:12 +0000 (13:43 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 20 Jun 2017 12:28:26 +0000 (09:28 -0300)
commit6b1256b7becbf737cf220d011b0f732136ef63a5
tree12055667b37d1ce413062f0607c0de1a3cc194a2
parentdbbac11e1de1250ad39bbc15490c8614ac7f9def
[media] ddbridge: add i2c_read_regs()

Adds new i2c_read_regs() function and make i2c_read_reg() wrap into this
with len=1. Required for the tuner_tda18212_ping() and XO2 handling
functions (part of the Sony CXD28xx support patch series).

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/ddbridge/ddbridge-core.c