Re: [PATCH 1/2] mfd: Add support for WM8351 revision B

From: Samuel Ortiz
Date: Thu Feb 26 2009 - 11:13:17 EST


Hi Mark,

I'll apply both patches to my for-next branch, thanks a lot.

Cheers,
Samuel.

On Wed, Feb 25, 2009 at 04:23:34PM +0000, Mark Brown wrote:
> No software visible difference from revision A.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/mfd/wm8350-core.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mfd/wm8350-core.c b/drivers/mfd/wm8350-core.c
> index c384cd2..a285cc0 100644
> --- a/drivers/mfd/wm8350-core.c
> +++ b/drivers/mfd/wm8350-core.c
> @@ -1386,6 +1386,11 @@ int wm8350_device_init(struct wm8350 *wm8350, int irq,
> wm8350->power.rev_g_coeff = 1;
> break;
>
> + case 1:
> + dev_info(wm8350->dev, "WM8351 Rev B\n");
> + wm8350->power.rev_g_coeff = 1;
> + break;
> +
> default:
> dev_err(wm8350->dev, "Unknown WM8351 CHIP_REV\n");
> ret = -ENODEV;
> --
> 1.6.1.3
>

--
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/