All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Tero Kristo <t-kristo@ti.com>
Cc: linux-clk@vger.kernel.org, linux-omap@vger.kernel.org,
	sboyd@codeaurora.org, mturquette@baylibre.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: clk: ti: clkctrl clock support
Date: Thu, 2 Mar 2017 10:57:01 -0800	[thread overview]
Message-ID: <20170302185700.GT20572@atomide.com> (raw)
In-Reply-To: <1486992157-10673-1-git-send-email-t-kristo@ti.com>

* Tero Kristo <t-kristo@ti.com> [170213 05:24]:
> Hi,
> 
> This series is a derivative of the hwmod clock support framework
> (https://www.spinics.net/lists/arm-kernel/msg536742.html.) This
> adds support for clkctrl main and optional clocks, which can be
> linked initially with hwmod framework, and later with the
> interconnect driver functionality. The implementation is based
> on the DT bindings patch from Tony:
> https://patchwork.kernel.org/patch/9533605/
> 
> This series also depends on the TI clock driver cleanup series
> posted here: https://www.spinics.net/lists/arm-kernel/msg562362.html
> 
> OMAP4 used as a reference platform for the work, patches 4-6 contain
> SoC specific patches, out of which 5-6 should not be merged; these
> are only provided as a reference and for testing purposes and are
> incomplete. Rest of the data can be provided once the code is
> approved / merged.

Looks good to me:

Acked-by: Tony Lindgren <tony@atomide.com>

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: clk: ti: clkctrl clock support
Date: Thu, 2 Mar 2017 10:57:01 -0800	[thread overview]
Message-ID: <20170302185700.GT20572@atomide.com> (raw)
In-Reply-To: <1486992157-10673-1-git-send-email-t-kristo@ti.com>

* Tero Kristo <t-kristo@ti.com> [170213 05:24]:
> Hi,
> 
> This series is a derivative of the hwmod clock support framework
> (https://www.spinics.net/lists/arm-kernel/msg536742.html.) This
> adds support for clkctrl main and optional clocks, which can be
> linked initially with hwmod framework, and later with the
> interconnect driver functionality. The implementation is based
> on the DT bindings patch from Tony:
> https://patchwork.kernel.org/patch/9533605/
> 
> This series also depends on the TI clock driver cleanup series
> posted here: https://www.spinics.net/lists/arm-kernel/msg562362.html
> 
> OMAP4 used as a reference platform for the work, patches 4-6 contain
> SoC specific patches, out of which 5-6 should not be merged; these
> are only provided as a reference and for testing purposes and are
> incomplete. Rest of the data can be provided once the code is
> approved / merged.

Looks good to me:

Acked-by: Tony Lindgren <tony@atomide.com>

  parent reply	other threads:[~2017-03-02 18:57 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 13:22 clk: ti: clkctrl clock support Tero Kristo
2017-02-13 13:22 ` Tero Kristo
2017-02-13 13:22 ` Tero Kristo
2017-02-13 13:22 ` [PATCH 1/6] clk: ti: add support for clkctrl clocks Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22 ` [PATCH 2/6] dt-bindings: clk: add omap4 clkctrl definitions Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:27   ` Tero Kristo
2017-02-13 13:27     ` Tero Kristo
2017-02-13 13:27     ` Tero Kristo
2017-02-13 13:22 ` [PATCH 3/6] clk: ti: omap4: add clkctrl clock data Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22 ` [PATCH 4/6] ARM: OMAP2+: hwmod: assign hwmod-ck as main clock from DT if available Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22 ` [PATCH DO NOT MERGE 5/6] ARM: dts: omap4: add some sample clkctrl data Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-03-02 17:45   ` Tony Lindgren
2017-03-02 17:45     ` Tony Lindgren
2017-03-02 18:43     ` Tero Kristo
2017-03-02 18:43       ` Tero Kristo
2017-03-02 18:43       ` Tero Kristo
2017-03-02 18:56       ` Tony Lindgren
2017-03-02 18:56         ` Tony Lindgren
2017-03-02 18:56         ` Tony Lindgren
2017-03-06 22:45   ` Tony Lindgren
2017-03-06 22:45     ` Tony Lindgren
2017-03-06 22:45     ` Tony Lindgren
2017-03-07  9:04     ` Tero Kristo
2017-03-07  9:04       ` Tero Kristo
2017-03-07  9:04       ` Tero Kristo
2017-03-07 14:45   ` Stephen Boyd
2017-03-07 14:45     ` Stephen Boyd
2017-03-07 14:45     ` Stephen Boyd
2017-03-07 22:09     ` Tero Kristo
2017-03-07 22:09       ` Tero Kristo
2017-03-07 22:09       ` Tero Kristo
2017-02-13 13:22 ` [PATCH DO NOT MERGE 6/6] ARM: OMAP4: hwmod_data: drop a few clkctrl setups replaced with clocks Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 13:22   ` Tero Kristo
2017-02-13 16:55 ` clk: ti: clkctrl clock support Tony Lindgren
2017-02-13 16:55   ` Tony Lindgren
2017-03-02 18:57 ` Tony Lindgren [this message]
2017-03-02 18:57   ` 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=20170302185700.GT20572@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=t-kristo@ti.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.