All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@openedhand.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] mfd: Add support for WM8351 revision B
Date: Thu, 26 Feb 2009 17:15:15 +0100	[thread overview]
Message-ID: <20090226161515.GA3114@sortiz.org> (raw)
In-Reply-To: <1235579015-16193-1-git-send-email-broonie@opensource.wolfsonmicro.com>

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@opensource.wolfsonmicro.com>
> ---
>  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/

  parent reply	other threads:[~2009-02-26 16:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-25 16:23 [PATCH 1/2] mfd: Add support for WM8351 revision B Mark Brown
2009-02-25 16:23 ` [PATCH 2/2] mfd: Use the value of the final spin when reading the AUXADC Mark Brown
2009-02-26 22:25   ` Andrew Morton
2009-02-26 16:15 ` Samuel Ortiz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-03 15:53 [PATCH 1/2] mfd: Add support for WM8351 revision B Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090226161515.GA3114@sortiz.org \
    --to=sameo@openedhand.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.