clk: add BCM63XX gated clock controller driver
authorJonas Gorski <jonas.gorski@gmail.com>
Thu, 2 May 2019 12:26:56 +0000 (14:26 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 27 Jun 2019 20:41:41 +0000 (13:41 -0700)
commit1c099779c1e2e8e0e10cdb2aecd4b35f428e9f00
treed469f111cffd1d508f0dd12ebd82a858090bd9e9
parentdc1d9dac5ca2f3c3cf024f1e17857033ba1e080e
clk: add BCM63XX gated clock controller driver

Add a driver for the gated clock controller found on MIPS based BCM63XX
SoCs.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[sboyd@kernel.org: Remove module.h include and associated things for a
non-modular driver, add static on data tables, drop of_match_ptr()
usage, fix spdx tag to be a C++ style comment]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/bcm/Kconfig
drivers/clk/bcm/Makefile
drivers/clk/bcm/clk-bcm63xx-gate.c [new file with mode: 0644]