Hello.
Thanks for the comment Mark.
On Tue, 2011-03-01 at 11:54 +0000, ext Mark Brown wrote: On Tue, Mar 01, 2011 at 10:00:50AM +0200, Matti J. Aaltonen wrote:
These changes are needed to keep up with the changes in the MFD core and V4L2 parts of the wl1273 FM radio driver.
Use function pointers instead of exported functions for I2C IO. Also move all preprocessor constants from the wl1273.h to include/linux/mfd/wl1273-core.h.
Also update the year in the copyright statement.
It's not actually doing that:
- Copyright: (C) 2010 Nokia Corporation
- Copyright: (C) 2011 Nokia Corporation
It's replacing it - portions are still 2010.
Kept also the year 2010 on the copyright line.
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com
On Tue, 2011-03-01 at 12:43 +0100, ext Samuel Ortiz wrote:
Acked-by: Samuel Ortiz sameo@linux.intel.com
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/radio-wl1273.c | 360 +++++++++++------------------------- drivers/mfd/Kconfig | 2 +- drivers/mfd/wl1273-core.c | 149 +++++++++++++++- include/linux/mfd/wl1273-core.h | 2 + sound/soc/codecs/Kconfig | 2 +- sound/soc/codecs/wl1273.c | 11 +- 6 files changed, 264 insertions(+), 262 deletions(-)