Re: [PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-28 Thread Krzysztof Kozlowski
On Wed, Jan 27, 2021 at 03:46:22PM +0530, Viresh Kumar wrote: > There is no point calling dev_pm_opp_set_clkname() with the "name" > parameter set to NULL, this is already done by the OPP core at setup > time and should work as it is. > > Signed-off-by: Viresh Kumar > > --- > V2: Update tegra124

Re: [PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-27 Thread Viresh Kumar
On 27-01-21, 22:27, Dmitry Osipenko wrote: > 27.01.2021 13:16, Viresh Kumar пишет: > > There is no point calling dev_pm_opp_set_clkname() with the "name" > > parameter set to NULL, this is already done by the OPP core at setup > > time and should work as it is. > > > > Signed-off-by: Viresh Kumar

Re: [PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-27 Thread Dmitry Osipenko
27.01.2021 13:16, Viresh Kumar пишет: > There is no point calling dev_pm_opp_set_clkname() with the "name" > parameter set to NULL, this is already done by the OPP core at setup > time and should work as it is. > > Signed-off-by: Viresh Kumar > > --- > V2: Update tegra124 as well. > > Krzysztof

[PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-27 Thread Viresh Kumar
There is no point calling dev_pm_opp_set_clkname() with the "name" parameter set to NULL, this is already done by the OPP core at setup time and should work as it is. Signed-off-by: Viresh Kumar --- V2: Update tegra124 as well. Krzysztof, please take this through your tree, it doesn't have any

Re: [PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-24 Thread Viresh Kumar
On 22-01-21, 18:00, Dmitry Osipenko wrote: > 22.01.2021 09:00, Viresh Kumar пишет: > > There is no point calling dev_pm_opp_set_clkname() with the "name" > > parameter set to NULL, this is already done by the OPP core at setup > > time and should work as it is. > > > > Signed-off-by: Viresh Kumar

Re: [PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-22 Thread Dmitry Osipenko
22.01.2021 09:00, Viresh Kumar пишет: > There is no point calling dev_pm_opp_set_clkname() with the "name" > parameter set to NULL, this is already done by the OPP core at setup > time and should work as it is. > > Signed-off-by: Viresh Kumar > --- > Dmitry, am I missing something obvious here ?

[PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()

2021-01-21 Thread Viresh Kumar
There is no point calling dev_pm_opp_set_clkname() with the "name" parameter set to NULL, this is already done by the OPP core at setup time and should work as it is. Signed-off-by: Viresh Kumar --- Dmitry, am I missing something obvious here ? drivers/memory/tegra/tegra20-emc.c | 13 ++