commit | a2d23edaef9e022df26e9d46a49c2ecfc960cc8b | [log] [tgz] |
---|---|---|
author | Franklin S Cooper Jr <fcooper@ti.com> | Wed Aug 16 15:55:36 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 20:51:20 2017 +0200 |
tree | 5e0e00df607568a267146fae4d54a1bc416df892 | |
parent | 5c98e9cd459bd80232a5b007c3b9a618d8a96ea6 [diff] |
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>