clk: shmobile: Add MSTP clock support
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 17 Oct 2013 21:54:07 +0000 (23:54 +0200)
committerMike Turquette <mturquette@linaro.org>
Fri, 13 Dec 2013 03:23:59 +0000 (19:23 -0800)
commitf94859c215b6d977794108a1a9a101239e393c09
tree8de13d7d3cd0d6a27219207e388037fd3407f16c
parentabe844aa5bb50444ac3e02aed89b431823d6ad56
clk: shmobile: Add MSTP clock support

MSTP clocks are gate clocks controlled through a register that handles
up to 32 clocks. The register is often sparsely populated.

Those clocks are found on Renesas ARM SoCs.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt [new file with mode: 0644]
drivers/clk/shmobile/Makefile
drivers/clk/shmobile/clk-mstp.c [new file with mode: 0644]