]> asedeno.scripts.mit.edu Git - linux.git/commit
serdev: add dev_pm_domain_attach|detach()
authorSean Wang <sean.wang@mediatek.com>
Mon, 9 Jul 2018 15:56:58 +0000 (23:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Jul 2018 10:23:53 +0000 (12:23 +0200)
commit76d8ca245c721c12f79779679699b229e361f4ac
tree3bd60e45570a97bfce04edf946edff7a6c0cfc64
parent819abf294a381499a177a660805bf0b8a329700b
serdev: add dev_pm_domain_attach|detach()

In order to open up the required power gate before any operation can be
effectively performed over the serial bus between CPU and serdev, it's
clearly essential to add common attach functions for PM domains to serdev
at the probe phase.

Similarly, the relevant dettach function for the PM domains should be
properly and reversely added at the remove phase.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Johan Hovold <johan@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serdev/core.c