| 
									
										
										
										
											2007-02-11 18:31:01 +01:00
										 |  |  | /* linux/arch/arm/plat-s3c24xx/pm-simtec.c
 | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2009-11-13 22:54:12 +00:00
										 |  |  |  * Copyright 2004 Simtec Electronics | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  |  *	Ben Dooks <ben@simtec.co.uk> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * http://armlinux.simtec.co.uk/
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Power Management helpers for Simtec S3C24XX implementations | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/kernel.h>
 | 
					
						
							|  |  |  | #include <linux/types.h>
 | 
					
						
							|  |  |  | #include <linux/interrupt.h>
 | 
					
						
							|  |  |  | #include <linux/list.h>
 | 
					
						
							|  |  |  | #include <linux/timer.h>
 | 
					
						
							|  |  |  | #include <linux/init.h>
 | 
					
						
							|  |  |  | #include <linux/device.h>
 | 
					
						
							| 
									
										
										
										
											2008-09-06 12:10:45 +01:00
										 |  |  | #include <linux/io.h>
 | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <asm/mach/arch.h>
 | 
					
						
							|  |  |  | #include <asm/mach/map.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-05 16:14:15 +01:00
										 |  |  | #include <mach/hardware.h>
 | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-05 16:14:15 +01:00
										 |  |  | #include <mach/map.h>
 | 
					
						
							|  |  |  | #include <mach/regs-gpio.h>
 | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <asm/mach-types.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-10-07 22:26:09 +01:00
										 |  |  | #include <plat/pm.h>
 | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-02-03 17:00:11 -08:00
										 |  |  | #include "regs-mem.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-13 22:54:12 +00:00
										 |  |  | #define COPYRIGHT ", Copyright 2005 Simtec Electronics"
 | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* pm_simtec_init
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * enable the power management functions | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static __init int pm_simtec_init(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	unsigned long gstatus4; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* check which machine we are running on */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-24 21:22:35 +01:00
										 |  |  | 	if (!machine_is_bast() && !machine_is_vr1000() && | 
					
						
							| 
									
										
										
										
											2006-09-26 17:46:00 +01:00
										 |  |  | 	    !machine_is_anubis() && !machine_is_osiris() && | 
					
						
							|  |  |  | 	    !machine_is_aml_m5900()) | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 		return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-12 22:58:46 +09:00
										 |  |  | 	printk(KERN_INFO "Simtec Board Power Management" COPYRIGHT "\n"); | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	gstatus4  = (__raw_readl(S3C2410_BANKCON7) & 0x3) << 30; | 
					
						
							|  |  |  | 	gstatus4 |= (__raw_readl(S3C2410_BANKCON6) & 0x3) << 28; | 
					
						
							|  |  |  | 	gstatus4 |= (__raw_readl(S3C2410_BANKSIZE) & S3C2410_BANKSIZE_MASK); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	__raw_writel(gstatus4, S3C2410_GSTATUS4); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-12 00:24:18 +00:00
										 |  |  | 	return s3c_pm_init(); | 
					
						
							| 
									
										
										
										
											2005-06-29 11:09:15 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | arch_initcall(pm_simtec_init); |