alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v19 0/3] TI Wl1273 FM radio driver.
@ 2011-02-15  8:13 Matti J. Aaltonen
  2011-02-15  8:13 ` [PATCH v19 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio Matti J. Aaltonen
  2011-02-15 19:59 ` [PATCH v19 0/3] TI Wl1273 FM radio driver Mauro Carvalho Chehab
  0 siblings, 2 replies; 8+ messages in thread
From: Matti J. Aaltonen @ 2011-02-15  8:13 UTC (permalink / raw)
  To: alsa-devel, broonie, lrg, mchehab, hverkuil, sameo, linux-media
  Cc: 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-02-28  0:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15  8:13 [PATCH v19 0/3] TI Wl1273 FM radio driver Matti J. Aaltonen
2011-02-15  8:13 ` [PATCH v19 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio Matti J. Aaltonen
2011-02-15  8:13   ` [PATCH v19 2/3] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver Matti J. Aaltonen
2011-02-15  8:13     ` [PATCH v19 3/3] ASoC: WL1273 FM radio: Access I2C IO functions through pointers Matti J. Aaltonen
2011-02-16  2:02       ` Mark Brown
2011-02-28  0:11   ` [PATCH v19 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio Samuel Ortiz
2011-02-15 19:59 ` [PATCH v19 0/3] TI Wl1273 FM radio driver Mauro Carvalho Chehab
2011-02-28  0:13   ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).