common.h (472475000979a156bc32cd75caa59737f5a1caa5) common.h (de70d0e9d43dd5fa899ce3a1560a4d2536b6b71e)
1/*
2 * Copyright 2004-2014 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.

--- 106 unchanged lines hidden (view full) ---

115#endif
116
117void imx6_pm_ccm_init(const char *ccm_compat);
118void imx6q_pm_init(void);
119void imx6dl_pm_init(void);
120void imx6sl_pm_init(void);
121void imx6sx_pm_init(void);
122void imx6ul_pm_init(void);
1/*
2 * Copyright 2004-2014 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.

--- 106 unchanged lines hidden (view full) ---

115#endif
116
117void imx6_pm_ccm_init(const char *ccm_compat);
118void imx6q_pm_init(void);
119void imx6dl_pm_init(void);
120void imx6sl_pm_init(void);
121void imx6sx_pm_init(void);
122void imx6ul_pm_init(void);
123void imx7ulp_pm_init(void);
123
124#ifdef CONFIG_PM
125void imx51_pm_init(void);
126void imx53_pm_init(void);
127#else
128static inline void imx51_pm_init(void) {}
129static inline void imx53_pm_init(void) {}
130#endif

--- 17 unchanged lines hidden ---
124
125#ifdef CONFIG_PM
126void imx51_pm_init(void);
127void imx53_pm_init(void);
128#else
129static inline void imx51_pm_init(void) {}
130static inline void imx53_pm_init(void) {}
131#endif

--- 17 unchanged lines hidden ---