[PATCH 0/4] USB: fix runtime PM after driver unbind

From: Johan Hovold
Date: Mon Sep 30 2019 - 12:12:58 EST


A recent change in USB core broke runtime-PM after driver unbind in
several drivers (when counting all USB serial drivers). Specifically,
drivers which took care not modify the runtime-PM usage counter after
their disconnect callback had returned, would now fail to be suspended
when a driver is later bound.

I guess Greg could take all of these directly through his tree, unless
the media maintainers disagree.

Johan


Johan Hovold (4):
USB: usb-skeleton: fix runtime PM after driver unbind
USB: usblp: fix runtime PM after driver unbind
USB: serial: fix runtime PM after driver unbind
media: stkwebcam: fix runtime PM after driver unbind

drivers/media/usb/stkwebcam/stk-webcam.c | 3 +--
drivers/usb/class/usblp.c | 8 +++++---
drivers/usb/serial/usb-serial.c | 5 +----
drivers/usb/usb-skeleton.c | 8 +++-----
4 files changed, 10 insertions(+), 14 deletions(-)

--
2.23.0