Re: [PATCH v1] clk: tegra: Mark Memory Controller clock as critical

2018-07-08 Thread Stephen Boyd
Quoting Dmitry Osipenko (2018-06-03 15:48:05) > Memory Controller should be always-on. Currently the sibling EMC clock is > marked as critical, let's mark MC clock too for consistency. > > Signed-off-by: Dmitry Osipenko > --- Applied to clk-next

Re: [PATCH v1] clk: tegra: Mark Memory Controller clock as critical

2018-06-05 Thread Peter De Schrijver
On Mon, Jun 04, 2018 at 01:48:05AM +0300, Dmitry Osipenko wrote: > Memory Controller should be always-on. Currently the sibling EMC clock is > marked as critical, let's mark MC clock too for consistency. > > Signed-off-by: Dmitry Osipenko Acked-By: Peter De Schrijver > --- > drivers/clk/tegra

[PATCH v1] clk: tegra: Mark Memory Controller clock as critical

2018-06-03 Thread Dmitry Osipenko
Memory Controller should be always-on. Currently the sibling EMC clock is marked as critical, let's mark MC clock too for consistency. Signed-off-by: Dmitry Osipenko --- drivers/clk/tegra/clk-divider.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/clk/tegra/clk