All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] YUV input support for the OMAP3 ISP
@ 2012-06-26 13:45 Laurent Pinchart
  2012-06-26 13:45 ` [PATCH 1/6] omap3isp: video: Split format info bpp field into width and bpp Laurent Pinchart
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Laurent Pinchart @ 2012-06-26 13:45 UTC (permalink / raw)
  To: linux-media
  Cc: sakari.ailus, Enrico, Jean-Philippe Francois,
	Abhishek Reddy Kondaveeti, Gary Thomas, Javier Martinez Canillas

Hi everybody,

Here are (long awaited) patches that implement support for YUV at the OMAP3 ISP
input.

Only progressive YUV in non-BT.656 mode is currently supported. The code has
been tested with an OV7725 sensor (I will push modifications to the ov772x
driver required to make it work with the OMAP3 ISP to mainline, but that
requires infrastructure work and will thus still take some time).

I've pushed the patches to the omap3isp-omap3isp-next branch of my git tree at
http://git.linuxtv.org/pinchartl/media.git, and rebased the
omap3isp-sensors-next and omap3isp-sensors-board branches.

My plan is to include this in the OMAP3 ISP v3.6 pull request (if no issue
found during review prevents this).

Ivaylo Petrov (1):
  omap3isp: csi2: Add V4L2_MBUS_FMT_YUYV8_2X8 support

Laurent Pinchart (5):
  omap3isp: video: Split format info bpp field into width and bpp
  omap3isp: video: Add YUYV8_2X8 and UYVY8_2X8 support
  omap3isp: ccdc: Remove support for interlaced data and master HS/VS
    mode
  omap3isp: ccdc: Remove ispccdc_syncif structure
  omap3isp: ccdc: Add YUV input formats support

 drivers/media/video/omap3isp/isp.c      |    4 +-
 drivers/media/video/omap3isp/isp.h      |    2 +-
 drivers/media/video/omap3isp/ispccdc.c  |  230 +++++++++++++++++++------------
 drivers/media/video/omap3isp/ispccdc.h  |   37 -----
 drivers/media/video/omap3isp/ispcsi2.c  |   27 ++++-
 drivers/media/video/omap3isp/ispvideo.c |   55 +++++---
 drivers/media/video/omap3isp/ispvideo.h |    6 +-
 include/media/omap3isp.h                |   14 +--
 8 files changed, 207 insertions(+), 168 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-06-27 11:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-26 13:45 [PATCH 0/6] YUV input support for the OMAP3 ISP Laurent Pinchart
2012-06-26 13:45 ` [PATCH 1/6] omap3isp: video: Split format info bpp field into width and bpp Laurent Pinchart
2012-06-27 11:07   ` Sakari Ailus
2012-06-27 11:54     ` Laurent Pinchart
2012-06-27 11:56       ` Laurent Pinchart
2012-06-27 11:59       ` Sakari Ailus
2012-06-26 13:45 ` [PATCH 2/6] omap3isp: video: Add YUYV8_2X8 and UYVY8_2X8 support Laurent Pinchart
2012-06-26 13:45 ` [PATCH 3/6] omap3isp: csi2: Add V4L2_MBUS_FMT_YUYV8_2X8 support Laurent Pinchart
2012-06-26 13:45 ` [PATCH 4/6] omap3isp: ccdc: Remove support for interlaced data and master HS/VS mode Laurent Pinchart
2012-06-27 11:09   ` Sakari Ailus
2012-06-26 13:45 ` [PATCH 5/6] omap3isp: ccdc: Remove ispccdc_syncif structure Laurent Pinchart
2012-06-27 11:20   ` Sakari Ailus
2012-06-26 13:45 ` [PATCH 6/6] omap3isp: ccdc: Add YUV input formats support Laurent Pinchart
2012-06-27 11:55   ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.