Re: [PATCH v1 0/2] clk: Tegra124 PLLM fixes

2019-04-25 Thread Dmitry Osipenko
25.04.2019 18:14, Stephen Boyd пишет: > Quoting Dmitry Osipenko (2019-04-25 06:50:39) >> 24.04.2019 11:36, Peter De Schrijver пишет: >>> On Fri, Apr 19, 2019 at 02:50:10PM +0300, Dmitry Osipenko wrote: 12.04.2019 0:48, Dmitry Osipenko пишет: The patches in this series are trivial and

Re: [PATCH v1 0/2] clk: Tegra124 PLLM fixes

2019-04-25 Thread Stephen Boyd
Quoting Dmitry Osipenko (2019-04-25 06:50:39) > 24.04.2019 11:36, Peter De Schrijver пишет: > > On Fri, Apr 19, 2019 at 02:50:10PM +0300, Dmitry Osipenko wrote: > >> 12.04.2019 0:48, Dmitry Osipenko пишет: > >> > >> The patches in this series are trivial and fixing the longstanding bug on > >> Teg

Re: [PATCH v1 0/2] clk: Tegra124 PLLM fixes

2019-04-25 Thread Dmitry Osipenko
24.04.2019 11:36, Peter De Schrijver пишет: > On Fri, Apr 19, 2019 at 02:50:10PM +0300, Dmitry Osipenko wrote: >> 12.04.2019 0:48, Dmitry Osipenko пишет: >>> Hello, here are two trivial patches that are correcting PLLM on Tegra124. >>> First fixes system lockup due to a bad hardware configuration,

Re: [PATCH v1 0/2] clk: Tegra124 PLLM fixes

2019-04-24 Thread Peter De Schrijver
On Fri, Apr 19, 2019 at 02:50:10PM +0300, Dmitry Osipenko wrote: > 12.04.2019 0:48, Dmitry Osipenko пишет: > > Hello, here are two trivial patches that are correcting PLLM on Tegra124. > > First fixes system lockup due to a bad hardware configuration, second > > removes usage of a non-existent regi

Re: [PATCH v1 0/2] clk: Tegra124 PLLM fixes

2019-04-19 Thread Dmitry Osipenko
12.04.2019 0:48, Dmitry Osipenko пишет: > Hello, here are two trivial patches that are correcting PLLM on Tegra124. > First fixes system lockup due to a bad hardware configuration, second > removes usage of a non-existent register bit. > > Dmitry Osipenko (2): > clk: tegra: Fix PLLM programming

[PATCH v1 0/2] clk: Tegra124 PLLM fixes

2019-04-11 Thread Dmitry Osipenko
Hello, here are two trivial patches that are correcting PLLM on Tegra124. First fixes system lockup due to a bad hardware configuration, second removes usage of a non-existent register bit. Dmitry Osipenko (2): clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides divider clk: t