All of lore.kernel.org
 help / color / mirror / Atom feed
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks
Date: Fri, 30 Aug 2013 10:05:34 +0300	[thread overview]
Message-ID: <5220443E.3050205@ti.com> (raw)
In-Reply-To: <521F91B0.6030204@ti.com>

On 08/29/2013 09:23 PM, Santosh Shilimkar wrote:
> Mike,
>
> On Thursday 22 August 2013 01:53 AM, Mike Turquette wrote:
>> This series introduces binding definitions for common register-mapped
>> clock multiplexer, divider and gate IP blocks along with the
>> corresponding setup functions for matching DT data.  The bindings are
>> similar to the struct definitions but please don't hold that against the
>> binding: the struct definitions closely model the hardware register
>> layout.
>>
>> The delta from v3 is very small and only consists of cosmetic changes
>> and one functional change for better error handling.
>>
>> Changes since v3:
>> * added Tested-by & Reviewed-by from Heiko
>> * replaced underscores with dashes in DT property names
>> * bail from of clock setup function early if of_iomap fails
>> * removed unecessary explict cast
>>
>> Mike Turquette (5):
>>    clk: divider: replace bitfield width with mask
>>    clk: of: helper for determining number of parent clocks
>>    clk: dt: binding for basic multiplexer clock
>>    clk: dt: binding for basic divider clock
>>    clk: dt: binding for basic gate clock
>>
> I have used $subject series as the base for the Keystone
> ccf support and tested these patches on Keystone EVM. Will
> post those patches soon on the lists.
>
> For the series if you need more tested-by tags, feel free to
> add,
> Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
>
>

Oh yea, same for my set I posted yesterday. Used this as basis for 
O3/O4/O5/DRA7/AM335x tests, so you can also add my Tested-by tag if you 
need one.

-Tero

WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: devicetree@vger.kernel.org,
	"Mike Turquette" <mturquette@linaro.org>,
	"Heiko Stübner" <heiko@sntech.de>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	linux-kernel@vger.kernel.org,
	"Haojian Zhuang" <haojian.zhuang@linaro.org>,
	"Matt Sealey" <neko@bakuhatsu.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks
Date: Fri, 30 Aug 2013 10:05:34 +0300	[thread overview]
Message-ID: <5220443E.3050205@ti.com> (raw)
In-Reply-To: <521F91B0.6030204@ti.com>

On 08/29/2013 09:23 PM, Santosh Shilimkar wrote:
> Mike,
>
> On Thursday 22 August 2013 01:53 AM, Mike Turquette wrote:
>> This series introduces binding definitions for common register-mapped
>> clock multiplexer, divider and gate IP blocks along with the
>> corresponding setup functions for matching DT data.  The bindings are
>> similar to the struct definitions but please don't hold that against the
>> binding: the struct definitions closely model the hardware register
>> layout.
>>
>> The delta from v3 is very small and only consists of cosmetic changes
>> and one functional change for better error handling.
>>
>> Changes since v3:
>> * added Tested-by & Reviewed-by from Heiko
>> * replaced underscores with dashes in DT property names
>> * bail from of clock setup function early if of_iomap fails
>> * removed unecessary explict cast
>>
>> Mike Turquette (5):
>>    clk: divider: replace bitfield width with mask
>>    clk: of: helper for determining number of parent clocks
>>    clk: dt: binding for basic multiplexer clock
>>    clk: dt: binding for basic divider clock
>>    clk: dt: binding for basic gate clock
>>
> I have used $subject series as the base for the Keystone
> ccf support and tested these patches on Keystone EVM. Will
> post those patches soon on the lists.
>
> For the series if you need more tested-by tags, feel free to
> add,
> Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
>
>

Oh yea, same for my set I posted yesterday. Used this as basis for 
O3/O4/O5/DRA7/AM335x tests, so you can also add my Tested-by tag if you 
need one.

-Tero

WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: "Mike Turquette" <mturquette@linaro.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	"Heiko Stübner" <heiko@sntech.de>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	"Haojian Zhuang" <haojian.zhuang@linaro.org>,
	"Matt Sealey" <neko@bakuhatsu.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks
Date: Fri, 30 Aug 2013 10:05:34 +0300	[thread overview]
Message-ID: <5220443E.3050205@ti.com> (raw)
In-Reply-To: <521F91B0.6030204@ti.com>

