All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Miscellaneous soc-camera patches
@ 2012-05-23 15:27 Laurent Pinchart
  2012-05-23 15:27 ` [PATCH 1/8] soc-camera: Don't fail at module init time if no device is present Laurent Pinchart
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Laurent Pinchart @ 2012-05-23 15:27 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-media

Hi Guennadi,

Here's a set of miscellaneous soc-camera patches that I wrote as part of an
effort to improve the interoperability between soc-camera clients and non
soc-camera hosts (namely the ov772x and the OMAP3 ISP in this case).

All patches have been compile-tested but not runtime-tested as I lack the
necessary hardware. I'd like to first validate the approach, I can then of
course fix any small (or not-so-small) issue you will point out.

Laurent Pinchart (8):
  soc-camera: Don't fail at module init time if no device is present
  soc-camera: Pass the physical device to the power operation
  ov2640: Don't access the device in the g_mbus_fmt operation
  ov772x: Don't access the device in the g_mbus_fmt operation
  tw9910: Don't access the device in the g_mbus_fmt operation
  soc_camera: Don't call .s_power() during probe
  soc-camera: Add and use soc_camera_power_[on|off]() helper functions
  soc-camera: Push probe-time power management to drivers

 drivers/media/video/imx074.c              |   33 +++++++-
 drivers/media/video/mt9m001.c             |   29 +++++++-
 drivers/media/video/mt9m111.c             |  116 ++++++++++++++++++-----------
 drivers/media/video/mt9t031.c             |   29 +++++--
 drivers/media/video/mt9t112.c             |   24 ++++++-
 drivers/media/video/mt9v022.c             |   17 ++++
 drivers/media/video/ov2640.c              |   28 +++++--
 drivers/media/video/ov5642.c              |   32 ++++++--
 drivers/media/video/ov6650.c              |   31 ++++++--
 drivers/media/video/ov772x.c              |   34 +++++++--
 drivers/media/video/ov9640.c              |   30 ++++++-
 drivers/media/video/ov9740.c              |   38 +++++++---
 drivers/media/video/rj54n1cb0c.c          |   30 ++++++-
 drivers/media/video/sh_mobile_csi2.c      |   10 ++-
 drivers/media/video/soc_camera.c          |  107 ++++++++++++---------------
 drivers/media/video/soc_camera_platform.c |   15 ++++-
 drivers/media/video/tw9910.c              |   32 ++++++--
 include/media/soc_camera.h                |    2 +
 18 files changed, 459 insertions(+), 178 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2012-06-29  9:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-23 15:27 [PATCH 0/8] Miscellaneous soc-camera patches Laurent Pinchart
2012-05-23 15:27 ` [PATCH 1/8] soc-camera: Don't fail at module init time if no device is present Laurent Pinchart
2012-05-23 15:27 ` [PATCH 2/8] soc-camera: Pass the physical device to the power operation Laurent Pinchart
2012-05-23 15:27 ` [PATCH 3/8] ov2640: Don't access the device in the g_mbus_fmt operation Laurent Pinchart
2012-06-21 12:28   ` Guennadi Liakhovetski
2012-06-27 21:57     ` Laurent Pinchart
2012-05-23 15:27 ` [PATCH 4/8] ov772x: " Laurent Pinchart
2012-05-23 15:27 ` [PATCH 5/8] tw9910: " Laurent Pinchart
2012-05-23 15:27 ` [PATCH 6/8] soc_camera: Don't call .s_power() during probe Laurent Pinchart
2012-05-23 15:27 ` [PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions Laurent Pinchart
2012-06-21 21:15   ` Guennadi Liakhovetski
2012-06-27 23:01     ` Laurent Pinchart
2012-06-29  9:06       ` Guennadi Liakhovetski
2012-05-23 15:27 ` [PATCH 8/8] soc-camera: Push probe-time power management to drivers Laurent Pinchart
2012-06-22 11:23   ` Guennadi Liakhovetski
2012-06-28  9:26     ` Laurent Pinchart

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.