]> git.baikalelectronics.ru Git - kernel.git/commit
bus: ti-sysc: Fix no_console_suspend handling
authorTony Lindgren <tony@atomide.com>
Wed, 8 Aug 2018 08:07:06 +0000 (01:07 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Aug 2018 15:04:49 +0000 (08:04 -0700)
commita990b3a0e325423b13fd6093ee149929ced36f24
tree59a888b824dec46ebf3a5b3018044458b02fd352
parent19606b2c205c93ab0c79d32535ba3167a26f586e
bus: ti-sysc: Fix no_console_suspend handling

If no_console_suspend is set, we should keep console enabled during suspend.
Lets fix this by only producing a warning if we can't idle hardware during
suspend.

Fixes: a5c427148942 ("bus: ti-sysc: Improve suspend and resume handling")
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c