]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: Add clock driver for ASPEED BMC SoCs
authorJoel Stanley <joel@jms.id.au>
Fri, 22 Dec 2017 02:45:18 +0000 (13:15 +1030)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 27 Jan 2018 00:22:37 +0000 (16:22 -0800)
commit5eda5d79e4be347758df5d502df2f4ddcfc2a701
tree2f619f58b3994490a4e6d013a79519983daef6a3
parentae50ff7b6dae3074f2889b40a6b4c9a0419e6b71
clk: Add clock driver for ASPEED BMC SoCs

This adds the stub of a driver for the ASPEED SoCs. The clocks are
defined and the static registration is set up.

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-aspeed.c [new file with mode: 0644]