Files
linux/drivers/phy
Yoshihiro Shimoda 50bc4e5e6b phy: rcar-gen3-usb2: fix implementation for runtime PM
commit 441a681b88 upstream.

This patch fixes an issue that this driver doesn't take care of the runtime
PM. This code assumed that devm_phy_create() called pm_runtime_enable(dev),
but it misunderstood the dev_phy_create()'s specification.
This driver should call its own pm_runtime_enable() before
dev_phy_create().

Fixes: f3b5a8d9b5 ("phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driver")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-24 07:06:17 +02:00
..
2016-11-18 18:19:16 +05:30
2016-09-10 17:31:39 +05:30
2016-11-18 18:19:16 +05:30