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

2019-10-01 Thread Johan Hovold
On Mon, Sep 30, 2019 at 01:36:03PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 30 Sep 2019 18:12:01 +0200 > Johan Hovold escreveu: > > > A recent change in USB core broke runtime-PM after driver unbind in > > several drivers (when counting all USB serial drivers). Specifically, > > drivers whic

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

2019-09-30 Thread Mauro Carvalho Chehab
Em Mon, 30 Sep 2019 18:12:01 +0200 Johan Hovold escreveu: > 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 callba

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

2019-09-30 Thread Johan Hovold
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 lat