From: Andrew Bresticker Date: Wed, 25 Feb 2015 03:56:03 +0000 (-0800) Subject: CLK: Pistachio: Add PLL driver X-Git-Tag: omap-for-v4.2/o2_dc~101^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43049b0c83f17;p=pandora-kernel.git CLK: Pistachio: Add PLL driver Add a driver for the integer (GF40LP_LAINT) and fractional (GF40LP_FRAC) PLLs present on Pistachio. Signed-off-by: Andrew Bresticker Cc: Mike Turquette Cc: Stephen Boyd Cc: devicetree@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Ezequiel Garcia Cc: James Hartley Cc: James Hogan Acked-by: Stephen Boyd Patchwork: https://patchwork.linux-mips.org/patch/9316/ Signed-off-by: Ralf Baechle --- diff --git a/drivers/clk/pistachio/Makefile b/drivers/clk/pistachio/Makefile index fc216adb744e..a93490dbe3e1 100644 --- a/drivers/clk/pistachio/Makefile +++ b/drivers/clk/pistachio/Makefile @@ -1 +1,2 @@ obj-y += clk.o +obj-y += clk-pll.o Reading git-diff-tree failed