07.12.2019 22:31, Michał Mirosław пишет: > On Tue, Dec 03, 2019 at 03:40:57AM +0300, Dmitry Osipenko wrote: >> Hello, >> >> This series does the following: >> >> 1. Unifies Tegra20/30/114 drivers into a single driver and moves it out >> into common drivers/cpuidle/ directory. >> >> 2. Enables CPU cluster power-down idling state on Tegra30. >> >> In the end there is a quite nice clean up of the Tegra CPUIDLE drivers >> and of the Tegra's arch code in general. Please review, thanks! >> >> Changelog: >> >> v8: - Rebased on recent linux-next, now making use of >> cpuidle_driver_state_disabled(). [...] > > Dear Dmitry > > This rebase was not complete, at least in patch 14 direct access to > .disabled field (now removed in Linus' master) are left. The fixups > needed are below (only compile-tested for now). Hello Michał, CPUIDLE core got changed after this series was sent out, I'll rebase it one more time. Thank you for the attention. [snip]