Searched hist:"02 b83dcb3db7974cc25834b67ffac7eb90ce56ac" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | pm33xx-core.c | diff 02b83dcb3db7974cc25834b67ffac7eb90ce56ac Mon Apr 16 12:23:46 CDT 2018 Tony Lindgren <tony@atomide.com> ARM: OMAP2+: Initialize SoC PM later
There's no need to probe devices until at module_init time and we currently have at least PM trying to use I2C for PMICs early on.
As only a part of the SoC init_early is SoC specific, we only need to call the SoC specific PM init function. And we can modify omap2_common_pm_late_init() so it becomes a late_initcall().
Note that this changes am335x to call omap2_clk_enable_autoidle_all() that seems to be missing currently.
Cc: Keerthy <j-keerthy@ti.com> Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
|
H A D | pm.c | diff 02b83dcb3db7974cc25834b67ffac7eb90ce56ac Mon Apr 16 12:23:46 CDT 2018 Tony Lindgren <tony@atomide.com> ARM: OMAP2+: Initialize SoC PM later
There's no need to probe devices until at module_init time and we currently have at least PM trying to use I2C for PMICs early on.
As only a part of the SoC init_early is SoC specific, we only need to call the SoC specific PM init function. And we can modify omap2_common_pm_late_init() so it becomes a late_initcall().
Note that this changes am335x to call omap2_clk_enable_autoidle_all() that seems to be missing currently.
Cc: Keerthy <j-keerthy@ti.com> Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
|
H A D | common.h | diff 02b83dcb3db7974cc25834b67ffac7eb90ce56ac Mon Apr 16 12:23:46 CDT 2018 Tony Lindgren <tony@atomide.com> ARM: OMAP2+: Initialize SoC PM later
There's no need to probe devices until at module_init time and we currently have at least PM trying to use I2C for PMICs early on.
As only a part of the SoC init_early is SoC specific, we only need to call the SoC specific PM init function. And we can modify omap2_common_pm_late_init() so it becomes a late_initcall().
Note that this changes am335x to call omap2_clk_enable_autoidle_all() that seems to be missing currently.
Cc: Keerthy <j-keerthy@ti.com> Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
|
H A D | io.c | diff 02b83dcb3db7974cc25834b67ffac7eb90ce56ac Mon Apr 16 12:23:46 CDT 2018 Tony Lindgren <tony@atomide.com> ARM: OMAP2+: Initialize SoC PM later
There's no need to probe devices until at module_init time and we currently have at least PM trying to use I2C for PMICs early on.
As only a part of the SoC init_early is SoC specific, we only need to call the SoC specific PM init function. And we can modify omap2_common_pm_late_init() so it becomes a late_initcall().
Note that this changes am335x to call omap2_clk_enable_autoidle_all() that seems to be missing currently.
Cc: Keerthy <j-keerthy@ti.com> Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
|