[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4CF8FA1F.40404@infradead.org>
Date: Fri, 03 Dec 2010 12:09:35 -0200
From: Mauro Carvalho Chehab <mchehab@...radead.org>
To: Ohad Ben-Cohen <ohad@...ery.com>
CC: manjunatha_halli@...com, Greg KH <greg@...ah.com>,
hverkuil@...all.nl, linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org
Subject: Re: [RFC v6 0/9] FM V4L2 drivers for WL128x
Em 03-12-2010 11:54, Ohad Ben-Cohen escreveu:
> On Fri, Dec 3, 2010 at 2:50 PM, <manjunatha_halli@...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@...r.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists