Re: [PATCH 4/7] v4l2-subdev: support new 'which' field in enum_mbus_code

2015-02-23 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Friday 13 February 2015 12:30:03 Hans Verkuil wrote: > From: Hans Verkuil > > Support the new 'which' field in the enum_mbus_code ops. Most drivers do not > need to be changed since they always returns the same enumeration > regardless of the 'which' field.

[PATCH 4/7] v4l2-subdev: support new 'which' field in enum_mbus_code

2015-02-13 Thread Hans Verkuil
From: Hans Verkuil Support the new 'which' field in the enum_mbus_code ops. Most drivers do not need to be changed since they always returns the same enumeration regardless of the 'which' field. Signed-off-by: Hans Verkuil --- drivers/media/platform/omap3isp/ispccdc.c| 4 ++-- drivers/medi