From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Ohad Ben-Cohen <ohad@wizery.com>
Cc: manjunatha_halli@ti.com, Greg KH <greg@kroah.com>,
hverkuil@xs4all.nl, linux-kernel@vger.kernel.org,
linux-media@vger.kernel.org
Subject: Re: [RFC v6 0/9] FM V4L2 drivers for WL128x
Date: Fri, 03 Dec 2010 12:09:35 -0200 [thread overview]
Message-ID: <4CF8FA1F.40404@infradead.org> (raw)
In-Reply-To: <AANLkTi=0jRz8cfU5KmpsCcMVK3si1ZfeDqKg3HPNqXS+@mail.gmail.com>
Em 03-12-2010 11:54, Ohad Ben-Cohen escreveu:
> On Fri, Dec 3, 2010 at 2:50 PM, <manjunatha_halli@ti.com> wrote:
> ...
>> Can you please also stage this version? Since the files are becoming big
>> to be posted as patches?
>
> You should really CC Greg for staging requests...
In this case, the driver requires a change at the V4L2 API. The better is to
send it to me, c/c Greg at the git pull request, for him to know that a new
staging driver will be added.
>
>>
>> Thanks & Regards,
>> Manjunatha Halli
>>
>> Manjunatha Halli (9):
>> include:linux: videodev2.h: FM Rx control class
>> Documentation:DocBook:v4l: Update the controls.xml for TI FM driver
>> drivers:staging: ti-st: fmdrv common header file
>> drivers:staging: ti-st: fmdrv_v4l2 sources
>> drivers:staging: ti-st: fmdrv_common sources
>> drivers:staging: ti-st: FM driver RX sources
>> drivers:staging: ti-st: FM driver TX sources
>> drivers:staging: ti-st: Kconfig & Makefile change
>> driver:staging:ti-st: Update TODO for FM V4L2 driver.
>>
>> Documentation/DocBook/v4l/controls.xml | 12 +
>> drivers/staging/ti-st/Kconfig | 10 +
>> drivers/staging/ti-st/Makefile | 2 +
>> drivers/staging/ti-st/TODO | 10 +-
>> drivers/staging/ti-st/fmdrv.h | 239 ++++
>> drivers/staging/ti-st/fmdrv_common.c | 2003 ++++++++++++++++++++++++++++++++
>> drivers/staging/ti-st/fmdrv_common.h | 402 +++++++
>> drivers/staging/ti-st/fmdrv_rx.c | 902 ++++++++++++++
>> drivers/staging/ti-st/fmdrv_rx.h | 59 +
>> drivers/staging/ti-st/fmdrv_tx.c | 420 +++++++
>> drivers/staging/ti-st/fmdrv_tx.h | 37 +
>> drivers/staging/ti-st/fmdrv_v4l2.c | 720 ++++++++++++
>> drivers/staging/ti-st/fmdrv_v4l2.h | 32 +
>> include/linux/videodev2.h | 8 +
>> 14 files changed, 4855 insertions(+), 1 deletions(-)
>> create mode 100644 drivers/staging/ti-st/fmdrv.h
>> create mode 100644 drivers/staging/ti-st/fmdrv_common.c
>> create mode 100644 drivers/staging/ti-st/fmdrv_common.h
>> create mode 100644 drivers/staging/ti-st/fmdrv_rx.c
>> create mode 100644 drivers/staging/ti-st/fmdrv_rx.h
>> create mode 100644 drivers/staging/ti-st/fmdrv_tx.c
>> create mode 100644 drivers/staging/ti-st/fmdrv_tx.h
>> create mode 100644 drivers/staging/ti-st/fmdrv_v4l2.c
>> create mode 100644 drivers/staging/ti-st/fmdrv_v4l2.h
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
prev parent reply other threads:[~2010-12-03 14:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 12:50 [RFC v6 0/9] FM V4L2 drivers for WL128x manjunatha_halli
2010-12-03 12:50 ` [RFC v6 1/9] include:linux: videodev2.h: FM Rx control class manjunatha_halli
2010-12-03 12:50 ` [RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver manjunatha_halli
2010-12-03 12:14 ` Mauro Carvalho Chehab
2010-12-03 12:50 ` [RFC v6 3/9] drivers:staging: ti-st: fmdrv common header file manjunatha_halli
2010-12-03 12:50 ` [RFC v6 4/9] drivers:staging: ti-st: fmdrv_v4l2 sources manjunatha_halli
2010-12-03 12:50 ` [RFC v6 5/9] drivers:staging: ti-st: fmdrv_common sources manjunatha_halli
2010-12-03 12:50 ` [RFC v6 6/9] drivers:staging: ti-st: FM driver RX sources manjunatha_halli
2010-12-03 12:50 ` [RFC v6 7/9] drivers:staging: ti-st: FM driver TX sources manjunatha_halli
2010-12-03 12:50 ` [RFC v6 8/9] drivers:staging: ti-st: Kconfig & Makefile change manjunatha_halli
2010-12-03 12:50 ` [RFC v6 9/9] driver:staging:ti-st: Update TODO for FM V4L2 driver manjunatha_halli
2010-12-03 13:53 ` [RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver Andy Walls
2010-12-03 13:54 ` [RFC v6 0/9] FM V4L2 drivers for WL128x Ohad Ben-Cohen
2010-12-03 14:09 ` Mauro Carvalho Chehab [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=4CF8FA1F.40404@infradead.org \
--to=mchehab@infradead.org \
--cc=greg@kroah.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=manjunatha_halli@ti.com \
--cc=ohad@wizery.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox