diff options
| author | Andres Salomon <dilinger@collabora.co.uk> | 2009-12-14 18:00:40 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 08:53:28 -0800 | 
| commit | f3a57a60d3e107d17aebb9e52b61c503e5bc14f9 (patch) | |
| tree | 58c34bb90b20e2816ec0018eb3e5660c3ab8b5a5 /arch/x86/include/asm/geode.h | |
| parent | f060f27007b393bac6e50ee6fc26d8505acf6fe4 (diff) | |
| download | olio-linux-3.10-f3a57a60d3e107d17aebb9e52b61c503e5bc14f9.tar.xz olio-linux-3.10-f3a57a60d3e107d17aebb9e52b61c503e5bc14f9.zip  | |
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 'arch/x86/include/asm/geode.h')
| -rw-r--r-- | arch/x86/include/asm/geode.h | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86/include/asm/geode.h b/arch/x86/include/asm/geode.h index df1eaf87426..ae104da6ad5 100644 --- a/arch/x86/include/asm/geode.h +++ b/arch/x86/include/asm/geode.h @@ -31,25 +31,12 @@ extern int geode_get_dev_base(unsigned int dev);  /* MSRS */ -#define MSR_GLIU_P2D_RO0	0x10000029 - -#define MSR_LX_GLD_MSR_CONFIG	0x48002001 -#define MSR_LX_MSR_PADSEL	0x48002011	/* NOT 0x48000011; the data -						 * sheet has the wrong value */ -#define MSR_GLCP_SYS_RSTPLL	0x4C000014 -#define MSR_GLCP_DOTPLL		0x4C000015 -  #define MSR_LBAR_SMB		0x5140000B  #define MSR_LBAR_GPIO		0x5140000C  #define MSR_LBAR_MFGPT		0x5140000D  #define MSR_LBAR_ACPI		0x5140000E  #define MSR_LBAR_PMS		0x5140000F -#define MSR_LX_SPARE_MSR	0x80000011	/* DC-specific */ - -#define MSR_GX_GLD_MSR_CONFIG	0xC0002001 -#define MSR_GX_MSR_PADSEL	0xC0002011 -  /* Resource Sizes */  #define LBAR_GPIO_SIZE		0xFF  |