aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@collabora.co.uk>2009-12-14 21:00:40 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-15 11:53:28 -0500
commitf3a57a60d3e107d17aebb9e52b61c503e5bc14f9 (patch)
tree58c34bb90b20e2816ec0018eb3e5660c3ab8b5a5 /include
parentf060f27007b393bac6e50ee6fc26d8505acf6fe4 (diff)
cs5535: define lxfb/gxfb MSRs in linux/cs5535.h
..and include them in the lxfb/gxfb drivers rather than asm/geode.h (where possible). Signed-off-by: Andres Salomon <dilinger@collabora.co.uk> Cc: Jordan Crouse <jordan@cosmicpenguin.net> Cc: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Cc: Chris Ball <cjb@laptop.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/cs5535.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/cs5535.h b/include/linux/cs5535.h
index eb34108a608b..d5a1d4810b80 100644
--- a/include/linux/cs5535.h
+++ b/include/linux/cs5535.h
@@ -12,6 +12,14 @@
12#define _CS5535_H 12#define _CS5535_H
13 13
14/* MSRs */ 14/* MSRs */
15#define MSR_GLIU_P2D_RO0 0x10000029
16
17#define MSR_LX_GLD_MSR_CONFIG 0x48002001
18#define MSR_LX_MSR_PADSEL 0x48002011 /* NOT 0x48000011; the data
19 * sheet has the wrong value */
20#define MSR_GLCP_SYS_RSTPLL 0x4C000014
21#define MSR_GLCP_DOTPLL 0x4C000015
22
15#define MSR_LBAR_SMB 0x5140000B 23#define MSR_LBAR_SMB 0x5140000B
16#define MSR_LBAR_GPIO 0x5140000C 24#define MSR_LBAR_GPIO 0x5140000C
17#define MSR_LBAR_MFGPT 0x5140000D 25#define MSR_LBAR_MFGPT 0x5140000D
@@ -30,6 +38,11 @@
30#define MSR_MFGPT_NR 0x51400029 38#define MSR_MFGPT_NR 0x51400029
31#define MSR_MFGPT_SETUP 0x5140002B 39#define MSR_MFGPT_SETUP 0x5140002B
32 40
41#define MSR_LX_SPARE_MSR 0x80000011 /* DC-specific */
42
43#define MSR_GX_GLD_MSR_CONFIG 0xC0002001
44#define MSR_GX_MSR_PADSEL 0xC0002011
45
33/* resource sizes */ 46/* resource sizes */
34#define LBAR_GPIO_SIZE 0xFF 47#define LBAR_GPIO_SIZE 0xFF
35#define LBAR_MFGPT_SIZE 0x40 48#define LBAR_MFGPT_SIZE 0x40