]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit3ea59ace7c0f475bf12f13b63a47a6983959d754
treeb581689346a192142675db0787ece52f8bdac6e9
parentc1ce3509eca684e72d0910192d5549d01558b658
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