mbox series

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

Message ID 20191102143736.3862768-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL,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

Message

Thierry Reding Nov. 2, 2019, 2:37 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

for you to fetch changes up to 837d3fa941cd270e3ac3c2fcf1290cfac4f195f6:

  clk: Add API to get index of the clock parent (2019-10-29 13:20:13 +0100)

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            | 17 +++++++++++++++++
 include/linux/clk-provider.h |  1 +
 2 files changed, 18 insertions(+)