All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/9 v2] Image-bus API and accompanying soc-camera patches
@ 2009-10-30 14:00 Guennadi Liakhovetski
  2009-10-30 14:01 ` [PATCH 1/9] soc-camera: remove no longer needed struct members Guennadi Liakhovetski
                   ` (9 more replies)
  0 siblings, 10 replies; 51+ messages in thread
From: Guennadi Liakhovetski @ 2009-10-30 14:00 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Hans Verkuil, Laurent Pinchart, Sakari Ailus, Muralidharan Karicheri

Hi all

As discussed yesterday, we sant to finalise the conversion of soc-camera 
to v4l2-subdev. The presented 9 patches consist of a couple of clean-ups, 
minor additions to existing APIs, and, most importantly, the second 
version of the image-bus API. It hardly changed since v1, only got 
extended with a couple more formats and driver conversions. The last patch 
modifies mt9t031 sensor driver to enable its use outside of soc-camera. 
Muralidharan, hopefully you'd be able to test it. I'll provide more 
comments in the respective mail. A complete current patch-stack is 
available at

http://download.open-technology.de/soc-camera/20091030/

based on 2.6.32-rc5. Patches, not included with these mails have either 
been already pushed via hg, or posted to the list earlier.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

end of thread, other threads:[~2009-11-20 15:07 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-30 14:00 [PATCH/RFC 0/9 v2] Image-bus API and accompanying soc-camera patches Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH 1/9] soc-camera: remove no longer needed struct members Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH 2/9] v4l: add new v4l2-subdev sensor operations, use g_skip_top_lines in soc-camera Guennadi Liakhovetski
2009-10-30 14:43   ` Karicheri, Muralidharan
2009-10-30 20:31     ` Guennadi Liakhovetski
2009-11-02 16:14       ` Karicheri, Muralidharan
2009-11-04 19:11         ` Guennadi Liakhovetski
2009-11-10 12:55   ` Laurent Pinchart
2009-11-10 14:11     ` Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH 3/9] soc-camera: fix multi-line comment coding style Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH 4/9] v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes Guennadi Liakhovetski
2009-11-05 14:45   ` Hans Verkuil
2009-11-05 16:29     ` Guennadi Liakhovetski
2009-11-05 16:32       ` Hans Verkuil
2009-10-30 14:01 ` [PATCH 5/9] soc-camera: add a private field to struct soc_camera_link Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH 6/9] soc-camera: switch drivers and platforms to use .priv in " Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH/RFC 7/9 v2] v4l: add an image-bus API for configuring v4l2 subdev pixel and frame formats Guennadi Liakhovetski
2009-11-05 15:41   ` Hans Verkuil
2009-11-05 16:51     ` Guennadi Liakhovetski
2009-11-05 18:11       ` Hans Verkuil
2009-11-05 18:56         ` Guennadi Liakhovetski
2009-11-06  6:47           ` Hans Verkuil
2009-11-06  7:42             ` Guennadi Liakhovetski
2009-11-06  8:28               ` Hans Verkuil
2009-11-10 13:51   ` Laurent Pinchart
2009-11-10 14:28     ` Guennadi Liakhovetski
2009-11-11  7:55   ` Hans Verkuil
2009-11-12  8:08     ` Guennadi Liakhovetski
2009-11-15 16:23       ` Hans Verkuil
2009-11-19 22:33         ` Guennadi Liakhovetski
2009-11-20 12:29           ` Hans Verkuil
2009-11-20 15:07             ` Karicheri, Muralidharan
2009-10-30 14:01 ` [PATCH/RFC 8/9 v2] soc-camera: convert to the new imagebus API Guennadi Liakhovetski
2009-10-30 18:31   ` [PATCH/RFC 8a/9 " Guennadi Liakhovetski
2009-10-30 18:34   ` [PATCH/RFC 8b/9 v3] rj54n1cb0c: Add cropping, auto white balance, restrict sizes, add platform data Guennadi Liakhovetski
2009-10-30 14:01 ` [PATCH/RFC 9/9] mt9t031: make the use of the soc-camera client API optional Guennadi Liakhovetski
2009-10-30 15:28   ` Karicheri, Muralidharan
2009-10-30 20:25     ` Guennadi Liakhovetski
2009-11-02 16:05       ` Karicheri, Muralidharan
2009-11-04 16:49         ` [PATCH/RFC 9/9 v2] " Guennadi Liakhovetski
2009-11-04 16:57           ` Karicheri, Muralidharan
2009-11-04 17:53             ` Guennadi Liakhovetski
2009-11-05  0:04               ` Guennadi Liakhovetski
2009-11-05 15:57           ` Hans Verkuil
2009-11-05 16:59             ` Guennadi Liakhovetski
2009-11-05 17:07               ` Karicheri, Muralidharan
2009-11-10 13:54                 ` Laurent Pinchart
2009-11-10 14:36                   ` Guennadi Liakhovetski
2009-11-05 15:46   ` [PATCH/RFC 9/9] " Hans Verkuil
2009-10-30 14:34 ` [PATCH/RFC 0/9 v2] Image-bus API and accompanying soc-camera patches Karicheri, Muralidharan
2009-10-30 20:12   ` Guennadi Liakhovetski

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.