Re: [PATCH v3] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-01-22 06:36:31
Also in:
linux-pm, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-01-22 06:36:31
Also in:
linux-pm, lkml
On 21-01-21, 22:01, Dmitry Osipenko wrote:
Add common helper which initializes OPP table for Tegra SoC core devices.
Tested-by: Peter Geis <redacted> # Ouya T30
Tested-by: Dmitry Osipenko <digetx@gmail.com> # A500 T20 and Nexus7 T30
Tested-by: Nicolas Chauvet <redacted> # PAZ00 T20 and TK1 T124
Tested-by: Matt Merhar <redacted> # Ouya T30
[tested on some other non-upstreamed-yet T20/30/114 devices as well]
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
Changelog:
v3: - This patch is factored out from [1] to ease merging of the patches
that will use the new helper. The goal is to get this new helper
into 5.12, this should remove dependency on this patch for a several
patchsets of a different subsystems (DRM, media, memory, etc) that
will target 5.13.
@Thierry/Jon, please review and apply this patch for 5.12!This is not how stuff works in kernel Dmitry, every commit in the kernel tree should build(at least)/boot fine. Your patch can only be applied once your base tree has all the patches on which your work is based of, otherwise this will lead to build failure (stuff like git bisect breaks with that). It would be better if you take this patch in 5.13, or after 5.12-rc2 once all other stuff lands. -- viresh