CLK: Add basic infrastructure for Pistachio clocks
authorAndrew Bresticker <abrestic@chromium.org>
Wed, 25 Feb 2015 03:56:02 +0000 (19:56 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Mar 2015 09:58:56 +0000 (11:58 +0200)
commit8e4b7721f61e70396ad8ec2d866c91300f2afbd1
treeff031cbde67d0d0b8fb1d4d5d168fae82a3c9ba5
parent1006e3c93161431c81135b8a23fbfa69dcd43ab0
CLK: Add basic infrastructure for Pistachio clocks

Add helpers for registering clocks and clock providers on Pistachio.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: James Hartley <james.hartley@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Patchwork: https://patchwork.linux-mips.org/patch/9318/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/clk/Makefile
drivers/clk/pistachio/Makefile [new file with mode: 0644]
drivers/clk/pistachio/clk.c [new file with mode: 0644]
drivers/clk/pistachio/clk.h [new file with mode: 0644]
This page took 0.026147 seconds and 5 git commands to generate.