diff options
author | Olof Johansson <olof@lixom.net> | 2014-09-24 14:27:17 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-24 14:27:35 -0400 |
commit | 14bbd322f4264afc26c93907add4870f686d28b9 (patch) | |
tree | 788ba91a5febe3b9c54d716df862db8fe3b93655 /arch/arm/mach-imx/common.h | |
parent | 739d8d8bc33488ef11b34875e84860db7e09c8b4 (diff) | |
parent | 64546e9fe3a5b8cf62c946521c71d0532d399850 (diff) |
Merge tag 'imx-soc-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/soc
Merge "ARM: imx: SoC updates for 3.18" from Shawn Guo:
The i.MX SoC updates for 3.18:
- Add initial devicetree support for i.MX1
- Support GPT per clock source from OSC for i.MX6
- A couple of parent selection corrections for i.MX6SL clock driver
- Support more chip revision for i.MX6
- Convert pr_warning to pr_warn
- Add exclusive gate clock support
- Add BYPASS support for i.MX6 PLL clocks
- Update i.MX6 clock tree for audio use case
- A couple of VF610 clock driver updates
* tag 'imx-soc-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (30 commits)
ARM: imx_v6_v7_defconfig updates
ARM: imx_v4_v5_defconfig: Select CONFIG_IMX_WEIM
arm: mach-imx: Convert pr_warning to pr_warn
ARM: imx: source gpt per clk from OSC for system timer
ARM: imx: add gpt_3m clk for i.mx6qdl
ARM: imx: fix register offset of pll7_usb_host gate clock
ARM: clk-imx6sl: refine clock tree for SSI
ARM: imx: remove ENABLE and BYPASS bits from clk-pllv3 driver
ARM: imx6sx: add BYPASS support for PLL clocks
ARM: imx6sl: add BYPASS support for PLL clocks
ARM: imx6q: add BYPASS support for PLL clocks
ARM: imx: add an exclusive gate clock type
ARM: clk-imx6q: refine clock tree for SSI
ARM: clk-imx6q: refine clock tree for ASRC
ARM: clk-imx6sl: correct the pxp and epdc axi clock selections
ARM: clk-imx6q: refine clock tree for ESAI
ARM: clk-imx6sl: Select appropriate parents for LCDIF clocks
ARM: clk-imx6sl: Remove csi_lcdif_sels[]
ARM: imx: clk-vf610: Add USBPHY clocks
ARM: imx: add cpufreq support for i.mx6sx
...
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 22ba8973bcb9..1dabf435c592 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h | |||
@@ -98,11 +98,9 @@ void imx_set_cpu_arg(int cpu, u32 arg); | |||
98 | void v7_secondary_startup(void); | 98 | void v7_secondary_startup(void); |
99 | void imx_scu_map_io(void); | 99 | void imx_scu_map_io(void); |
100 | void imx_smp_prepare(void); | 100 | void imx_smp_prepare(void); |
101 | void imx_scu_standby_enable(void); | ||
102 | #else | 101 | #else |
103 | static inline void imx_scu_map_io(void) {} | 102 | static inline void imx_scu_map_io(void) {} |
104 | static inline void imx_smp_prepare(void) {} | 103 | static inline void imx_smp_prepare(void) {} |
105 | static inline void imx_scu_standby_enable(void) {} | ||
106 | #endif | 104 | #endif |
107 | void imx_src_init(void); | 105 | void imx_src_init(void); |
108 | void imx_gpc_init(void); | 106 | void imx_gpc_init(void); |