linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Clock driver for dm814x ADPLL
@ 2015-12-03  1:35 Tony Lindgren
  2015-12-03  1:35 ` [PATCH 1/2] clk: ti: Add support " Tony Lindgren
  2015-12-03  1:35 ` [PATCH 2/2] ARM: dts: Add clocks " Tony Lindgren
  0 siblings, 2 replies; 5+ messages in thread
From: Tony Lindgren @ 2015-12-03  1:35 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-omap, linux-arm-kernel, Brian Hutchinson,
	Delio Brignoli, Neil Armstrong, Matthijs van Duin,
	Philipp Rosenberger

Hi all,

Here's a clock driver for the ADPLL on dm814x. It's still in read-only
mode for the PLL, but is already usable with the gates and dividers
and allows us to add devices like MMC and USB.

To test this please apply the patches from below on v4.4-rc3:

http://marc.info/?l=linux-omap&m=144901336001085&w=2

And also make sure you have the initcall level change patch that
is needed for having omap clock drivers regular Linux device
drivers:

http://marc.info/?l=linux-omap&m=144890081111207&w=2


Regards,

Tony

Tony Lindgren (2):
  clk: ti: Add support for dm814x ADPLL
  ARM: dts: Add clocks for dm814x ADPLL

 .../devicetree/bindings/clock/ti/adpll.txt         |   42 +
 arch/arm/boot/dts/dm814x-clocks.dtsi               |  256 ++++-
 drivers/clk/Kconfig                                |    1 +
 drivers/clk/ti/Kconfig                             |    6 +
 drivers/clk/ti/Makefile                            |    2 +
 drivers/clk/ti/adpll.c                             | 1027 ++++++++++++++++++++
 drivers/clk/ti/clk-814x.c                          |   53 +
 7 files changed, 1356 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/ti/adpll.txt
 create mode 100644 drivers/clk/ti/Kconfig
 create mode 100644 drivers/clk/ti/adpll.c

-- 
2.6.2


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

end of thread, other threads:[~2015-12-10 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03  1:35 [PATCH 0/2] Clock driver for dm814x ADPLL Tony Lindgren
2015-12-03  1:35 ` [PATCH 1/2] clk: ti: Add support " Tony Lindgren
2015-12-03 16:07   ` Tony Lindgren
2015-12-10 18:04     ` Tony Lindgren
2015-12-03  1:35 ` [PATCH 2/2] ARM: dts: Add clocks " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).