From: Hans Verkuil Date: Wed, 12 Sep 2007 11:32:50 +0000 (-0300) Subject: V4L/DVB (6451): v4l2: add support for bus-based I2C drivers X-Git-Tag: v2.6.25-rc1~1235^2~460 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ffbc6559493c64d6194c92d856196fdaeb8a5fb;p=pandora-kernel.git V4L/DVB (6451): v4l2: add support for bus-based I2C drivers Two new headers were added: one for I2C drivers that are only used by V4L2 drivers converted to the new bus-based I2C API, and one that can be used by both converted and unconverted drivers (at the expense of some additional overhead). To support the legacy I2C API a helper function was added to v4l2-common.c. These headers take care of all the 'boilerplate' code that all V4L2 I2C drivers have in common and will automatically support the bus-based I2C API introduced in kernel 2.6.22. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed