This series adds compile-testing support to Tegra cpuidle driver and fixes a non-critical problem that should pop up only when power management patches [1] will be merged. Previously I sent out these patches separately[2][3], but they partially missed recent kernel release. I combined the remaining patches into this series and added ack from Daniel Lezcano that he gave to the "Check whether PMC is ready" patch [3]. [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=261973 [2] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=252996 [3] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=254040 Dmitry Osipenko (6): soc/tegra: fuse: Add stubs needed for compile testing soc/tegra: irq: Add stubs needed for compile testing soc/tegra: pm: Make stubs usable for compile testing clk: tegra: Add stubs needed for compile testing cpuidle: tegra: Enable compile testing cpuidle: tegra: Check whether PMC is ready drivers/cpuidle/Kconfig.arm | 2 +- drivers/cpuidle/cpuidle-tegra.c | 3 +++ include/linux/clk/tegra.h | 4 ++++ include/soc/tegra/fuse.h | 31 ++++++++++++++++++++++++++----- include/soc/tegra/irq.h | 9 ++++++++- include/soc/tegra/pm.h | 2 +- 6 files changed, 43 insertions(+), 8 deletions(-) -- 2.32.0