diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-12 14:51:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-12 14:51:39 -0500 |
commit | d01e4afdbb65e030fd6f1f96c30a558e2eb0f279 (patch) | |
tree | 02ef82b2740cf93a98199eded5ef765fa6e03052 /arch/arm/mach-imx/common.h | |
parent | 8287361abca36504da813638310d2547469283eb (diff) | |
parent | 794b175fc0c0c4844dbb7b137a73bbfd01f6c608 (diff) |
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC cleanups on various subarchitectures from Olof Johansson:
"Cleanup patches for various ARM platforms and some of their associated
drivers. There's also a branch in here that enables Freescale i.MX to
be part of the multiplatform support -- the first "big" SoC that is
moved over (more multiplatform work comes in a separate branch later
during the merge window)."
Conflicts fixed as per Olof, including a silent semantic one in
arch/arm/mach-omap2/board-generic.c (omap_prcm_restart() was renamed to
omap3xxx_restart(), and a new user of the old name was added).
* tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (189 commits)
ARM: omap: fix typo on timer cleanup
ARM: EXYNOS: Remove unused regs-mem.h file
ARM: EXYNOS: Remove unused non-dt support for dwmci controller
ARM: Kirkwood: Use hw_pci.ops instead of hw_pci.scan
ARM: OMAP3: cm-t3517: use GPTIMER for system clock
ARM: OMAP2+: timer: remove CONFIG_OMAP_32K_TIMER
ARM: SAMSUNG: use devm_ functions for ADC driver
ARM: EXYNOS: no duplicate mask/unmask in eint0_15
ARM: S3C24XX: SPI clock channel setup is fixed for S3C2443
ARM: EXYNOS: Remove i2c0 resource information and setting of device names
ARM: Kirkwood: checkpatch cleanups
ARM: Kirkwood: Fix sparse warnings.
ARM: Kirkwood: Remove unused includes
ARM: kirkwood: cleanup lsxl board includes
ARM: integrator: use BUG_ON where possible
ARM: integrator: push down SC dependencies
ARM: integrator: delete static UART1 mapping
ARM: integrator: delete SC mapping on the CP
ARM: integrator: remove static CP syscon mapping
ARM: integrator: remove static AP syscon mapping
...
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h new file mode 100644 index 000000000000..ef8db6b34841 --- /dev/null +++ b/arch/arm/mach-imx/common.h | |||
@@ -0,0 +1,163 @@ | |||
1 | /* | ||
2 | * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | */ | ||
4 | |||
5 | /* | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #ifndef __ASM_ARCH_MXC_COMMON_H__ | ||
12 | #define __ASM_ARCH_MXC_COMMON_H__ | ||
13 | |||
14 | struct platform_device; | ||
15 | struct clk; | ||
16 | enum mxc_cpu_pwr_mode; | ||
17 | |||
18 | extern void mx1_map_io(void); | ||
19 | extern void mx21_map_io(void); | ||
20 | extern void mx25_map_io(void); | ||
21 | extern void mx27_map_io(void); | ||
22 | extern void mx31_map_io(void); | ||
23 | extern void mx35_map_io(void); | ||
24 | extern void mx50_map_io(void); | ||
25 | extern void mx51_map_io(void); | ||
26 | extern void mx53_map_io(void); | ||
27 | extern void imx1_init_early(void); | ||
28 | extern void imx21_init_early(void); | ||
29 | extern void imx25_init_early(void); | ||
30 | extern void imx27_init_early(void); | ||
31 | extern void imx31_init_early(void); | ||
32 | extern void imx35_init_early(void); | ||
33 | extern void imx50_init_early(void); | ||
34 | extern void imx51_init_early(void); | ||
35 | extern void imx53_init_early(void); | ||
36 | extern void mxc_init_irq(void __iomem *); | ||
37 | extern void tzic_init_irq(void __iomem *); | ||
38 | extern void mx1_init_irq(void); | ||
39 | extern void mx21_init_irq(void); | ||
40 | extern void mx25_init_irq(void); | ||
41 | extern void mx27_init_irq(void); | ||
42 | extern void mx31_init_irq(void); | ||
43 | extern void mx35_init_irq(void); | ||
44 | extern void mx50_init_irq(void); | ||
45 | extern void mx51_init_irq(void); | ||
46 | extern void mx53_init_irq(void); | ||
47 | extern void imx1_soc_init(void); | ||
48 | extern void imx21_soc_init(void); | ||
49 | extern void imx25_soc_init(void); | ||
50 | extern void imx27_soc_init(void); | ||
51 | extern void imx31_soc_init(void); | ||
52 | extern void imx35_soc_init(void); | ||
53 | extern void imx50_soc_init(void); | ||
54 | extern void imx51_soc_init(void); | ||
55 | extern void imx51_init_late(void); | ||
56 | extern void imx53_init_late(void); | ||
57 | extern void epit_timer_init(void __iomem *base, int irq); | ||
58 | extern void mxc_timer_init(void __iomem *, int); | ||
59 | extern int mx1_clocks_init(unsigned long fref); | ||
60 | extern int mx21_clocks_init(unsigned long lref, unsigned long fref); | ||
61 | extern int mx25_clocks_init(void); | ||
62 | extern int mx27_clocks_init(unsigned long fref); | ||
63 | extern int mx31_clocks_init(unsigned long fref); | ||
64 | extern int mx35_clocks_init(void); | ||
65 | extern int mx51_clocks_init(unsigned long ckil, unsigned long osc, | ||
66 | unsigned long ckih1, unsigned long ckih2); | ||
67 | extern int mx53_clocks_init(unsigned long ckil, unsigned long osc, | ||
68 | unsigned long ckih1, unsigned long ckih2); | ||
69 | extern int mx27_clocks_init_dt(void); | ||
70 | extern int mx31_clocks_init_dt(void); | ||
71 | extern int mx51_clocks_init_dt(void); | ||
72 | extern int mx53_clocks_init_dt(void); | ||
73 | extern int mx6q_clocks_init(void); | ||
74 | extern struct platform_device *mxc_register_gpio(char *name, int id, | ||
75 | resource_size_t iobase, resource_size_t iosize, int irq, int irq_high); | ||
76 | extern void mxc_set_cpu_type(unsigned int type); | ||
77 | extern void mxc_restart(char, const char *); | ||
78 | extern void mxc_arch_reset_init(void __iomem *); | ||
79 | extern int mx53_revision(void); | ||
80 | extern int mx53_display_revision(void); | ||
81 | extern void imx_set_aips(void __iomem *); | ||
82 | extern int mxc_device_init(void); | ||
83 | |||
84 | enum mxc_cpu_pwr_mode { | ||
85 | WAIT_CLOCKED, /* wfi only */ | ||
86 | WAIT_UNCLOCKED, /* WAIT */ | ||
87 | WAIT_UNCLOCKED_POWER_OFF, /* WAIT + SRPG */ | ||
88 | STOP_POWER_ON, /* just STOP */ | ||
89 | STOP_POWER_OFF, /* STOP + SRPG */ | ||
90 | }; | ||
91 | |||
92 | enum mx3_cpu_pwr_mode { | ||
93 | MX3_RUN, | ||
94 | MX3_WAIT, | ||
95 | MX3_DOZE, | ||
96 | MX3_SLEEP, | ||
97 | }; | ||
98 | |||
99 | extern void mx3_cpu_lp_set(enum mx3_cpu_pwr_mode mode); | ||
100 | extern void imx_print_silicon_rev(const char *cpu, int srev); | ||
101 | |||
102 | void avic_handle_irq(struct pt_regs *); | ||
103 | void tzic_handle_irq(struct pt_regs *); | ||
104 | |||
105 | #define imx1_handle_irq avic_handle_irq | ||
106 | #define imx21_handle_irq avic_handle_irq | ||
107 | #define imx25_handle_irq avic_handle_irq | ||
108 | #define imx27_handle_irq avic_handle_irq | ||
109 | #define imx31_handle_irq avic_handle_irq | ||
110 | #define imx35_handle_irq avic_handle_irq | ||
111 | #define imx50_handle_irq tzic_handle_irq | ||
112 | #define imx51_handle_irq tzic_handle_irq | ||
113 | #define imx53_handle_irq tzic_handle_irq | ||
114 | #define imx6q_handle_irq gic_handle_irq | ||
115 | |||
116 | extern void imx_enable_cpu(int cpu, bool enable); | ||
117 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); | ||
118 | #ifdef CONFIG_DEBUG_LL | ||
119 | extern void imx_lluart_map_io(void); | ||
120 | #else | ||
121 | static inline void imx_lluart_map_io(void) {} | ||
122 | #endif | ||
123 | extern void v7_cpu_resume(void); | ||
124 | extern u32 *pl310_get_save_ptr(void); | ||
125 | #ifdef CONFIG_SMP | ||
126 | extern void v7_secondary_startup(void); | ||
127 | extern void imx_scu_map_io(void); | ||
128 | extern void imx_smp_prepare(void); | ||
129 | #else | ||
130 | static inline void imx_scu_map_io(void) {} | ||
131 | static inline void imx_smp_prepare(void) {} | ||
132 | #endif | ||
133 | extern void imx_enable_cpu(int cpu, bool enable); | ||
134 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); | ||
135 | extern void imx_src_init(void); | ||
136 | extern void imx_src_prepare_restart(void); | ||
137 | extern void imx_gpc_init(void); | ||
138 | extern void imx_gpc_pre_suspend(void); | ||
139 | extern void imx_gpc_post_resume(void); | ||
140 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); | ||
141 | extern void imx6q_clock_map_io(void); | ||
142 | |||
143 | extern void imx_cpu_die(unsigned int cpu); | ||
144 | |||
145 | #ifdef CONFIG_PM | ||
146 | extern void imx6q_pm_init(void); | ||
147 | extern void imx51_pm_init(void); | ||
148 | extern void imx53_pm_init(void); | ||
149 | #else | ||
150 | static inline void imx6q_pm_init(void) {} | ||
151 | static inline void imx51_pm_init(void) {} | ||
152 | static inline void imx53_pm_init(void) {} | ||
153 | #endif | ||
154 | |||
155 | #ifdef CONFIG_NEON | ||
156 | extern int mx51_neon_fixup(void); | ||
157 | #else | ||
158 | static inline int mx51_neon_fixup(void) { return 0; } | ||
159 | #endif | ||
160 | |||
161 | extern struct smp_operations imx_smp_ops; | ||
162 | |||
163 | #endif | ||