On 08/29/2013 09:23 PM, Santosh Shilimkar wrote:
> Mike,
>
> On Thursday 22 August 2013 01:53 AM, Mike Turquette wrote:
>> This series introduces binding definitions for common register-mapped
>> clock multiplexer, divider and gate IP blocks along with the
>> corresponding setup functions for matching DT data.  The bindings are
>> similar to the struct definitions but please don't hold that against the
>> binding: the struct definitions closely model the hardware register
>> layout.
>>
>> The delta from v3 is very small and only consists of cosmetic changes
>> and one functional change for better error handling.
>>
>> Changes since v3:
>> * added Tested-by & Reviewed-by from Heiko
>> * replaced underscores with dashes in DT property names
>> * bail from of clock setup function early if of_iomap fails
>> * removed unecessary explict cast
>>
>> Mike Turquette (5):
>>    clk: divider: replace bitfield width with mask
>>    clk: of: helper for determining number of parent clocks
>>    clk: dt: binding for basic multiplexer clock
>>    clk: dt: binding for basic divider clock
>>    clk: dt: binding for basic gate clock
>>
> I have used $subject series as the base for the Keystone
> ccf support and tested these patches on Keystone EVM. Will
> post those patches soon on the lists.
>
> For the series if you need more tested-by tags, feel free to
> add,
> Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
>
>

Oh yea, same for my set I posted yesterday. Used this as basis for 
O3/O4/O5/DRA7/AM335x tests, so you can also add my Tested-by tag if you 
need one.

-Tero


  reply	other threads:[~2013-08-30  7:05 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-22  5:53 [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks Mike Turquette
2013-08-22  5:53 ` Mike Turquette
2013-08-22  5:53 ` [PATCH v4 1/5] clk: divider: replace bitfield width with mask Mike Turquette
2013-08-22  5:53   ` Mike Turquette
2013-08-22  5:53 ` [PATCH v4 2/5] clk: of: helper for determining number of parent clocks Mike Turquette
2013-08-22  5:53   ` Mike Turquette
2013-08-22  5:53 ` [PATCH v4 3/5] clk: dt: binding for basic multiplexer clock Mike Turquette
2013-08-22  5:53   ` Mike Turquette
2013-08-28 15:50   ` Kumar Gala
2013-08-28 15:50     ` Kumar Gala
2013-08-29  1:14     ` Mike Turquette
2013-08-29  1:14       ` Mike Turquette
2013-08-29  6:58       ` Tero Kristo
2013-08-29  6:58         ` Tero Kristo
2013-08-30  5:54         ` Tony Lindgren
2013-08-30  5:54           ` Tony Lindgren
2013-08-30 20:02       ` Kumar Gala
2013-08-30 20:02         ` Kumar Gala
2013-08-30 20:33         ` Mike Turquette
2013-08-30 20:33           ` Mike Turquette
2013-08-30 20:48           ` Kumar Gala
2013-08-30 20:48             ` Kumar Gala
2013-08-30 21:37           ` Stephen Warren
2013-08-30 21:37             ` Stephen Warren
2013-09-03 23:22             ` Mike Turquette
2013-09-03 23:22               ` Mike Turquette
2013-09-04 18:36               ` Stephen Warren
2013-09-04 18:36                 ` Stephen Warren
2013-09-05 18:29                 ` Mike Turquette
2013-09-05 18:29                   ` Mike Turquette
2013-09-05 20:30                   ` Stephen Warren
2013-09-05 20:30                     ` Stephen Warren
2013-09-05 20:51                     ` Sylwester Nawrocki
2013-09-05 20:51                       ` Sylwester Nawrocki
2013-09-06  6:53                     ` Tero Kristo
2013-09-06  6:53                       ` Tero Kristo
2013-09-06  6:53                       ` Tero Kristo
2013-09-06 19:01                       ` Stephen Warren
2013-09-06 19:01                         ` Stephen Warren
2013-09-07  4:15                         ` Saravana Kannan
2013-09-07  4:15                           ` Saravana Kannan
2013-09-07 12:27                         ` Tomasz Figa
2013-09-07 12:27                           ` Tomasz Figa
2013-08-22  5:53 ` [PATCH v4 4/5] clk: dt: binding for basic divider clock Mike Turquette
2013-08-22  5:53   ` Mike Turquette
2013-08-22  5:53 ` [PATCH v4 5/5] clk: dt: binding for basic gate clock Mike Turquette
2013-08-22  5:53   ` Mike Turquette
2013-08-30  1:45   ` Haojian Zhuang
2013-08-30  1:45     ` Haojian Zhuang
2013-08-30 20:06     ` Stephen Warren
2013-08-30 20:06       ` Stephen Warren
2013-09-04  3:03       ` Haojian Zhuang
2013-09-04  3:03         ` Haojian Zhuang
2013-09-04 17:59         ` Tony Lindgren
2013-09-04 17:59           ` Tony Lindgren
2013-09-07 11:56           ` Tomasz Figa
2013-09-07 11:56             ` Tomasz Figa
2013-08-29 18:23 ` [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks Santosh Shilimkar
2013-08-29 18:23   ` Santosh Shilimkar
2013-08-29 18:23   ` Santosh Shilimkar
2013-08-30  7:05   ` Tero Kristo [this message]
2013-08-30  7:05     ` Tero Kristo
2013-08-30  7:05     ` Tero Kristo

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=5220443E.3050205@ti.com \
    --to=t-kristo@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.