linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Brian Hutchinson <b.hutchman@gmail.com>,
	Delio Brignoli <dbrignoli@audioscience.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Matthijs van Duin <matthijsvanduin@gmail.com>,
	Philipp Rosenberger <ilu@linutronix.de>
Subject: [PATCH 0/2] Clock driver for dm814x ADPLL
Date: Wed,  2 Dec 2015 17:35:02 -0800	[thread overview]
Message-ID: <1449106504-7645-1-git-send-email-tony@atomide.com> (raw)

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


             reply	other threads:[~2015-12-03  1:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-03  1:35 Tony Lindgren [this message]
2015-12-03  1:35 ` [PATCH 1/2] clk: ti: Add support for dm814x ADPLL 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449106504-7645-1-git-send-email-tony@atomide.com \
    --to=tony@atomide.com \
    --cc=b.hutchman@gmail.com \
    --cc=dbrignoli@audioscience.com \
    --cc=ilu@linutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=matthijsvanduin@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=narmstrong@baylibre.com \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).