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: [PATCH 00/15] clk: ti: cleanups / fixes for preparation of clkctrl clocks
Date: Thu, 2 Mar 2017 09:51:16 -0800	[thread overview]
Message-ID: <20170302175116.GQ20572@atomide.com> (raw)
In-Reply-To: <1486978511-29668-1-git-send-email-t-kristo@ti.com>

* Tero Kristo <t-kristo@ti.com> [170213 01:36]:
> Hi,
> 
> This series provides a number of cleanups and fixes for TI clock drivers.
> There patches are mostly independent of anything else, but are required
> for the upcoming clkctrl support also. Targeted for 4.12 merge window.
> 
> Main features provided by this series:
> - Dropped a few obsolete definitions
> - Cleanups for clock alias generation; after this most of the clock aliases
>   can be removed from the drivers/clk/ti/clk-xyz.c files. As a sample,
>   patch #08 is provided for cleaning up omap4 clock aliases, but this can
>   be done for all.
> - Convert mux/divider to use TI clock specific internal representation,
>   instead of re-using the generic clk_divider / clk_mux. This allows
>   better control over the contents of the struct and cleaning up the
>   register access code to be more readable.
> - Convert to use proper register definition instead of the overloaded
>   void *ptr which is dynamically cast into a bitmask (Patch #15.)
> 
> Some of the patches touch mach-omap2 code, so Ack from Tony is needed for
> patch #5, #6 and patch #15.

This series looks good to me, needs to be reposted after -rc1 is out
to apply though. Would be good to have this in Linux next early rather
than around -rc6 time. Please feel free to add:

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

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Tero Kristo <t-kristo@ti.com>
Cc: mturquette@baylibre.com, linux-omap@vger.kernel.org,
	sboyd@codeaurora.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 00/15] clk: ti: cleanups / fixes for preparation of clkctrl clocks
Date: Thu, 2 Mar 2017 09:51:16 -0800	[thread overview]
Message-ID: <20170302175116.GQ20572@atomide.com> (raw)
In-Reply-To: <1486978511-29668-1-git-send-email-t-kristo@ti.com>

* Tero Kristo <t-kristo@ti.com> [170213 01:36]:
> Hi,
> 
> This series provides a number of cleanups and fixes for TI clock drivers.
> There patches are mostly independent of anything else, but are required
> for the upcoming clkctrl support also. Targeted for 4.12 merge window.
> 
> Main features provided by this series:
> - Dropped a few obsolete definitions
> - Cleanups for clock alias generation; after this most of the clock aliases
>   can be removed from the drivers/clk/ti/clk-xyz.c files. As a sample,
>   patch #08 is provided for cleaning up omap4 clock aliases, but this can
>   be done for all.
> - Convert mux/divider to use TI clock specific internal representation,
>   instead of re-using the generic clk_divider / clk_mux. This allows
>   better control over the contents of the struct and cleaning up the
>   register access code to be more readable.
> - Convert to use proper register definition instead of the overloaded
>   void *ptr which is dynamically cast into a bitmask (Patch #15.)
> 
> Some of the patches touch mach-omap2 code, so Ack from Tony is needed for
> patch #5, #6 and patch #15.

This series looks good to me, needs to be reposted after -rc1 is out
to apply though. Would be good to have this in Linux next early rather
than around -rc6 time. Please feel free to add:

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: [PATCH 00/15] clk: ti: cleanups / fixes for preparation of clkctrl clocks
Date: Thu, 2 Mar 2017 09:51:16 -0800	[thread overview]
Message-ID: <20170302175116.GQ20572@atomide.com> (raw)
In-Reply-To: <1486978511-29668-1-git-send-email-t-kristo@ti.com>

* Tero Kristo <t-kristo@ti.com> [170213 01:36]:
> Hi,
> 
> This series provides a number of cleanups and fixes for TI clock drivers.
> There patches are mostly independent of anything else, but are required
> for the upcoming clkctrl support also. Targeted for 4.12 merge window.
> 
> Main features provided by this series:
> - Dropped a few obsolete definitions
> - Cleanups for clock alias generation; after this most of the clock aliases
>   can be removed from the drivers/clk/ti/clk-xyz.c files. As a sample,
>   patch #08 is provided for cleaning up omap4 clock aliases, but this can
>   be done for all.
> - Convert mux/divider to use TI clock specific internal representation,
>   instead of re-using the generic clk_divider / clk_mux. This allows
>   better control over the contents of the struct and cleaning up the
>   register access code to be more readable.
> - Convert to use proper register definition instead of the overloaded
>   void *ptr which is dynamically cast into a bitmask (Patch #15.)
> 
> Some of the patches touch mach-omap2 code, so Ack from Tony is needed for
> patch #5, #6 and patch #15.

This series looks good to me, needs to be reposted after -rc1 is out
to apply though. Would be good to have this in Linux next early rather
than around -rc6 time. Please feel free to add:

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

  parent reply	other threads:[~2017-03-02 17:51 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13  9:34 [PATCH 00/15] clk: ti: cleanups / fixes for preparation of clkctrl clocks Tero Kristo
2017-02-13  9:34 ` Tero Kristo
2017-02-13  9:34 ` Tero Kristo
2017-02-13  9:34 ` [PATCH 01/15] clk: ti: remove un-used definitions from public clk_hw_omap struct Tero Kristo
2017-02-13  9:34   ` Tero Kristo
2017-02-13  9:34   ` Tero Kristo
2017-02-13  9:34 ` [PATCH 02/15] clk: ti: add support for automatic clock alias generation Tero Kristo
2017-02-13  9:34   ` Tero Kristo
2017-02-13  9:34   ` Tero Kristo
2017-03-07 14:48   ` Stephen Boyd
2017-03-07 14:48     ` Stephen Boyd
2017-03-07 22:16     ` Tero Kristo
2017-03-07 22:16       ` Tero Kristo
2017-03-07 22:16       ` Tero Kristo
2017-02-13  9:34 ` [PATCH 03/15] clk: ti: add API for creating aliases automatically for simple clock types Tero Kristo
2017-02-13  9:34   ` Tero Kristo
2017-02-13  9:34   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 04/15] clk: ti: use automatic clock alias generation framework Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 05/15] clk: ti: add clkdm_lookup to the exported functions Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 06/15] clk: ti: move omap2_init_clk_clkdm under TI clock driver Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 07/15] clk: ti: enforce const types on string arrays Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 08/15] clk: ti: omap4: cleanup unnecessary clock aliases Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 09/15] clk: ti: drop unnecessary MEMMAP_ADDRESSING flag Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 10/15] clk: ti: mux: convert TI mux clock to use its internal data representation Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 11/15] clk: ti: divider: convert TI divider clock to use its own " Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 12/15] clk: ti: divider: add driver internal API for parsing divider data Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 13/15] clk: ti: gate: export gate_clk_ops locally Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 14/15] clk: ti: dpll44xx: fix clksel register initialization Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35 ` [PATCH 15/15] clk: ti: convert to use proper register definition for all accesses Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-02-13  9:35   ` Tero Kristo
2017-03-02 17:51 ` Tony Lindgren [this message]
2017-03-02 17:51   ` [PATCH 00/15] clk: ti: cleanups / fixes for preparation of clkctrl clocks Tony Lindgren
2017-03-02 17:51   ` 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=20170302175116.GQ20572@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.