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

Hello,

The following 3 patches add the S5K6AAFX sensor with embedded ISP driver and
minor enhancement of v4l2 control API. This is not a complete work and I thought
I'd publish this to get some feedback as early as possible.

In particular this driver depends on planned R/G/B component gain controls. 

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 S5K6AA(FX) sensor driver

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


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  8:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 17:05 [PATCH 0/3] Add v4l2 subdev driver for S5K6AAFX sensor with embedded ISP Sylwester Nawrocki
2011-09-16 17:05 ` [PATCH 1/3] v4l: Extend V4L2_CID_COLORFX control with AQUA effect Sylwester Nawrocki
2011-09-18 23:08   ` Laurent Pinchart
2011-09-19  6:08     ` Subash Patel
     [not found]       ` <4E7726EF.7050003@samsung.com>
2011-09-20 22:23         ` Laurent Pinchart
2011-09-21  8:37           ` Sylwester Nawrocki
2011-09-16 17:05 ` [PATCH 2/3] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control Sylwester Nawrocki
2011-09-18 23:08   ` Laurent Pinchart
2011-09-16 17:05 ` [PATCH 3/3] v4l: Add v4l2 sub-device driver for S5K6AAFX sensor 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.