[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1319804135-2740-1-git-send-email-linus.walleij@stericsson.com>
Date: Fri, 28 Oct 2011 14:15:35 +0200
From: Linus Walleij <linus.walleij@...ricsson.com>
To: Samuel Ortiz <sameo@...ux.intel.com>,
<linux-kernel@...r.kernel.org>
Cc: Randy Dunlap <rdunlap@...otime.net>,
Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH] mfd/abx500: fix missing abx500 header file updates
From: Linus Walleij <linus.walleij@...aro.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@...otime.net>
Signed-off-by: Linus Walleij <linus.walleij@...aro.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@...ricsson.com>
* Author: Mattias Nilsson <mattias.i.nilsson@...ricsson.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists