OSDN Git Service

[media] tvp5150: Use i2c_smbus_(read|write)_byte_data
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 26 May 2014 19:31:28 +0000 (16:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 13:00:08 +0000 (10:00 -0300)
commite35ce2e4b2c7657e9e23b618c861c258ce4a57bf
tree2a50919143d370dad88a0c629733273c3ff6d393
parent385dded8066aec9cb78cfbcc842532dff7946704
[media] tvp5150: Use i2c_smbus_(read|write)_byte_data

X-Patchwork-Delegate: mchehab@redhat.com
Replace the custom I2C read/write implementation with SMBUS functions to
simplify the driver.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/tvp5150.c