]> Git Repo - linux.git/commit
clk: shmobile: Add DIV6 clock support
authorLaurent Pinchart <[email protected]>
Thu, 17 Oct 2013 21:54:07 +0000 (23:54 +0200)
committerMike Turquette <[email protected]>
Fri, 13 Dec 2013 03:23:58 +0000 (19:23 -0800)
commitabe844aa5bb50444ac3e02aed89b431823d6ad56
tree4ac49f2cbbb3f16e0714f39a8447874e108a9180
parent10cdfe9f327ab8d120cf6957e58c6203e3a53847
clk: shmobile: Add DIV6 clock support

DIV6 clocks are divider gate clocks controlled through a single
register. The divider is expressed on 6 bits, hence the name, and can
take values from 1/1 to 1/64.

Those clocks are found on Renesas ARM SoCs.

Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt [new file with mode: 0644]
drivers/clk/shmobile/Makefile
drivers/clk/shmobile/clk-div6.c [new file with mode: 0644]
This page took 0.053252 seconds and 4 git commands to generate.