From: mturquette@ti.com (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: moving Tegra30 to the common clock framework
Date: Wed, 9 May 2012 09:49:15 -0700 [thread overview]
Message-ID: <20120509164915.GA19219@gmail.com> (raw)
In-Reply-To: <20120509111335.GC20304@tbergstrom-lnx.Nvidia.com>
On 20120509-14:13, Peter De Schrijver wrote:
> Ok. Thanks. One more question. We have some clocks with special features
> such as request lines for clock outputs, delays for clocks recovered from
> an external source or several divisors which are used based on the state
> of the module which is served by the clock (eg. an idle divisor and an active
> divisor). How should these be modelled?
My platform also has some "special" clocks. The worst case is that you
must create some platform clock types and eschew the common basic types.
A common example of this is that everyone has their own PLL
implementation.
However it is possible to subclass some existing basic types if your
needs aren't too complicated. Check out the patch from Andrew that
builds on top of the basic gate:
http://git.linaro.org/gitweb?p=people/mturquette/linux.git;a=commitdiff;h=98d9986cb8bf65f8316b45244fdafc1d12c303be;hp=e919c71665d2386eec6dc2ecd58d01bae69fc0fd
In fact the basic clock types were originally discussed as targeting
only "simple platforms". I don't think anyone thought that we would get
as much use out of them as we have had for complex SoCs.
Regards,
Mike
next prev parent reply other threads:[~2012-05-09 16:49 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-03 16:13 moving Tegra30 to the common clock framework Peter De Schrijver
2012-05-07 0:03 ` Mike Turquette
2012-05-07 15:39 ` Stephen Warren
2012-05-07 16:12 ` Turquette, Mike
2012-05-08 5:07 ` zhoujie wu
2012-05-08 17:15 ` Turquette, Mike
2012-05-09 0:41 ` Saravana Kannan
2012-05-09 2:20 ` skannan at codeaurora.org
2012-05-09 6:21 ` Turquette, Mike
2012-05-10 0:02 ` Saravana Kannan
2012-05-09 10:36 ` Peter De Schrijver
2012-05-12 2:58 ` Saravana Kannan
2012-05-13 4:31 ` Stephen Warren
2012-05-14 11:08 ` Peter De Schrijver
2012-05-15 0:10 ` Saravana Kannan
2012-05-14 21:36 ` Turquette, Mike
2012-05-14 23:48 ` Saravana Kannan
2012-05-15 2:00 ` Mike Turquette
2012-05-15 4:20 ` Saravana Kannan
2012-05-16 5:36 ` Turquette, Mike
2012-05-09 11:13 ` Peter De Schrijver
2012-05-09 16:49 ` Mike Turquette [this message]
2012-05-10 11:36 ` Peter De Schrijver
2012-05-12 18:04 ` Mark Brown
2012-05-14 12:29 ` Peter De Schrijver
2012-05-14 12:36 ` Peter De Schrijver
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=20120509164915.GA19219@gmail.com \
--to=mturquette@ti.com \
--cc=linux-arm-kernel@lists.infradead.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).