]> git.baikalelectronics.ru Git - kernel.git/commit
clk: bcm: rpi: Split pllb clock hooks
authorMaxime Ripard <maxime@cerno.tech>
Mon, 15 Jun 2020 08:40:57 +0000 (10:40 +0200)
committerStephen Boyd <sboyd@kernel.org>
Sat, 20 Jun 2020 00:21:17 +0000 (17:21 -0700)
commit76e4c77bdcd3afd96ca7c6cecfd8e763070bc42d
treeb581689346a192142675db0787ece52f8bdac6e9
parentd3a5dca7ec74347cd88f9c76c012990a5283167e
clk: bcm: rpi: Split pllb clock hooks

The driver only supports the pllb for now and all the clock framework hooks
are a mix of the generic firmware interface and the specifics of the pllb.
Since we will support more clocks in the future let's split the generic and
specific hooks

Cc: Michael Turquette <mturquette@baylibre.com>
Cc: linux-clk@vger.kernel.org
Acked-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Tested-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/fdc21962fdc7de5c46232f198672d5d5c868ec74.1592210452.git-series.maxime@cerno.tech
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/bcm/clk-raspberrypi.c