From: Jacek Anaszewski <j.anaszewski@samsung.com>
To: linux-leds@vger.kernel.org, devicetree@vger.kernel.org,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kyungmin.park@samsung.com, b.zolnierkie@samsung.com,
Jacek Anaszewski <j.anaszewski@samsung.com>
Subject: [PATCH/RFC v5 0/3] LED / flash API integration - V4L2 Flash
Date: Wed, 20 Aug 2014 15:43:08 +0200 [thread overview]
Message-ID: <1408542191-335-1-git-send-email-j.anaszewski@samsung.com> (raw)
This patch set is the follow-up of the LED / flash API integration
series [1]. For clarity reasons the patchset has been split into
five subsets:
- LED Flash Class
- Flash Manager
- V4L2 Flash
- LED Flash Class drivers
- Documentation
The series is based on linux-next-20140820.
Thanks,
Jacek Anaszewski
[1] https://lkml.org/lkml/2014/7/11/914
Jacek Anaszewski (3):
v4l2-ctrls: add control for flash strobe signal providers
media: Add registration helpers for V4L2 flash
exynos4-is: Add support for v4l2-flash subdevs
Documentation/DocBook/media/v4l/controls.xml | 11 +
drivers/leds/led-class-flash.c | 25 ++
drivers/media/platform/exynos4-is/media-dev.c | 37 +-
drivers/media/platform/exynos4-is/media-dev.h | 13 +-
drivers/media/v4l2-core/Kconfig | 11 +
drivers/media/v4l2-core/Makefile | 2 +
drivers/media/v4l2-core/v4l2-ctrls.c | 2 +
drivers/media/v4l2-core/v4l2-flash.c | 577 +++++++++++++++++++++++++
include/linux/led-class-flash.h | 11 +
include/media/v4l2-flash.h | 121 ++++++
include/uapi/linux/v4l2-controls.h | 2 +
11 files changed, 809 insertions(+), 3 deletions(-)
create mode 100644 drivers/media/v4l2-core/v4l2-flash.c
create mode 100644 include/media/v4l2-flash.h
--
1.7.9.5
next reply other threads:[~2014-08-20 13:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-20 13:43 Jacek Anaszewski [this message]
2014-08-20 13:43 ` [PATCH/RFC v5 1/3] v4l2-ctrls: add control for flash strobe signal providers Jacek Anaszewski
2014-08-20 13:43 ` [PATCH/RFC v5 2/3] media: Add registration helpers for V4L2 flash Jacek Anaszewski
2014-08-20 13:43 ` [PATCH/RFC v5 3/3] exynos4-is: Add support for v4l2-flash subdevs Jacek Anaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408542191-335-1-git-send-email-j.anaszewski@samsung.com \
--to=j.anaszewski@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).