Message ID | 20210118005524.27787-1-digetx@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | OPP API fixes and improvements | expand |
On 18-01-21, 03:55, Dmitry Osipenko wrote: > Hi, > > This series fixes problems and adds features to OPP API that are required > for implementation of a power domain driver for NVIDIA Tegra SoCs. > > It is a continuation of [1], where Viresh Kumar asked to factor OPP > patches into a separate series. I factored out the patches into this > series, addressed the previous review comments and re-based patches > on top of [2], which replaced some of my patches that added resource-managed > helpers. > > [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=221130 > [2] https://lore.kernel.org/linux-pm/20210101165507.19486-1-tiny.windzz@gmail.com/ Hi Dmitry, I have applied 9 out of 12 patches already. Thanks.
18.01.2021 14:46, Viresh Kumar пишет: > On 18-01-21, 03:55, Dmitry Osipenko wrote: >> Hi, >> >> This series fixes problems and adds features to OPP API that are required >> for implementation of a power domain driver for NVIDIA Tegra SoCs. >> >> It is a continuation of [1], where Viresh Kumar asked to factor OPP >> patches into a separate series. I factored out the patches into this >> series, addressed the previous review comments and re-based patches >> on top of [2], which replaced some of my patches that added resource-managed >> helpers. >> >> [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=221130 >> [2] https://lore.kernel.org/linux-pm/20210101165507.19486-1-tiny.windzz@gmail.com/ > > Hi Dmitry, > > I have applied 9 out of 12 patches already. Thanks. > Thanks, I checked that everything is applied properly using today's linux-next.
19.01.2021 20:35, Dmitry Osipenko пишет: > 18.01.2021 14:46, Viresh Kumar пишет: >> On 18-01-21, 03:55, Dmitry Osipenko wrote: >>> Hi, >>> >>> This series fixes problems and adds features to OPP API that are required >>> for implementation of a power domain driver for NVIDIA Tegra SoCs. >>> >>> It is a continuation of [1], where Viresh Kumar asked to factor OPP >>> patches into a separate series. I factored out the patches into this >>> series, addressed the previous review comments and re-based patches >>> on top of [2], which replaced some of my patches that added resource-managed >>> helpers. >>> >>> [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=221130 >>> [2] https://lore.kernel.org/linux-pm/20210101165507.19486-1-tiny.windzz@gmail.com/ >> >> Hi Dmitry, >> >> I have applied 9 out of 12 patches already. Thanks. >> > > Thanks, I checked that everything is applied properly using today's > linux-next. > Turned out that one minor issue was actually introduced, the devm_pm_opp_attach_genpd() lost the export. I'll make a patch to fix this.
On 20-01-21, 18:41, Dmitry Osipenko wrote: > 19.01.2021 20:35, Dmitry Osipenko пишет: > > 18.01.2021 14:46, Viresh Kumar пишет: > >> On 18-01-21, 03:55, Dmitry Osipenko wrote: > >>> Hi, > >>> > >>> This series fixes problems and adds features to OPP API that are required > >>> for implementation of a power domain driver for NVIDIA Tegra SoCs. > >>> > >>> It is a continuation of [1], where Viresh Kumar asked to factor OPP > >>> patches into a separate series. I factored out the patches into this > >>> series, addressed the previous review comments and re-based patches > >>> on top of [2], which replaced some of my patches that added resource-managed > >>> helpers. > >>> > >>> [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=221130 > >>> [2] https://lore.kernel.org/linux-pm/20210101165507.19486-1-tiny.windzz@gmail.com/ > >> > >> Hi Dmitry, > >> > >> I have applied 9 out of 12 patches already. Thanks. > >> > > > > Thanks, I checked that everything is applied properly using today's > > linux-next. > > > > Turned out that one minor issue was actually introduced, the > devm_pm_opp_attach_genpd() lost the export. I'll make a patch to fix this. I have fixed the original patch for that.
21.01.2021 10:51, Viresh Kumar пишет: > On 20-01-21, 18:41, Dmitry Osipenko wrote: >> 19.01.2021 20:35, Dmitry Osipenko пишет: >>> 18.01.2021 14:46, Viresh Kumar пишет: >>>> On 18-01-21, 03:55, Dmitry Osipenko wrote: >>>>> Hi, >>>>> >>>>> This series fixes problems and adds features to OPP API that are required >>>>> for implementation of a power domain driver for NVIDIA Tegra SoCs. >>>>> >>>>> It is a continuation of [1], where Viresh Kumar asked to factor OPP >>>>> patches into a separate series. I factored out the patches into this >>>>> series, addressed the previous review comments and re-based patches >>>>> on top of [2], which replaced some of my patches that added resource-managed >>>>> helpers. >>>>> >>>>> [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=221130 >>>>> [2] https://lore.kernel.org/linux-pm/20210101165507.19486-1-tiny.windzz@gmail.com/ >>>> >>>> Hi Dmitry, >>>> >>>> I have applied 9 out of 12 patches already. Thanks. >>>> >>> >>> Thanks, I checked that everything is applied properly using today's >>> linux-next. >>> >> >> Turned out that one minor issue was actually introduced, the >> devm_pm_opp_attach_genpd() lost the export. I'll make a patch to fix this. > > I have fixed the original patch for that. > Okay, thank you.