clk: bcm2835: Add support for setting leaf clock rates while running.
authorEric Anholt <eric@anholt.net>
Thu, 2 May 2019 22:11:05 +0000 (15:11 -0700)
committerpopcornmix <popcornmix@gmail.com>
Thu, 13 Jun 2019 10:54:30 +0000 (11:54 +0100)
commit637561e48b1885b7eb66a6f64eaa012e48a3f9c4
tree51b32641e399161c1da5d0cb2015b7f804319676
parentd4a7db404f22a7dafc963b3d72f14dc19c80be5f
clk: bcm2835: Add support for setting leaf clock rates while running.

As long as you wait for !BUSY, you can do glitch-free updates of clock
rate while the clock is running.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/clk/bcm/clk-bcm2835.c