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@xxxxxxxxxx/ 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(+)