All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Conversion of the NOON010PC30 sensor driver to media controller API
@ 2011-09-16 15:59 Sylwester Nawrocki
  2011-09-16 15:59 ` [PATCH v3 1/3] noon010pc30: Conversion to the " Sylwester Nawrocki
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sylwester Nawrocki @ 2011-09-16 15:59 UTC (permalink / raw)
  To: linux-media
  Cc: m.szyprowski, kyungmin.park, laurent.pinchart, s.nawrocki,
	sw0312.kim, riverful.kim

Hello,

The following patch set converts noon010pc30 camera sensor driver to the 
subdev pad level operations and user-space V4L2 subdev API. 
In addition it implements s_stream operation, removes the now unneeded
g_chip_ident op and tags the driver as experimental.

Changes since v1:
- fixed subdev's flags initialization
- corrected s_stream handler so the sensor's sleep mode is used
  for suspending/resuming the output signal
- removed g_chip_indent operation handler

Changes since v2:
- added subdev internal open() operation
- moved registers access to s_power or s_stream so the user space
 calls are supported before/without enabling sensor's power

Sylwester Nawrocki (3):
  noon010pc30: Conversion to the media controller API
  noon010pc30: Improve s_power operation handling
  noon010pc30: Remove g_chip_ident operation handler

 drivers/media/video/Kconfig       |    2 +-
 drivers/media/video/noon010pc30.c |  295 ++++++++++++++++++++++---------------
 include/media/v4l2-chip-ident.h   |    3 -
 3 files changed, 177 insertions(+), 123 deletions(-)


Regards,
--
Sylwester Nawrocki
Samsung Poland R&D Center

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 15:59 [PATCH v3 0/3] Conversion of the NOON010PC30 sensor driver to media controller API Sylwester Nawrocki
2011-09-16 15:59 ` [PATCH v3 1/3] noon010pc30: Conversion to the " Sylwester Nawrocki
2011-09-16 16:17   ` Sylwester Nawrocki
2011-09-20 22:18   ` Laurent Pinchart
2011-09-21 13:54     ` Sylwester Nawrocki
2011-09-21 14:26     ` [PATCH v4] " Sylwester Nawrocki
2011-09-21 14:28       ` Laurent Pinchart
2011-09-16 15:59 ` [PATCH v3 2/3] noon010pc30: Improve s_power operation handling Sylwester Nawrocki
2011-09-16 15:59 ` [PATCH 3/3 (resend)] noon010pc30: Remove g_chip_ident operation handler Sylwester Nawrocki

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.