This series enables compile-testing of the tegra-cpuidle driver. Changelog: v2: - Improved ARM_TEGRA_CPUIDLE Kconfig to fix/exclude compile-testing of ARM platforms that don't have MMU. This problem was reported by the Intel's build bot for v1. Dmitry Osipenko (5): 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 drivers/cpuidle/Kconfig.arm | 2 +- include/linux/clk/tegra.h | 4 ++++ include/soc/tegra/fuse.h | 31 ++++++++++++++++++++++++++----- include/soc/tegra/irq.h | 9 ++++++++- include/soc/tegra/pm.h | 2 +- 5 files changed, 40 insertions(+), 8 deletions(-) -- 2.32.0