mbox series

[0/2] Improve phy-mapphone pm

Message ID 20181117133755.9129-1-tony@atomide.com (mailing list archive)
Headers show
Series Improve phy-mapphone pm | expand

Message

Tony Lindgren Nov. 17, 2018, 1:37 p.m. UTC
Hi,

Here are two non-urgent patches to get phy-mapphone runtime PM working
better. Currently it only works when toggled from the userspace via the
sysfs entry for for "auto" and "on".

Regards,

Tony


Tony Lindgren (2):
  phy: core: Add phy_pm_runtime_enabled
  phy: mapphone-mdm6600: Improve phy related runtime PM calls

 drivers/phy/motorola/phy-mapphone-mdm6600.c | 71 +++++++++++++++------
 drivers/phy/phy-core.c                      |  9 +++
 include/linux/phy/phy.h                     |  6 ++
 3 files changed, 66 insertions(+), 20 deletions(-)