commit | 1b39e3f813b4685c7a30ae964d5529a1b0e3a286 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <[email protected]> | Tue Aug 29 03:14:37 2017 +0200 |
committer | Rafael J. Wysocki <[email protected]> | Wed Aug 30 03:06:33 2017 +0200 |
tree | c99c7dfdb062f77af7076c398358dadfcdffa9ca | |
parent | 34c2f65b718d44ea7d7b3cc10777f410677455ce [diff] |
cpuidle: Make drivers initialize polling state Make the drivers that want to include the polling state into their states table initialize it explicitly and drop the initialization of it (which in fact is conditional, but that is not obvious from the code) from the core. Signed-off-by: Rafael J. Wysocki <[email protected]> Tested-by: Sudeep Holla <[email protected]> Acked-by: Daniel Lezcano <[email protected]>