Boris BREZILLON
f5fe58fd76
[media] i2c: Make use of media_bus_format enum
...
In order to have subsytem agnostic media bus format definitions we've
moved media bus definitions to include/uapi/linux/media-bus-format.h and
prefixed values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT.
Replace all references to the old definitions in i2c drivers.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com >
Acked-by: Hans Verkuil <hans.verkuil@cisco.com >
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com >
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com >
2014-11-14 17:52:48 -02:00
Axel Lin
6af6e9c84f
[media] saa6752hs: Convert to devm_kzalloc()
...
Using the managed function the kfree() calls can be removed from the
probe error path and the remove handler.
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com >
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com >
2014-08-21 15:25:33 -05:00
Laurent Pinchart
8774bed9ce
[media] v4l: subdev: Move [gs]_std operation to video ops
...
The g_std and s_std operations are video-related, move them to the video
ops where they belong.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Acked-by: Hans Verkuil <hans.verkuil@cisco.com >
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com >
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com >
2014-05-24 17:11:26 -03:00
Hans Verkuil
6052ba3520
[media] saa6752hs: move to media/i2c
...
This driver is independent from saa7134, so there is no reason why this
shouldn't be in media/i2c like all other i2c media drivers.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com >
2014-01-07 07:39:17 -02:00