mbox

pull request for Tegra PLLE fixes

Message ID 20140423145939.GA11307@tbergstrom-lnx.Nvidia.com
State New
Headers show

Pull-request

git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git clk-tegra-fixes-3.15

Message

Peter De Schrijver April 23, 2014, 2:59 p.m. UTC
Hi Mike,

This fixes a number of stability problems with PCIe on Tegra30.

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:
  git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git  clk-tegra-fixes-3.15

Thierry Reding (3):
      clk: tegra: Fix PLLE programming
      clk: tegra: Introduce divider mask and shift helpers
      clk: tegra: Fix enabling of PLLE

 drivers/clk/tegra/clk-pll.c |   64 +++++++++++++++++++++++++++++--------------
 1 files changed, 43 insertions(+), 21 deletions(-)

Comments

Peter De Schrijver May 12, 2014, 8:35 a.m. UTC | #1
On Wed, Apr 23, 2014 at 04:59:39PM +0200, Peter De Schrijver wrote:
> Hi Mike,
> 
> This fixes a number of stability problems with PCIe on Tegra30.
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git  clk-tegra-fixes-3.15
> 
> Thierry Reding (3):
>       clk: tegra: Fix PLLE programming
>       clk: tegra: Introduce divider mask and shift helpers
>       clk: tegra: Fix enabling of PLLE
> 
>  drivers/clk/tegra/clk-pll.c |   64 +++++++++++++++++++++++++++++--------------
>  1 files changed, 43 insertions(+), 21 deletions(-)

Mike,

Did you take this in?

Thanks,

Peter.
Mike Turquette May 15, 2014, 5:31 a.m. UTC | #2
Quoting Peter De Schrijver (2014-04-23 07:59:39)
> Hi Mike,
> 
> This fixes a number of stability problems with PCIe on Tegra30.
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

Pulled for -rc6.

Thanks,
Mike

> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
>   git://nv-tegra.nvidia.com/user/pdeschrijver/linux.git  clk-tegra-fixes-3.15
> 
> Thierry Reding (3):
>       clk: tegra: Fix PLLE programming
>       clk: tegra: Introduce divider mask and shift helpers
>       clk: tegra: Fix enabling of PLLE
> 
>  drivers/clk/tegra/clk-pll.c |   64 +++++++++++++++++++++++++++++--------------
>  1 files changed, 43 insertions(+), 21 deletions(-)
Peter De Schrijver May 15, 2014, 9:14 a.m. UTC | #3
On Thu, May 15, 2014 at 07:31:05AM +0200, Mike Turquette wrote:
> Quoting Peter De Schrijver (2014-04-23 07:59:39)
> > Hi Mike,
> > 
> > This fixes a number of stability problems with PCIe on Tegra30.
> > 
> > The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
> Pulled for -rc6.
> 

Thanks!

Peter.