linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bryan Wu <cooloney@gmail.com>
To: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: Linux LED Subsystem <linux-leds@vger.kernel.org>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	b.zolnierkie@samsung.com
Subject: Re: [PATCH/RFC v6 0/2] LED / flash API integration - V4L2 Flash
Date: Fri, 7 Nov 2014 14:44:09 -0800	[thread overview]
Message-ID: <CAK5ve-JJykowyAb6CGQfbzO8+6b1LNQxOSfeZe5uWNYnFx70Rg@mail.gmail.com> (raw)
In-Reply-To: <1411399309-16418-1-git-send-email-j.anaszewski@samsung.com>

On Mon, Sep 22, 2014 at 8:21 AM, Jacek Anaszewski
<j.anaszewski@samsung.com> wrote:
> This patch set is the follow-up of the LED / flash API integration
> series [1]. For clarity reasons the patchset has been split into
> four subsets:
>
> - LED Flash Class
> - V4L2 Flash

Hi Jacek,

For this series I think you'd better get review by V4L2 core
developer. I don't have much experience about this V4L2 APIs. But
generally I think you should make sure we merge those 3 patches for
LED FLASH class firstly. And this wrapper patchset can be merged
later.

-Bryan

> - LED Flash Class drivers
> - Documentation
>
> ========================
> Changes since version 5:
> ========================
>
> - removed flash manager framework - its implementation needs
>   further thorough discussion.
> - removed external strobe facilities from the LED Flash Class
>   and provided external_strobe_set op in v4l2-flash. LED subsystem
>   should be strobe provider agnostic.
>
> Thanks,
> Jacek Anaszewski
>
> [1] https://lkml.org/lkml/2014/7/11/914
>
> Jacek Anaszewski (2):
>   media: Add registration helpers for V4L2 flash
>   exynos4-is: Add support for v4l2-flash subdevs
>
>  drivers/media/platform/exynos4-is/media-dev.c |   36 +-
>  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-flash.c          |  502 +++++++++++++++++++++++++
>  include/media/v4l2-flash.h                    |  135 +++++++
>  6 files changed, 696 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-leds" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2014-11-07 22:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-22 15:21 [PATCH/RFC v6 0/2] LED / flash API integration - V4L2 Flash Jacek Anaszewski
2014-09-22 15:21 ` [PATCH/RFC v6 1/2] media: Add registration helpers for V4L2 flash Jacek Anaszewski
2014-09-22 15:21 ` [PATCH/RFC v6 2/2] exynos4-is: Add support for v4l2-flash subdevs Jacek Anaszewski
2014-11-07 22:44 ` Bryan Wu [this message]

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=CAK5ve-JJykowyAb6CGQfbzO8+6b1LNQxOSfeZe5uWNYnFx70Rg@mail.gmail.com \
    --to=cooloney@gmail.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=j.anaszewski@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --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).