All of lore.kernel.org
 help / color / mirror / Atom feed
From: b-cousson@ti.com (Cousson, Benoit)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] clk: add extension API
Date: Thu, 31 May 2012 15:07:53 +0200	[thread overview]
Message-ID: <4FC76D29.8070802@ti.com> (raw)
In-Reply-To: <20120531130456.GB15786@sirena.org.uk>

On 5/31/2012 3:04 PM, Mark Brown wrote:
> On Thu, May 31, 2012 at 02:50:00PM +0200, Cousson, Benoit wrote:
>
>> Now the question is should we extend the Linux device structure to
>> handle such HW IP, or should we extend the clock definition to
>> handle this kind of extended clock node.
>
>> It looks to me that this kind of function does belong to the device
>> more than to the clock node.
>
> This is looking a lot like what power domains do to me...

Do you mean the reset part?

WARNING: multiple messages have this Message-ID (diff)
From: "Cousson, Benoit" <b-cousson@ti.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Peter De Schrijver <pdeschrijver@nvidia.com>,
	Russell King <linux@arm.linux.org.uk>,
	Stephen Boyd <sboyd@codeaurora.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Felipe Balbi <balbi@ti.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Mike Turquette <mturquette@ti.com>
Subject: Re: [RFC PATCH] clk: add extension API
Date: Thu, 31 May 2012 15:07:53 +0200	[thread overview]
Message-ID: <4FC76D29.8070802@ti.com> (raw)
In-Reply-To: <20120531130456.GB15786@sirena.org.uk>

On 5/31/2012 3:04 PM, Mark Brown wrote:
> On Thu, May 31, 2012 at 02:50:00PM +0200, Cousson, Benoit wrote:
>
>> Now the question is should we extend the Linux device structure to
>> handle such HW IP, or should we extend the clock definition to
>> handle this kind of extended clock node.
>
>> It looks to me that this kind of function does belong to the device
>> more than to the clock node.
>
> This is looking a lot like what power domains do to me...

Do you mean the reset part?



  reply	other threads:[~2012-05-31 13:07 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-29  9:58 [RFC PATCH] clk: add extension API Peter De Schrijver
2012-05-29  9:58 ` Peter De Schrijver
2012-05-30  8:52 ` Stephen Boyd
2012-05-30  8:52   ` Stephen Boyd
2012-05-30 19:40   ` Mike Turquette
2012-05-30 19:40     ` Mike Turquette
2012-05-30 20:28     ` Stephen Boyd
2012-05-30 20:28       ` Stephen Boyd
2012-05-31 19:09       ` Mike Turquette
2012-05-31 19:09         ` Mike Turquette
2012-05-31  3:29     ` Saravana Kannan
2012-05-31  3:29       ` Saravana Kannan
2012-05-31  8:23       ` Peter De Schrijver
2012-05-31  8:23         ` Peter De Schrijver
2012-05-31 21:12         ` Saravana Kannan
2012-05-31 21:12           ` Saravana Kannan
2012-05-31  7:51   ` Peter De Schrijver
2012-05-31  7:51     ` Peter De Schrijver
2012-05-31  8:18     ` Felipe Balbi
2012-05-31  8:18       ` Felipe Balbi
2012-05-31  8:31       ` Peter De Schrijver
2012-05-31  8:31         ` Peter De Schrijver
2012-05-31  8:54         ` Felipe Balbi
2012-05-31  8:54           ` Felipe Balbi
2012-05-31  9:05           ` Peter De Schrijver
2012-05-31  9:05             ` Peter De Schrijver
2012-05-31  9:26             ` Felipe Balbi
2012-05-31  9:26               ` Felipe Balbi
2012-05-31  9:43               ` Peter De Schrijver
2012-05-31  9:43                 ` Peter De Schrijver
2012-05-31  9:46                 ` Felipe Balbi
2012-05-31  9:46                   ` Felipe Balbi
2012-05-31  9:57                   ` Peter De Schrijver
2012-05-31  9:57                     ` Peter De Schrijver
2012-05-31 10:01                     ` Felipe Balbi
2012-05-31 10:01                       ` Felipe Balbi
2012-05-31 12:50             ` Cousson, Benoit
2012-05-31 12:50               ` Cousson, Benoit
2012-05-31 13:04               ` Mark Brown
2012-05-31 13:04                 ` Mark Brown
2012-05-31 13:07                 ` Cousson, Benoit [this message]
2012-05-31 13:07                   ` Cousson, Benoit
2012-05-31 13:11                   ` Mark Brown
2012-05-31 13:11                     ` Mark Brown
2012-05-31 12:00         ` Mark Brown
2012-05-31 12:00           ` Mark Brown
2012-05-31  9:04     ` Stephen Boyd
2012-05-31  9:04       ` Stephen Boyd
2012-05-31  9:10       ` Peter De Schrijver
2012-05-31  9:10         ` Peter De Schrijver
2012-05-30  9:28 ` Rajendra Nayak
2012-05-30  9:28   ` Rajendra Nayak
2012-05-31 19:19   ` Mike Turquette
2012-05-31 19:19     ` Mike Turquette
2012-06-06 12:07     ` Peter De Schrijver
2012-06-06 12:07       ` Peter De Schrijver
2012-05-31 16:42 ` Stephen Warren
2012-05-31 16:42   ` Stephen Warren

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=4FC76D29.8070802@ti.com \
    --to=b-cousson@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 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.