-
- Downloads
media: omap3isp: Quit using struct v4l2_subdev.host_priv field
struct v4l2_subdev.host_priv is intended to be used by another driver. This is hardly good design but back in the days of platform data was a quick hack to get things done. As the sub-device specific bus information can be stored to the ISP driver specific struct allocated along with v4l2_async_subdev, keep the information there and only there. Signed-off-by:Sakari Ailus <sakari.ailus@linux.intel.com> Tested-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@s-opensource.com>
Showing
- drivers/media/platform/omap3isp/isp.c 7 additions, 22 deletionsdrivers/media/platform/omap3isp/isp.c
- drivers/media/platform/omap3isp/isp.h 3 additions, 1 deletiondrivers/media/platform/omap3isp/isp.h
- drivers/media/platform/omap3isp/ispccdc.c 9 additions, 7 deletionsdrivers/media/platform/omap3isp/ispccdc.c
- drivers/media/platform/omap3isp/ispccp2.c 2 additions, 1 deletiondrivers/media/platform/omap3isp/ispccp2.c
- drivers/media/platform/omap3isp/ispcsi2.c 1 addition, 1 deletiondrivers/media/platform/omap3isp/ispcsi2.c
- drivers/media/platform/omap3isp/ispcsiphy.c 3 additions, 5 deletionsdrivers/media/platform/omap3isp/ispcsiphy.c
Loading
Please register or sign in to comment