]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tegra-for-5.16-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Mon, 11 Oct 2021 09:24:04 +0000 (11:24 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 11 Oct 2021 09:24:06 +0000 (11:24 +0200)
commitc244a81a5b29fc74a84efcc578c62e43d8870601
tree751ebdb0d645080c36616d3a235a73d59ccb6864
parent9d4df31d71e0598e173b7db1c7e2dddf7ba13aae
parentd6beacdaf86e72af40f79a968b44eae7b3eb94e5
Merge tag 'tegra-for-5.16-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers

cpuidle: tegra: Changes for v5.16-rc1

This pulls in the for-5.16/clk and for-5.16/soc branches and uses the
stubs added in them to enable compile testing of the cpuidle driver.
While at it, this also fixes a potential driver probe order race
condition between the PMC and the cpuidle driver.

* tag 'tegra-for-5.16-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  cpuidle: tegra: Check whether PMC is ready
  cpuidle: tegra: Enable compile testing
  clk: tegra: Add stubs needed for compile testing

Link: https://lore.kernel.org/r/20211008201132.1678814-5-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>