| 
									
										
										
										
											2012-06-19 16:31:53 +01:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * wm5102.h  --  WM5102 MFD internals | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright 2012 Wolfson Microelectronics plc | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef _WM5102_H
 | 
					
						
							|  |  |  | #define _WM5102_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/regmap.h>
 | 
					
						
							|  |  |  | #include <linux/pm.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct wm_arizona; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern const struct regmap_config wm5102_i2c_regmap; | 
					
						
							|  |  |  | extern const struct regmap_config wm5102_spi_regmap; | 
					
						
							| 
									
										
										
										
											2012-07-10 12:37:58 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern const struct regmap_config wm5110_i2c_regmap; | 
					
						
							|  |  |  | extern const struct regmap_config wm5110_spi_regmap; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-19 16:31:53 +01:00
										 |  |  | extern const struct dev_pm_ops arizona_pm_ops; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern const struct regmap_irq_chip wm5102_aod; | 
					
						
							|  |  |  | extern const struct regmap_irq_chip wm5102_irq; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-07-10 12:37:58 +01:00
										 |  |  | extern const struct regmap_irq_chip wm5110_aod; | 
					
						
							|  |  |  | extern const struct regmap_irq_chip wm5110_irq; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-19 16:31:53 +01:00
										 |  |  | int arizona_dev_init(struct arizona *arizona); | 
					
						
							|  |  |  | int arizona_dev_exit(struct arizona *arizona); | 
					
						
							|  |  |  | int arizona_irq_init(struct arizona *arizona); | 
					
						
							|  |  |  | int arizona_irq_exit(struct arizona *arizona); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |