All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Minimal FAPLL clock support for dm816x
@ 2015-01-13 22:51 Tony Lindgren
  2015-01-13 22:51 ` [PATCH 1/2] clk: ti: Add support for FAPLL on dm816x Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tony Lindgren @ 2015-01-13 22:51 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd; +Cc: linux-kernel, linux-omap

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-19 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13 22:51 [PATCH 0/2] Minimal FAPLL clock support for dm816x Tony Lindgren
2015-01-13 22:51 ` [PATCH 1/2] clk: ti: Add support for FAPLL on dm816x Tony Lindgren
2015-01-13 22:51 ` [PATCH 2/2] clk: ti: Initialize clocks for dm816x Tony Lindgren
2015-01-14 22:06 ` [PATCH 0/2] Minimal FAPLL clock support " Mike Turquette
2015-01-19 16:36   ` Mike Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.