Re: [PATCH v4 1/6] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2021-03-31 15:46:35
Also in:
linux-devicetree, linux-tegra, lkml
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2021-03-31 15:46:35
Also in:
linux-devicetree, linux-tegra, lkml
18.03.2021 13:37, Dmitry Osipenko пишет:
18.03.2021 13:32, Viresh Kumar пишет:quoted
On 18-03-21, 13:27, Dmitry Osipenko wrote:quoted
14.03.2021 19:48, Dmitry Osipenko пишет:quoted
Add common helper which initializes OPP table for Tegra SoC core devices. Tested-by: Peter Geis <redacted> # Ouya T30 Tested-by: Paul Fertser <fercerpav@gmail.com> # PAZ00 T20 Tested-by: Nicolas Chauvet <redacted> # PAZ00 T20 and TK1 T124 Tested-by: Matt Merhar <redacted> # Ouya T30 Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- drivers/soc/tegra/common.c | 137 +++++++++++++++++++++++++++++++++++++ include/soc/tegra/common.h | 30 ++++++++ 2 files changed, 167 insertions(+)Viresh, do you think it will be possible to take this patch via the OPP tree along with the devres patches if Thierry will give an ack? This will allow us to start adding power management support to Tegra drivers once 5.13 will be released.I can do that.. OR I can give an immutable to Thierry over which he can base these patches..Thank you! Thierry, please let us know if you're okay with this patch and what variant you prefer more.
It's a bit too late now for 5.13, so I'll re-send this patch later on for 5.14 separately and along with other patches that will make use of this new helper.