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
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
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
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
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