public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 00/13 v3] Converting soc_camera to the control framework
@ 2011-09-08  8:43 Guennadi Liakhovetski
  2011-09-08  8:43 ` [PATCH 01/13 v3] soc_camera: add control handler support Guennadi Liakhovetski
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Guennadi Liakhovetski @ 2011-09-08  8:43 UTC (permalink / raw)
  To: linux-media; +Cc: Hans Verkuil, Mauro Carvalho Chehab

This is a re-send of the patch-series by Hans Verkuil, partially modified 
and tested by me. The original patch-series can be found at

http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/soc2

Significant changes has been applied to patches 1 and 2. Unfortunately, 
Hans didn't address my comments to his original submission, so, those 
issues had to be fixed here too. This (almost) applies to the same base, 
as the above tree. I pushed all my for-3.2 and Hans' relevant patches to

git://linuxtv.org/gliakhovetski/v4l-dvb.git rc1-for-3.2

History:
v3: my changes
v2: above git-tree by Hans
v1: Hans' original posts of 12.01.2011

Hans Verkuil (13):
  soc_camera: add control handler support
  sh_mobile_ceu_camera: implement the control handler.
  ov9640: convert to the control framework.
  ov772x: convert to the control framework.
  rj54n1cb0c: convert to the control framework.
  mt9v022: convert to the control framework.
  ov2640: convert to the control framework.
  ov6650: convert to the control framework.
  ov9740: convert to the control framework.
  mt9m001: convert to the control framework.
  mt9m111: convert to the control framework.
  mt9t031: convert to the control framework.
  soc_camera: remove the now obsolete struct soc_camera_ops

 drivers/media/video/imx074.c               |    1 -
 drivers/media/video/mt9m001.c              |  218 ++++++----------
 drivers/media/video/mt9m111.c              |  203 ++++-----------
 drivers/media/video/mt9t031.c              |  252 +++++++------------
 drivers/media/video/mt9t112.c              |    2 -
 drivers/media/video/mt9v022.c              |  265 ++++++++------------
 drivers/media/video/ov2640.c               |   90 ++-----
 drivers/media/video/ov6650.c               |  381 +++++++++-------------------
 drivers/media/video/ov772x.c               |  114 +++------
 drivers/media/video/ov9640.c               |  119 +++------
 drivers/media/video/ov9640.h               |    4 +-
 drivers/media/video/ov9740.c               |   83 ++----
 drivers/media/video/rj54n1cb0c.c           |  141 +++--------
 drivers/media/video/sh_mobile_ceu_camera.c |   91 +++----
 drivers/media/video/soc_camera.c           |   94 ++------
 drivers/media/video/soc_camera_platform.c  |    2 -
 drivers/media/video/tw9910.c               |    1 -
 include/media/soc_camera.h                 |   24 +--
 18 files changed, 659 insertions(+), 1426 deletions(-)

-- 
1.7.2.5

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

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

end of thread, other threads:[~2011-09-10 11:14 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08  8:43 [PATCH/RFC 00/13 v3] Converting soc_camera to the control framework Guennadi Liakhovetski
2011-09-08  8:43 ` [PATCH 01/13 v3] soc_camera: add control handler support Guennadi Liakhovetski
2011-09-08  8:43 ` [PATCH 02/13 v3] sh_mobile_ceu_camera: implement the control handler Guennadi Liakhovetski
2011-09-08  8:43 ` [PATCH 03/13 v3] ov9640: convert to the control framework Guennadi Liakhovetski
2011-09-08  8:43 ` [PATCH 04/13 v3] ov772x: " Guennadi Liakhovetski
2011-09-08  8:43 ` [PATCH 05/13 v3] rj54n1cb0c: " Guennadi Liakhovetski
2011-09-08  8:43 ` [PATCH 06/13 v3] mt9v022: " Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 07/13 v3] ov2640: " Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 08/13 v3] ov6650: " Guennadi Liakhovetski
2011-09-09 17:07   ` Janusz Krzysztofik
2011-09-09 18:01     ` Guennadi Liakhovetski
2011-09-09 18:23       ` Sylwester Nawrocki
2011-09-09 20:58         ` Janusz Krzysztofik
2011-09-10 10:30           ` Guennadi Liakhovetski
2011-09-10 11:14           ` Sylwester Nawrocki
2011-09-09 20:39       ` Janusz Krzysztofik
2011-09-09 21:00         ` Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 09/13 v3] ov9740: " Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 10/13 v3] mt9m001: " Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 11/13 v3] mt9m111: " Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 12/13 v3] mt9t031: " Guennadi Liakhovetski
2011-09-08  8:44 ` [PATCH 13/13 v3] soc_camera: remove the now obsolete struct soc_camera_ops Guennadi Liakhovetski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox