]> asedeno.scripts.mit.edu Git - linux.git/commit
PM / devfreq: tegra30: Don't enable consecutive-down interrupt on startup
authorDmitry Osipenko <digetx@gmail.com>
Mon, 4 Nov 2019 21:56:08 +0000 (00:56 +0300)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 6 Nov 2019 03:04:01 +0000 (12:04 +0900)
commit61d932084174ceb4876a2b1a792dceb4fe5526eb
tree74798189da8ae82586cec8ef1fc875f697daf62b
parent142665582736f7f0a5c11a606271705020ba2f4e
PM / devfreq: tegra30: Don't enable consecutive-down interrupt on startup

The consecutive-down event tells that we should perform frequency
de-boosting, but boosting is in a reset state on start and hence the
event won't do anything useful for us and it will be just a dummy
interrupt request.

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/tegra30-devfreq.c