mbox series

[GIT,PULL,v2,1/2] clk: Changes for v5.5-rc1

Message ID 20191111144507.4027979-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL,v2,1/2] clk: Changes for v5.5-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.5-clk-core-v2

Message

Thierry Reding Nov. 11, 2019, 2:45 p.m. UTC
Hi Michael, Stephen,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.5-clk-core-v2

for you to fetch changes up to d9b86cc48283112f06738d45031b88bd3f9ecb92:

  clk: Add API to get index of the clock parent (2019-11-11 13:59:35 +0100)

This is an updated pull request that contains the revised version of the
new API as discussed with Stephen in this thread:

    https://lore.kernel.org/linux-clk/1565984527-5272-8-git-send-email-skomatineni@nvidia.com/

Thanks,
Thierry

----------------------------------------------------------------
clk: Changes for v5.5-rc1

Contains a single core API addition that allows clock providers to query
the parent index for a given struct clk_hw. This is used to implement
suspend/resume support on Tegra SoCs.

----------------------------------------------------------------
Sowjanya Komatineni (1):
      clk: Add API to get index of the clock parent

 drivers/clk/clk.c            | 18 ++++++++++++++++++
 include/linux/clk-provider.h |  1 +
 2 files changed, 19 insertions(+)

Comments

Stephen Boyd Nov. 13, 2019, 7:18 p.m. UTC | #1
Quoting Thierry Reding (2019-11-11 06:45:06)
> Hi Michael, Stephen,
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.5-clk-core-v2
> 
> for you to fetch changes up to d9b86cc48283112f06738d45031b88bd3f9ecb92:
> 
>   clk: Add API to get index of the clock parent (2019-11-11 13:59:35 +0100)
> 
> This is an updated pull request that contains the revised version of the
> new API as discussed with Stephen in this thread:
> 
>     https://lore.kernel.org/linux-clk/1565984527-5272-8-git-send-email-skomatineni@nvidia.com/
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next