mbox series

[GIT,PULL] clk: tegra: Changes for v4.21-rc1

Message ID 20181207142119.9574-1-thierry.reding@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk: tegra: Changes for v4.21-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-clk

Message

Thierry Reding Dec. 7, 2018, 2:21 p.m. UTC
Hi Michael, Stephen,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-clk

for you to fetch changes up to d14ce174ca02ee2a9f390b9e279663b3a848a48b:

  clk: tegra20: Check whether direct PLLM sourcing is turned off for EMC (2018-11-08 12:47:18 +0100)

Turns out that these were not build-time dependencies for the EMC series
after all, but since I already have them in a branch, I might as well
send them out.

Thanks,
Thierry

----------------------------------------------------------------
clk/tegra: Changes for v4.21-rc1

This contains the clock driver changes needed to support the EMC
controller on Tegra20.

----------------------------------------------------------------
Dmitry Osipenko (2):
      clk: tegra20: Turn EMC clock gate into divider
      clk: tegra20: Check whether direct PLLM sourcing is turned off for EMC

 drivers/clk/tegra/clk-tegra20.c | 46 ++++++++++++++++++++++++++++++++---------
 1 file changed, 36 insertions(+), 10 deletions(-)

Comments

Stephen Boyd Dec. 7, 2018, 5:42 p.m. UTC | #1
Quoting Thierry Reding (2018-12-07 06:21:19)
> Hi Michael, Stephen,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-clk
> 
> for you to fetch changes up to d14ce174ca02ee2a9f390b9e279663b3a848a48b:
> 
>   clk: tegra20: Check whether direct PLLM sourcing is turned off for EMC (2018-11-08 12:47:18 +0100)
> 
> Turns out that these were not build-time dependencies for the EMC series
> after all, but since I already have them in a branch, I might as well
> send them out.

Ok. There were other Tegra patches on the list which I guess I can just
pick up on top of this tag?
Thierry Reding Dec. 10, 2018, 11:05 a.m. UTC | #2
On Fri, Dec 07, 2018 at 09:42:01AM -0800, Stephen Boyd wrote:
> Quoting Thierry Reding (2018-12-07 06:21:19)
> > Hi Michael, Stephen,
> > 
> > The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> > 
> >   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-clk
> > 
> > for you to fetch changes up to d14ce174ca02ee2a9f390b9e279663b3a848a48b:
> > 
> >   clk: tegra20: Check whether direct PLLM sourcing is turned off for EMC (2018-11-08 12:47:18 +0100)
> > 
> > Turns out that these were not build-time dependencies for the EMC series
> > after all, but since I already have them in a branch, I might as well
> > send them out.
> 
> Ok. There were other Tegra patches on the list which I guess I can just
> pick up on top of this tag?

Yes, correct. I'm not aware of any conflicts between these two patches
and the others on the list.

Thierry
Stephen Boyd Dec. 10, 2018, 7:09 p.m. UTC | #3
Quoting Thierry Reding (2018-12-07 06:21:19)
> Hi Michael, Stephen,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-clk
> 
> for you to fetch changes up to d14ce174ca02ee2a9f390b9e279663b3a848a48b:
> 
>   clk: tegra20: Check whether direct PLLM sourcing is turned off for EMC (2018-11-08 12:47:18 +0100)
> 
> Turns out that these were not build-time dependencies for the EMC series
> after all, but since I already have them in a branch, I might as well
> send them out.
> 

Thanks. Pulled into clk-next.