Message ID | 20200911123157.759379-2-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] thermal: ti-soc-thermal: Enable addition power management | expand |
On Fri, Sep 11, 2020 at 7:32 AM Adam Ford <aford173@gmail.com> wrote: > > With the additional power management options enabled, > this patch enables OMAP3_THERMAL by default. > > Signed-off-by: Adam Ford <aford173@gmail.com> > --- > V3: No change > V2: No change Tony, Can you apply [2/2] to the OMAP branch? It looks like 1/2 was applied to the linux-pm [1] thanks, adam [1] - https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/commit/?h=thermal/linux-next&id=5093402e5b449b64f7bbaa09057ce40a8f3c1484 > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index fe383f5a92fb..efcc46305a47 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -303,6 +303,7 @@ CONFIG_THERMAL_GOV_FAIR_SHARE=y > CONFIG_THERMAL_GOV_USER_SPACE=y > CONFIG_CPU_THERMAL=y > CONFIG_TI_THERMAL=y > +CONFIG_OMAP3_THERMAL=y > CONFIG_OMAP4_THERMAL=y > CONFIG_OMAP5_THERMAL=y > CONFIG_DRA752_THERMAL=y > -- > 2.25.1 >
On Fri, Oct 16, 2020 at 11:19 AM Adam Ford <aford173@gmail.com> wrote: > > On Fri, Sep 11, 2020 at 7:32 AM Adam Ford <aford173@gmail.com> wrote: > > > > With the additional power management options enabled, > > this patch enables OMAP3_THERMAL by default. > > > > Signed-off-by: Adam Ford <aford173@gmail.com> > > --- > > V3: No change > > V2: No change > > Tony, > > Can you apply [2/2] to the OMAP branch? > > It looks like 1/2 was applied to the linux-pm [1] Tony, The defconfig update doesn't show in your branch. Is there someone else I should ping about this? thanks > > thanks, > > adam > [1] - https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/commit/?h=thermal/linux-next&id=5093402e5b449b64f7bbaa09057ce40a8f3c1484 > > > > > > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > > index fe383f5a92fb..efcc46305a47 100644 > > --- a/arch/arm/configs/omap2plus_defconfig > > +++ b/arch/arm/configs/omap2plus_defconfig > > @@ -303,6 +303,7 @@ CONFIG_THERMAL_GOV_FAIR_SHARE=y > > CONFIG_THERMAL_GOV_USER_SPACE=y > > CONFIG_CPU_THERMAL=y > > CONFIG_TI_THERMAL=y > > +CONFIG_OMAP3_THERMAL=y > > CONFIG_OMAP4_THERMAL=y > > CONFIG_OMAP5_THERMAL=y > > CONFIG_DRA752_THERMAL=y > > -- > > 2.25.1 > >
* Adam Ford <aford173@gmail.com> [201016 15:19]: > On Fri, Sep 11, 2020 at 7:32 AM Adam Ford <aford173@gmail.com> wrote: > > > > With the additional power management options enabled, > > this patch enables OMAP3_THERMAL by default. > > > > Signed-off-by: Adam Ford <aford173@gmail.com> > > --- > > V3: No change > > V2: No change > > Tony, > > Can you apply [2/2] to the OMAP branch? Sorry for the delay, applying into omap-for-v5.11/defconfig thanks. Regards, Tony
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index fe383f5a92fb..efcc46305a47 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -303,6 +303,7 @@ CONFIG_THERMAL_GOV_FAIR_SHARE=y CONFIG_THERMAL_GOV_USER_SPACE=y CONFIG_CPU_THERMAL=y CONFIG_TI_THERMAL=y +CONFIG_OMAP3_THERMAL=y CONFIG_OMAP4_THERMAL=y CONFIG_OMAP5_THERMAL=y CONFIG_DRA752_THERMAL=y
With the additional power management options enabled, this patch enables OMAP3_THERMAL by default. Signed-off-by: Adam Ford <aford173@gmail.com> --- V3: No change V2: No change