serial: 8250_of: Add basic PM runtime support
authorFranklin S Cooper Jr <fcooper@ti.com>
Wed, 16 Aug 2017 20:55:36 +0000 (15:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 18:51:20 +0000 (20:51 +0200)
commita2d23edaef9e022df26e9d46a49c2ecfc960cc8b
tree5e0e00df607568a267146fae4d54a1bc416df892
parent5c98e9cd459bd80232a5b007c3b9a618d8a96ea6
serial: 8250_of: Add basic PM runtime support

66AK2G UART instances are not apart of the ALWAYS_ON power domain.
Therefore, pm_runtime calls must be made to properly insure the appropriate
power domains needed by UART are on. Keep legacy clk api calls since other
users of this driver may not support PM runtime.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_of.c