All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tero Kristo <t-kristo@ti.com>
To: linux-omap@vger.kernel.org, tony@atomide.com, nm@ti.com,
	mturquette@linaro.org, paul@pwsan.com
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCHv2 00/14]: ARM: OMAP2: clock DT conversion
Date: Mon, 19 May 2014 17:21:43 +0300	[thread overview]
Message-ID: <537A1377.7070004@ti.com> (raw)
In-Reply-To: <1393924700-6510-1-git-send-email-t-kristo@ti.com>

On 03/04/2014 11:18 AM, Tero Kristo wrote:
> Hi,
>
> Changes compared to v1:
> - fixed OMAP2 only build issues
> - fixed OMAP2420 boot issues
> - added patch #13 and #14 to remove legacy clock data for OMAP2/OMAP3
> - fixed smatch + DT bindings documentation problems reported by Nishanth
>
> This set is un-tested on OMAP2 hardware as I don't have access to any. So,
> any testing feedback welcome.
>
> Test branch available:
> tree: https://github.com/t-kristo/linux-pm.git
> branch: 3.14-rc4-omap2-dt-clks-v2

I just queued these for 3.16/ti-clk-drv.

-Tero

>
> -Tero
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


WARNING: multiple messages have this Message-ID (diff)
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 00/14]: ARM: OMAP2: clock DT conversion
Date: Mon, 19 May 2014 17:21:43 +0300	[thread overview]
Message-ID: <537A1377.7070004@ti.com> (raw)
In-Reply-To: <1393924700-6510-1-git-send-email-t-kristo@ti.com>

On 03/04/2014 11:18 AM, Tero Kristo wrote:
> Hi,
>
> Changes compared to v1:
> - fixed OMAP2 only build issues
> - fixed OMAP2420 boot issues
> - added patch #13 and #14 to remove legacy clock data for OMAP2/OMAP3
> - fixed smatch + DT bindings documentation problems reported by Nishanth
>
> This set is un-tested on OMAP2 hardware as I don't have access to any. So,
> any testing feedback welcome.
>
> Test branch available:
> tree: https://github.com/t-kristo/linux-pm.git
> branch: 3.14-rc4-omap2-dt-clks-v2

I just queued these for 3.16/ti-clk-drv.

-Tero

>
> -Tero
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

  parent reply	other threads:[~2014-05-19 14:21 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-04  9:18 [PATCHv2 00/14]: ARM: OMAP2: clock DT conversion Tero Kristo
2014-03-04  9:18 ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 01/14] ARM: OMAP2: convert sys_ck and osc_ck to standard clock types Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 02/14] ARM: OMAP2420: clock: get rid of fixed-div property use Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 03/14] CLK: TI: DPLL: simplify autoidle register detection logic Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 04/14] CLK: TI: DPLL: add support for omap2 core dpll Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 05/14] CLK: TI: APLL: add support for omap2 aplls Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 06/14] CLK: TI: gate: fixed DT binding documentation bugs Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 07/14] CLK: TI: interface: add support for omap2430 specific interface clock Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 08/14] CLK: TI: OMAP2: add clock init support Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 09/14] ARM: OMAP2: PRM: add support for OMAP2 specific clock providers Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 10/14] ARM: dts: omap2 clock data Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 11/14] ARM: OMAP2: clock: add DT boot support for cpufreq_ck Tero Kristo
2014-03-04  9:18   ` Tero Kristo
2014-03-04  9:18 ` [PATCHv2 12/14] ARM: OMAP2: clock: use DT clock boot if available Tero Kristo
2014-03-04  9:18   ` Tero Kristo
     [not found] ` <1393924700-6510-1-git-send-email-t-kristo-l0cyMroinI0@public.gmane.org>
2014-03-04  9:18   ` [PATCHv2 13/14] ARM: OMAP24xx: clock: remove legacy clock data Tero Kristo
2014-03-04 17:32     ` Tony Lindgren
2014-03-04 17:32       ` Tony Lindgren
2014-03-04 18:54       ` Tero Kristo
2014-03-04 18:54         ` Tero Kristo
2014-03-04 21:28         ` Tony Lindgren
2014-03-04 21:28           ` Tony Lindgren
2014-03-05  8:14           ` Tero Kristo
2014-03-05  8:14             ` Tero Kristo
2014-03-05 17:08             ` Tony Lindgren
2014-03-05 17:08               ` Tony Lindgren
     [not found]               ` <20140305170857.GD4983-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2014-03-05 18:10                 ` Tony Lindgren
2014-03-05 18:10                   ` Tony Lindgren
2014-03-06 13:39                   ` Tero Kristo
2014-03-06 13:39                     ` Tero Kristo
2014-03-04  9:18   ` [PATCHv2 14/14] ARM: OMAP3: " Tero Kristo
2014-03-04 17:32     ` Tony Lindgren
2014-03-04 17:32       ` Tony Lindgren
2014-03-05  7:32       ` Tero Kristo
2014-03-05  7:32         ` Tero Kristo
2014-03-05 16:28         ` Tony Lindgren
2014-03-05 16:28           ` Tony Lindgren
2014-05-19 14:21 ` Tero Kristo [this message]
2014-05-19 14:21   ` [PATCHv2 00/14]: ARM: OMAP2: clock DT conversion 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=537A1377.7070004@ti.com \
    --to=t-kristo@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=nm@ti.com \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /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.