Re: [PATCH v2 1/2] clk: tegra: divider: Add missing check for enable-bit on rate's recalculation

2019-09-22 Thread Dmitry Osipenko
23.07.2019 5:52, Dmitry Osipenko пишет: > Unset "enable" bit means that divider is in bypass mode, hence it doesn't > have any effect in that case. Please note that there are no known bugs > caused by the missing check. > > Signed-off-by: Dmitry Osipenko > --- > > Changelog: > > v2: Changed

[PATCH v2 1/2] clk: tegra: divider: Add missing check for enable-bit on rate's recalculation

2019-07-22 Thread Dmitry Osipenko
Unset "enable" bit means that divider is in bypass mode, hence it doesn't have any effect in that case. Please note that there are no known bugs caused by the missing check. Signed-off-by: Dmitry Osipenko --- Changelog: v2: Changed the commit's description from 'Fix' to 'Add' in response to