]> git.baikalelectronics.ru Git - kernel.git/commit
clk: si5341: Avoid divide errors due to bogus register contents
authorRobert Hancock <robert.hancock@calian.com>
Thu, 25 Mar 2021 19:26:37 +0000 (13:26 -0600)
committerStephen Boyd <sboyd@kernel.org>
Mon, 28 Jun 2021 02:58:14 +0000 (19:58 -0700)
commit3c26f1866eb24a0f906b55b5f7a951f3c7535747
tree2f00bef9a1f8bc772d379321f994615262da62c1
parent8e39501fdea635de2350d267ec9e0173a07c043b
clk: si5341: Avoid divide errors due to bogus register contents

If the Si5341 is being initially programmed and has no stored NVM
configuration, some of the register contents may contain unexpected
values, such as zeros, which could cause divide by zero errors during
driver initialization. Trap errors caused by zero registers or zero clock
rates which could result in divide errors later in the code.

Fixes: efc8b8846d ("clk: Add Si5341/Si5340 driver")
Signed-off-by: Robert Hancock <robert.hancock@calian.com>
Link: https://lore.kernel.org/r/20210325192643.2190069-4-robert.hancock@calian.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-si5341.c