All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette@linaro.org>
To: Tero Kristo <t-kristo@ti.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Cc: "tony@atomide.com" <tony@atomide.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Paul Walmsley <paul@pwsan.com>
Subject: Re: [GIT PULL] OMAP2+: TI clock driver changes for 4.1 merge window
Date: Tue, 24 Mar 2015 17:09:33 -0700	[thread overview]
Message-ID: <20150325000933.7930.99952@quantum> (raw)
In-Reply-To: <5511B5C1.8080705@ti.com>

Quoting Tero Kristo (2015-03-24 12:06:41)
> Hi Mike,
> 
> Here are the TI clock driver patches meant for 4.1 merge window.
> 
> Some simple data fixes, dm81xx FAPLL changes, and a generic TI clock 
> driver register access fix taken from the PRCM/SCM set I have posted to 
> linux-omap list earlier.

Pulled.

Thanks,
Mike

> 
> -Tero
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>    Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>    git@github.com:t-kristo/linux-pm.git for-4.1-clk-ti
> 
> for you to fetch changes up to 9089848d9afa34a796988b5b666c2c4e611ccb61:
> 
>    clk: ti: Implement FAPLL set_rate for the PLL (2015-03-24 20:26:14 +0200)
> 
> ----------------------------------------------------------------
> Peter Ujfalusi (2):
>        clk: ti: clk-3xxx: Correct McBSP related DT clock definitions
>        clk: ti: clk-3xxx-legacy: Correct McBSP related clock aliases
> 
> Suman Anna (4):
>        clk: ti: OMAP4: Remove the legacy timer DT clock aliases
>        clk: ti: OMAP5: Correct the DT clock aliases for timers
>        clk: ti: DRA7: Correct timer_sys_ck clock aliases for Timers
>        clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16
> 
> Tero Kristo (1):
>        clk: ti: fix ti_clk_get_reg_addr error handling
> 
> Tony Lindgren (3):
>        clk: ti: Fix FAPLL recalc_rate for rounding errors
>        clk: ti: Implement FAPLL set_rate for the synthesizer
>        clk: ti: Implement FAPLL set_rate for the PLL
> 
>   drivers/clk/ti/apll.c            |    5 +-
>   drivers/clk/ti/autoidle.c        |    2 +-
>   drivers/clk/ti/clk-3xxx-legacy.c |   16 ++-
>   drivers/clk/ti/clk-3xxx.c        |   19 +--
>   drivers/clk/ti/clk-44xx.c        |   11 --
>   drivers/clk/ti/clk-54xx.c        |   22 ++--
>   drivers/clk/ti/clk-7xx.c         |   18 ++-
>   drivers/clk/ti/clk.c             |    7 +-
>   drivers/clk/ti/divider.c         |    4 +-
>   drivers/clk/ti/dpll.c            |    6 +-
>   drivers/clk/ti/fapll.c           |  270 
> ++++++++++++++++++++++++++++++++++++--
>   drivers/clk/ti/gate.c            |    4 +-
>   drivers/clk/ti/interface.c       |    2 +-
>   drivers/clk/ti/mux.c             |    4 +-
>   14 files changed, 318 insertions(+), 72 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Michael Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] OMAP2+: TI clock driver changes for 4.1 merge window
Date: Tue, 24 Mar 2015 17:09:33 -0700	[thread overview]
Message-ID: <20150325000933.7930.99952@quantum> (raw)
In-Reply-To: <5511B5C1.8080705@ti.com>

Quoting Tero Kristo (2015-03-24 12:06:41)
> Hi Mike,
> 
> Here are the TI clock driver patches meant for 4.1 merge window.
> 
> Some simple data fixes, dm81xx FAPLL changes, and a generic TI clock 
> driver register access fix taken from the PRCM/SCM set I have posted to 
> linux-omap list earlier.

Pulled.

Thanks,
Mike

> 
> -Tero
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>    Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>    git at github.com:t-kristo/linux-pm.git for-4.1-clk-ti
> 
> for you to fetch changes up to 9089848d9afa34a796988b5b666c2c4e611ccb61:
> 
>    clk: ti: Implement FAPLL set_rate for the PLL (2015-03-24 20:26:14 +0200)
> 
> ----------------------------------------------------------------
> Peter Ujfalusi (2):
>        clk: ti: clk-3xxx: Correct McBSP related DT clock definitions
>        clk: ti: clk-3xxx-legacy: Correct McBSP related clock aliases
> 
> Suman Anna (4):
>        clk: ti: OMAP4: Remove the legacy timer DT clock aliases
>        clk: ti: OMAP5: Correct the DT clock aliases for timers
>        clk: ti: DRA7: Correct timer_sys_ck clock aliases for Timers
>        clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16
> 
> Tero Kristo (1):
>        clk: ti: fix ti_clk_get_reg_addr error handling
> 
> Tony Lindgren (3):
>        clk: ti: Fix FAPLL recalc_rate for rounding errors
>        clk: ti: Implement FAPLL set_rate for the synthesizer
>        clk: ti: Implement FAPLL set_rate for the PLL
> 
>   drivers/clk/ti/apll.c            |    5 +-
>   drivers/clk/ti/autoidle.c        |    2 +-
>   drivers/clk/ti/clk-3xxx-legacy.c |   16 ++-
>   drivers/clk/ti/clk-3xxx.c        |   19 +--
>   drivers/clk/ti/clk-44xx.c        |   11 --
>   drivers/clk/ti/clk-54xx.c        |   22 ++--
>   drivers/clk/ti/clk-7xx.c         |   18 ++-
>   drivers/clk/ti/clk.c             |    7 +-
>   drivers/clk/ti/divider.c         |    4 +-
>   drivers/clk/ti/dpll.c            |    6 +-
>   drivers/clk/ti/fapll.c           |  270 
> ++++++++++++++++++++++++++++++++++++--
>   drivers/clk/ti/gate.c            |    4 +-
>   drivers/clk/ti/interface.c       |    2 +-
>   drivers/clk/ti/mux.c             |    4 +-
>   14 files changed, 318 insertions(+), 72 deletions(-)

  reply	other threads:[~2015-03-25  0:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 19:06 [GIT PULL] OMAP2+: TI clock driver changes for 4.1 merge window Tero Kristo
2015-03-24 19:06 ` Tero Kristo
2015-03-25  0:09 ` Michael Turquette [this message]
2015-03-25  0:09   ` Michael Turquette

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=20150325000933.7930.99952@quantum \
    --to=mturquette@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=t-kristo@ti.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.