common.h (7587b5965f57c1c4d6fd1377432a8473f5cd449a) | common.h (765e7a067eebf372687048ba0242e27f43cf0d71) |
---|---|
1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 84 unchanged lines hidden (view full) --- 93void omap35xx_init_early(void); 94void omap3630_init_early(void); 95void omap3_init_early(void); /* Do not use this one */ 96void am33xx_init_early(void); 97void am35xx_init_early(void); 98void ti81xx_init_early(void); 99void am33xx_init_early(void); 100void am43xx_init_early(void); | 1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 84 unchanged lines hidden (view full) --- 93void omap35xx_init_early(void); 94void omap3630_init_early(void); 95void omap3_init_early(void); /* Do not use this one */ 96void am33xx_init_early(void); 97void am35xx_init_early(void); 98void ti81xx_init_early(void); 99void am33xx_init_early(void); 100void am43xx_init_early(void); |
101void am43xx_init_late(void); |
|
101void omap4430_init_early(void); 102void omap5_init_early(void); 103void omap3_init_late(void); /* Do not use this one */ 104void omap4430_init_late(void); 105void omap2420_init_late(void); 106void omap2430_init_late(void); 107void omap3430_init_late(void); 108void omap35xx_init_late(void); 109void omap3630_init_late(void); 110void am35xx_init_late(void); 111void ti81xx_init_late(void); | 102void omap4430_init_early(void); 103void omap5_init_early(void); 104void omap3_init_late(void); /* Do not use this one */ 105void omap4430_init_late(void); 106void omap2420_init_late(void); 107void omap2430_init_late(void); 108void omap3430_init_late(void); 109void omap35xx_init_late(void); 110void omap3630_init_late(void); 111void am35xx_init_late(void); 112void ti81xx_init_late(void); |
113void am33xx_init_late(void); 114void omap5_init_late(void); |
|
112int omap2_common_pm_late_init(void); 113void dra7xx_init_early(void); | 115int omap2_common_pm_late_init(void); 116void dra7xx_init_early(void); |
117void dra7xx_init_late(void); |
|
114 115#ifdef CONFIG_SOC_BUS 116void omap_soc_device_init(void); 117#else 118static inline void omap_soc_device_init(void) 119{ 120} 121#endif --- 187 unchanged lines hidden --- | 118 119#ifdef CONFIG_SOC_BUS 120void omap_soc_device_init(void); 121#else 122static inline void omap_soc_device_init(void) 123{ 124} 125#endif --- 187 unchanged lines hidden --- |