[PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-30 Thread Matti J. Aaltonen
This is a parent driver for two child drivers: the V4L2 driver and the ALSA codec driver. The MFD part provides the I2C communication to the device and a couple of functions that are called from both children. Signed-off-by: Matti J. Aaltonen --- drivers/mfd/Kconfig |6 + drivers

Re: [PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-21 Thread Jonathan Corbet
On Wed, 21 Apr 2010 12:29:00 +0300 m7aalton wrote: > > So I was taking a quick look at this; it mostly looks OK (though I wonder > > about all those symbol exports - does all that stuff need to be in the > > Some functions get called from both child drivers/modules, but some > stuff could probab

Re: [PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-21 Thread m7aalton
Hello. Thanks for the comments. On Tue, 2010-04-20 at 21:33 +0200, ext Jonathan Corbet wrote: > On Tue, 20 Apr 2010 18:20:05 +0300 > "Matti J. Aaltonen" wrote: > > > This is a parent driver for two child drivers: the V4L2 driver and > > the ALSA codec driver. The MFD part provides the I2C commu

Re: [PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-20 Thread Jonathan Corbet
On Tue, 20 Apr 2010 18:20:05 +0300 "Matti J. Aaltonen" wrote: > This is a parent driver for two child drivers: the V4L2 driver and > the ALSA codec driver. The MFD part provides the I2C communication > to the device and the state handling. So I was taking a quick look at this; it mostly looks OK

[PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-20 Thread Matti J. Aaltonen
This is a parent driver for two child drivers: the V4L2 driver and the ALSA codec driver. The MFD part provides the I2C communication to the device and the state handling. Signed-off-by: Matti J. Aaltonen --- drivers/mfd/Kconfig |6 + drivers/mfd/Makefile|2 + dri