Re: [PATCH v19 0/3] TI Wl1273 FM radio driver.

2011-02-27 Thread Samuel Ortiz
Hi Mauro,

On Tue, Feb 15, 2011 at 05:59:52PM -0200, Mauro Carvalho Chehab wrote:
 Em 15-02-2011 06:13, Matti J. Aaltonen escreveu:
  Hello.
  
  Now I've refactored the code so that the I2C I/O functions are in the 
  MFD core. Also now the codec can be compiled without compiling the V4L2
  driver.
  
  I haven't implemented the audio routing (yet), but I've added a TODO
  comment about it in the codec file.
 
 Matti,
 
 It looks ok on my eyes. As most of the changes is at the V4L part, it is
 probably better to merge this patch via my tree.
I'm fine with that, yes. I'll add my Acked-by once Matti has fixed the minor
issues I found.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v19 0/3] TI Wl1273 FM radio driver.

2011-02-15 Thread Matti J. Aaltonen
Hello.

Now I've refactored the code so that the I2C I/O functions are in the 
MFD core. Also now the codec can be compiled without compiling the V4L2
driver.

I haven't implemented the audio routing (yet), but I've added a TODO
comment about it in the codec file.

Cheers,
Matti

Matti J. Aaltonen (3):
  MFD: WL1273 FM Radio: MFD driver for the FM radio.
  V4L2: WL1273 FM Radio: TI WL1273 FM radio driver
  ASoC: WL1273 FM radio: Access I2C IO functions through pointers.

 drivers/media/radio/Kconfig|   16 +
 drivers/media/radio/Makefile   |1 +
 drivers/media/radio/radio-wl1273.c | 2183 
 drivers/mfd/Kconfig|   10 +
 drivers/mfd/Makefile   |1 +
 drivers/mfd/wl1273-core.c  |  295 +
 include/linux/mfd/wl1273-core.h|  291 +
 sound/soc/codecs/Kconfig   |2 +-
 sound/soc/codecs/wl1273.c  |   38 +-
 sound/soc/codecs/wl1273.h  |   71 --
 10 files changed, 2817 insertions(+), 91 deletions(-)
 create mode 100644 drivers/media/radio/radio-wl1273.c
 create mode 100644 drivers/mfd/wl1273-core.c
 create mode 100644 include/linux/mfd/wl1273-core.h

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v19 0/3] TI Wl1273 FM radio driver.

2011-02-15 Thread Mauro Carvalho Chehab
Em 15-02-2011 06:13, Matti J. Aaltonen escreveu:
 Hello.
 
 Now I've refactored the code so that the I2C I/O functions are in the 
 MFD core. Also now the codec can be compiled without compiling the V4L2
 driver.
 
 I haven't implemented the audio routing (yet), but I've added a TODO
 comment about it in the codec file.

Matti,

It looks ok on my eyes. As most of the changes is at the V4L part, it is
probably better to merge this patch via my tree.

Cheers,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html