common.h (c1e31d126b4db6a3a8d96883fae40fe22d5eba65) | common.h (31a2fbf70e1cf3fcd6623a928a5547a2c5c6733f) |
---|---|
1/* 2 * Copyright 2004-2013 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. --- 55 unchanged lines hidden (view full) --- 64extern int mx53_clocks_init(unsigned long ckil, unsigned long osc, 65 unsigned long ckih1, unsigned long ckih2); 66extern int mx25_clocks_init_dt(void); 67extern int mx27_clocks_init_dt(void); 68extern int mx31_clocks_init_dt(void); 69extern int mx51_clocks_init_dt(void); 70extern int mx53_clocks_init_dt(void); 71extern int mx6q_clocks_init(void); | 1/* 2 * Copyright 2004-2013 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. --- 55 unchanged lines hidden (view full) --- 64extern int mx53_clocks_init(unsigned long ckil, unsigned long osc, 65 unsigned long ckih1, unsigned long ckih2); 66extern int mx25_clocks_init_dt(void); 67extern int mx27_clocks_init_dt(void); 68extern int mx31_clocks_init_dt(void); 69extern int mx51_clocks_init_dt(void); 70extern int mx53_clocks_init_dt(void); 71extern int mx6q_clocks_init(void); |
72extern int imx6sl_clocks_init(void); |
|
72extern struct platform_device *mxc_register_gpio(char *name, int id, 73 resource_size_t iobase, resource_size_t iosize, int irq, int irq_high); 74extern void mxc_set_cpu_type(unsigned int type); 75extern void mxc_restart(char, const char *); 76extern void mxc_arch_reset_init(void __iomem *); 77extern void mxc_arch_reset_init_dt(void); 78extern int mx53_revision(void); 79extern int imx6q_revision(void); --- 86 unchanged lines hidden --- | 73extern struct platform_device *mxc_register_gpio(char *name, int id, 74 resource_size_t iobase, resource_size_t iosize, int irq, int irq_high); 75extern void mxc_set_cpu_type(unsigned int type); 76extern void mxc_restart(char, const char *); 77extern void mxc_arch_reset_init(void __iomem *); 78extern void mxc_arch_reset_init_dt(void); 79extern int mx53_revision(void); 80extern int imx6q_revision(void); --- 86 unchanged lines hidden --- |