From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>,
tom.leiming@gmail.com, tony@atomide.com, arnd@arndb.de,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Ming Lei <ming.lei@canonical.com>
Subject: Re: [PATCH 3/3] drivers/misc: introduce face detection module driver(fdif)
Date: Sat, 26 Nov 2011 07:04:18 -0800 [thread overview]
Message-ID: <20111126150418.GA11680@kroah.com> (raw)
In-Reply-To: <20111126111247.43cb5d35@lxorguk.ukuu.org.uk>
On Sat, Nov 26, 2011 at 11:12:47AM +0000, Alan Cox wrote:
> On Sat, 26 Nov 2011 12:31:44 +0800
> tom.leiming@gmail.com wrote:
>
> > From: Ming Lei <ming.lei@canonical.com>
> >
> > One face detection IP[1] is integared inside OMAP4 SoC, so
> > introduce this driver to make face detection function work
> > on OMAP4 SoC.
> >
> > This driver is platform independent, so in theory can
> > be used to drive same IP module on other platforms.
> >
> > [1], ch9 of OMAP4 TRM
> >
> > Signed-off-by: Ming Lei <ming.lei@canonical.com>
>
> If you are submitting it then it ought to have your sign off too. This
> looks hardly ready for submission however.
>
> > +config FDIF
> > + tristate "Face Detection module"
> > + help
> > + The FDIF is a face detection module, which can be integrated into
> > + SoCs to detect the location of human beings' face in one image. At
> > + least now, TI OMAP4 has the module inside.
>
> So we have a completelt device specific API for what is becoming a more
> general feature and on some hardware is tied to camera and the like. This
> seems wrong
>
> IMHO this should be part of video4linux because that'll make the
> integrated stuff work sanely and for your cases it still provided the
> right kind of mmap and format interfaces you need.
I agree, as-is, this isn't ok, sorry, please work with the v4l
developers on this.
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: greg@kroah.com (Greg KH)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] drivers/misc: introduce face detection module driver(fdif)
Date: Sat, 26 Nov 2011 07:04:18 -0800 [thread overview]
Message-ID: <20111126150418.GA11680@kroah.com> (raw)
In-Reply-To: <20111126111247.43cb5d35@lxorguk.ukuu.org.uk>
On Sat, Nov 26, 2011 at 11:12:47AM +0000, Alan Cox wrote:
> On Sat, 26 Nov 2011 12:31:44 +0800
> tom.leiming at gmail.com wrote:
>
> > From: Ming Lei <ming.lei@canonical.com>
> >
> > One face detection IP[1] is integared inside OMAP4 SoC, so
> > introduce this driver to make face detection function work
> > on OMAP4 SoC.
> >
> > This driver is platform independent, so in theory can
> > be used to drive same IP module on other platforms.
> >
> > [1], ch9 of OMAP4 TRM
> >
> > Signed-off-by: Ming Lei <ming.lei@canonical.com>
>
> If you are submitting it then it ought to have your sign off too. This
> looks hardly ready for submission however.
>
> > +config FDIF
> > + tristate "Face Detection module"
> > + help
> > + The FDIF is a face detection module, which can be integrated into
> > + SoCs to detect the location of human beings' face in one image. At
> > + least now, TI OMAP4 has the module inside.
>
> So we have a completelt device specific API for what is becoming a more
> general feature and on some hardware is tied to camera and the like. This
> seems wrong
>
> IMHO this should be part of video4linux because that'll make the
> integrated stuff work sanely and for your cases it still provided the
> right kind of mmap and format interfaces you need.
I agree, as-is, this isn't ok, sorry, please work with the v4l
developers on this.
greg k-h
next prev parent reply other threads:[~2011-11-26 15:19 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-26 4:31 [PATCH 0/3] OMAP4&drivers/misc: introduce face detection module driver tom.leiming
2011-11-26 4:31 ` tom.leiming at gmail.com
2011-11-26 4:31 ` [PATCH 1/3] omap4: introduce fdif(face detect module) hwmod tom.leiming
2011-11-26 4:31 ` tom.leiming at gmail.com
2011-11-26 4:31 ` [PATCH 2/3] omap4: build fdif omap device from hwmod tom.leiming
2011-11-26 4:31 ` tom.leiming at gmail.com
2011-11-26 4:31 ` [PATCH 3/3] drivers/misc: introduce face detection module driver(fdif) tom.leiming
2011-11-26 4:31 ` tom.leiming at gmail.com
2011-11-26 11:12 ` Alan Cox
2011-11-26 11:12 ` Alan Cox
2011-11-26 15:04 ` Greg KH [this message]
2011-11-26 15:04 ` Greg KH
2011-11-26 22:16 ` Sylwester Nawrocki
2011-11-26 22:16 ` Sylwester Nawrocki
2011-11-27 3:40 ` Ming Lei
2011-11-27 3:40 ` Ming Lei
2011-11-27 3:40 ` Ming Lei
2011-11-27 16:41 ` Sylwester Nawrocki
2011-11-27 16:41 ` Sylwester Nawrocki
2011-11-28 3:42 ` Ming Lei
2011-11-28 3:42 ` Ming Lei
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=20111126150418.GA11680@kroah.com \
--to=greg@kroah.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=ming.lei@canonical.com \
--cc=tom.leiming@gmail.com \
--cc=tony@atomide.com \
/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 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.