linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: wm5102: Treat future revisions as revision B
@ 2012-11-29 17:49 Mark Brown
  2012-11-30 10:22 ` Samuel Ortiz
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2012-11-29 17:49 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, patches, Mark Brown

The expectation is that future revisions will behave as revision B.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mfd/wm5102-tables.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c
index 447b00b..b82a003 100644
--- a/drivers/mfd/wm5102-tables.c
+++ b/drivers/mfd/wm5102-tables.c
@@ -76,12 +76,10 @@ int wm5102_patch(struct arizona *arizona)
 		return regmap_register_patch(arizona->regmap,
 					     wm5102_reva_patch,
 					     ARRAY_SIZE(wm5102_reva_patch));
-	case 1:
+	default:
 		return regmap_register_patch(arizona->regmap,
 					     wm5102_revb_patch,
 					     ARRAY_SIZE(wm5102_revb_patch));
-	default:
-		return 0;
 	}
 }
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: wm5102: Treat future revisions as revision B
  2012-11-29 17:49 [PATCH] mfd: wm5102: Treat future revisions as revision B Mark Brown
@ 2012-11-30 10:22 ` Samuel Ortiz
  2012-12-01 13:29   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Ortiz @ 2012-11-30 10:22 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel, patches

Hi Mark,

On Thu, Nov 29, 2012 at 05:49:17PM +0000, Mark Brown wrote:
> The expectation is that future revisions will behave as revision B.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/mfd/wm5102-tables.c |    4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
This one does not apply. I'm missing a patch that would register the revision
B patch.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: wm5102: Treat future revisions as revision B
  2012-11-30 10:22 ` Samuel Ortiz
@ 2012-12-01 13:29   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2012-12-01 13:29 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, patches

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

On Fri, Nov 30, 2012 at 11:22:21AM +0100, Samuel Ortiz wrote:

> This one does not apply. I'm missing a patch that would register the revision
> B patch.

I'm pretty sure I sent it out...  I think there's a few patches went
AWOL a couple of weeks ago.  Anyway, will resend.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-01 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-29 17:49 [PATCH] mfd: wm5102: Treat future revisions as revision B Mark Brown
2012-11-30 10:22 ` Samuel Ortiz
2012-12-01 13:29   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).