mbox series

[0/4] Add simple-pm ops

Message ID 20190917144449.32739-1-m.felsch@pengutronix.de (mailing list archive)
Headers show
Series Add simple-pm ops | expand

Message

Marco Felsch Sept. 17, 2019, 2:44 p.m. UTC
Hi,

this series adds the simple-pm ops to reinitialize the hub after a
suspend. For this reason I added the vdd-supply to ensure that vdd is
ready.

Regards,
  Marco

Marco Felsch (4):
  dt-bindings: usb: usb251xb: add documentation for voltage supply
  usb: usb251xb: add vdd supply support
  usb: usb251xb: simplify reset helper
  usb: usb251xb: add pm_ops

 .../devicetree/bindings/usb/usb251xb.txt      |  1 +
 drivers/usb/misc/usb251xb.c                   | 49 ++++++++++++++++---
 2 files changed, 42 insertions(+), 8 deletions(-)