public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd/abx500: fix missing abx500 header file updates
@ 2011-10-28 12:15 Linus Walleij
  2011-10-30 17:57 ` Randy Dunlap
  2011-10-30 23:02 ` Samuel Ortiz
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2011-10-28 12:15 UTC (permalink / raw)
  To: Samuel Ortiz, linux-kernel; +Cc: Randy Dunlap, Linus Walleij

From: Linus Walleij <linus.walleij@linaro.org>

I missed to include a patch adding the new silicon revision define
CUT3P3 and remove the retired CUT0 versions of AB8500. Also delete
the reference to the retired AB3550 from the header.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 include/linux/mfd/abx500.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h
index 896b5e4..e953b63 100644
--- a/include/linux/mfd/abx500.h
+++ b/include/linux/mfd/abx500.h
@@ -6,7 +6,7 @@
  *
  * ABX500 core access functions.
  * The abx500 interface is used for the Analog Baseband chip
- * ab3100, ab3550, ab5500, and ab8500.
+ * AB3100, AB5500, and AB8500.
  *
  * Author: Mattias Wallin <mattias.wallin@stericsson.com>
  * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com>
@@ -35,11 +35,11 @@
 #define AB5500_2_1	0x22
 
 /* AB8500 CIDs*/
-#define AB8500_CUTEARLY	0x00
 #define AB8500_CUT1P0	0x10
 #define AB8500_CUT1P1	0x11
 #define AB8500_CUT2P0	0x20
 #define AB8500_CUT3P0	0x30
+#define AB8500_CUT3P3	0x33
 
 /*
  * AB3100, EVENTA1, A2 and A3 event register flags
-- 
1.7.3.2


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

* Re: [PATCH] mfd/abx500: fix missing abx500 header file updates
  2011-10-28 12:15 [PATCH] mfd/abx500: fix missing abx500 header file updates Linus Walleij
@ 2011-10-30 17:57 ` Randy Dunlap
  2011-10-30 23:02 ` Samuel Ortiz
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2011-10-30 17:57 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Samuel Ortiz, linux-kernel, Linus Walleij

On 10/28/11 05:15, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
> 
> I missed to include a patch adding the new silicon revision define
> CUT3P3 and remove the retired CUT0 versions of AB8500. Also delete
> the reference to the retired AB3550 from the header.
> 
> Reported-by: Randy Dunlap <rdunlap@xenotime.net>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.

> ---
>  include/linux/mfd/abx500.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h
> index 896b5e4..e953b63 100644
> --- a/include/linux/mfd/abx500.h
> +++ b/include/linux/mfd/abx500.h
> @@ -6,7 +6,7 @@
>   *
>   * ABX500 core access functions.
>   * The abx500 interface is used for the Analog Baseband chip
> - * ab3100, ab3550, ab5500, and ab8500.
> + * AB3100, AB5500, and AB8500.
>   *
>   * Author: Mattias Wallin <mattias.wallin@stericsson.com>
>   * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com>
> @@ -35,11 +35,11 @@
>  #define AB5500_2_1	0x22
>  
>  /* AB8500 CIDs*/
> -#define AB8500_CUTEARLY	0x00
>  #define AB8500_CUT1P0	0x10
>  #define AB8500_CUT1P1	0x11
>  #define AB8500_CUT2P0	0x20
>  #define AB8500_CUT3P0	0x30
> +#define AB8500_CUT3P3	0x33
>  
>  /*
>   * AB3100, EVENTA1, A2 and A3 event register flags


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH] mfd/abx500: fix missing abx500 header file updates
  2011-10-28 12:15 [PATCH] mfd/abx500: fix missing abx500 header file updates Linus Walleij
  2011-10-30 17:57 ` Randy Dunlap
@ 2011-10-30 23:02 ` Samuel Ortiz
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2011-10-30 23:02 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, Randy Dunlap, Linus Walleij

Hi Linus,

On Fri, Oct 28, 2011 at 02:15:35PM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
> 
> I missed to include a patch adding the new silicon revision define
> CUT3P3 and remove the retired CUT0 versions of AB8500. Also delete
> the reference to the retired AB3550 from the header.
Thanks. I had to apply it manually as the first chunk would not apply against
my for-next branch, but I pushed the actual fix now.

Cheers,
Samuel.

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

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

end of thread, other threads:[~2011-10-30 22:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 12:15 [PATCH] mfd/abx500: fix missing abx500 header file updates Linus Walleij
2011-10-30 17:57 ` Randy Dunlap
2011-10-30 23:02 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox