[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421189488-9657-1-git-send-email-tony@atomide.com>
Date: Tue, 13 Jan 2015 14:51:26 -0800
From: Tony Lindgren <tony@...mide.com>
To: Mike Turquette <mturquette@...aro.org>,
Stephen Boyd <sboyd@...eaurora.org>
Cc: linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org
Subject: [PATCH 0/2] Minimal FAPLL clock support for dm816x
Hi all,
Here's a minimal support for the FAPLL (Flying Adder PLL) on dm816x
which is a omap variant.
Regards,
Tony
Tony Lindgren (2):
clk: ti: Add support for FAPLL on dm816x
clk: ti: Initialize clocks for dm816x
.../devicetree/bindings/clock/ti/fapll.txt | 33 ++
drivers/clk/ti/Makefile | 1 +
drivers/clk/ti/clk-3xxx.c | 8 +-
drivers/clk/ti/clk-816x.c | 53 +++
drivers/clk/ti/fapll.c | 410 +++++++++++++++++++++
5 files changed, 498 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/ti/fapll.txt
create mode 100644 drivers/clk/ti/clk-816x.c
create mode 100644 drivers/clk/ti/fapll.c
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists