Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-20 Thread halli manjunatha
Hi Mauro, We don't maintain a separate tree for these v4l2 drivers. We generally use the linux-omap tree for our day to day activities, However the drivers posted here has also been tested on the linux-2.6.37-rc7, So it is directly applicable on the k.org tree. So, I was hoping you can merge thes

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-19 Thread Mauro Carvalho Chehab
Manju, Em 18-01-2011 11:19, halli manjunatha escreveu: > have a look at the driver it’s already reviewed by Hans Verkuil. > Please let me know if you are okay to include this in mainline. As I've already pointed you, just send me a pull request from your tree when you think it is ready. I'll be

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-18 Thread halli manjunatha
have a look at the driver it’s already reviewed by Hans Verkuil. Please let me know if you are okay to include this in mainline. Regards Manju On Mon, Jan 17, 2011 at 4:03 PM, Hans Verkuil wrote: >> Hi Hans and Mauro, >> >> If there are no major comments for the V10 of FM V4L2 driver, is it >>

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-17 Thread Hans Verkuil
> Hi Hans and Mauro, > > If there are no major comments for the V10 of FM V4L2 driver, is it > possible to take this driver (V10) to mainline? > > Since the files are becoming big to be posted as patches and > maintaining it that way is a bit difficult. We can submit the patches > to mainline to fi

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-17 Thread halli manjunatha
Hi Hans and Mauro, If there are no major comments for the V10 of FM V4L2 driver, is it possible to take this driver (V10) to mainline? Since the files are becoming big to be posted as patches and maintaining it that way is a bit difficult. We can submit the patches to mainline to fix minor commen

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-11 Thread Raja Mani
balbi, Agree , interrupt pkts could have handled in thread context . But in the current way , FM driver never create any additional task in the system to handle FM interrupt. In fact, there is no task being created in this driver to handle FM RDS data, AF,etc. This method is suitable for li

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-11 Thread halli manjunatha
an 11, 2011 at 4:54 PM, Felipe Balbi wrote: > Hi, > > On Tue, Jan 11, 2011 at 06:31:23AM -0500, manjunatha_ha...@ti.com wrote: >> From: Manjunatha Halli >> >> These are the sources for the common interfaces required by the >> FM V4L2 driver for TI WL127x and WL128x chips. >> >> These implement th

Re: [RFC V10 3/7] drivers:media:radio: wl128x: FM Driver Common sources

2011-01-11 Thread Felipe Balbi
Hi, On Tue, Jan 11, 2011 at 06:31:23AM -0500, manjunatha_ha...@ti.com wrote: > From: Manjunatha Halli > > These are the sources for the common interfaces required by the > FM V4L2 driver for TI WL127x and WL128x chips. > > These implement the FM channel-8 protocol communication with the > chip.