All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add v4l2 subdev driver for S5K6AAFX sensor with embedded SoC ISP
@ 2011-09-20 11:58 Sylwester Nawrocki
  2011-09-20 11:58 ` [PATCH v1 1/3] v4l: Extend V4L2_CID_COLORFX control with AQUA effect Sylwester Nawrocki
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Sylwester Nawrocki @ 2011-09-20 11:58 UTC (permalink / raw)
  To: linux-media
  Cc: m.szyprowski, kyungmin.park, laurent.pinchart, sakari.ailus,
	sw0312.kim, riverful.kim, s.nawrocki

Hello,

The following 3 patches add driver for S5K6AAFX sensor with embedded ISP SoC,
and minor v4l2 control API enhancement. I've cleaned things up comparing to
the previous RFC version so this should potentially be ready for mainline.
The driver has been tested with the Auto White Balance/RGB gain controls removed,
which I'd like to handle as a next step.

Any commments, Ack (or Nack) are appreciated;)


Sylwester Nawrocki (3):
  v4l: Extend V4L2_CID_COLORFX control with AQUA effect
  v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
  v4l: Add v4l2 subdev driver for S5K6AAFX sensor

 Documentation/DocBook/media/v4l/controls.xml |   10 +-
 drivers/media/video/Kconfig                  |    6 +
 drivers/media/video/Makefile                 |    1 +
 drivers/media/video/s5k6aa.c                 | 1483 ++++++++++++++++++++++++++
 drivers/media/video/v4l2-ctrls.c             |    1 +
 include/linux/videodev2.h                    |    2 +
 include/media/s5k6aa.h                       |   51 +
 7 files changed, 1550 insertions(+), 4 deletions(-)
 create mode 100644 drivers/media/video/s5k6aa.c
 create mode 100644 include/media/s5k6aa.h


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

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 11:58 [PATCH v1 0/3] Add v4l2 subdev driver for S5K6AAFX sensor with embedded SoC ISP Sylwester Nawrocki
2011-09-20 11:58 ` [PATCH v1 1/3] v4l: Extend V4L2_CID_COLORFX control with AQUA effect Sylwester Nawrocki
2011-09-20 11:58 ` [PATCH v1 2/3] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control Sylwester Nawrocki
2011-09-20 20:57   ` Sakari Ailus
2011-09-20 21:25     ` Sylwester Nawrocki
2011-09-20 22:17       ` Sakari Ailus
2011-09-21 12:28         ` Sylwester Nawrocki
2011-09-21 12:47           ` Laurent Pinchart
2011-09-21 17:20             ` Sakari Ailus
2011-09-20 11:58 ` [PATCH v1 3/3] v4l: Add v4l2 subdev driver for S5K6AAFX sensor Sylwester Nawrocki
2011-09-20 22:10   ` Sakari Ailus
2011-09-21 10:25     ` 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.