Re: [PATCH v5 0/2] Platform driver update to support playback recover after resume

2020-12-18 Thread Mark Brown
On Wed, 2 Dec 2020 22:52:26 +0530, Srinivasa Rao Mandadapu wrote: > This patch set is to add support for playback recover after hard suspend and > resume. > It includes: > 1. Reverting part of previous commit, which is for handling registers invalid > state > after hard suspend. > 2. Adding pm

[PATCH v5 0/2] Platform driver update to support playback recover after resume

2020-12-02 Thread Srinivasa Rao Mandadapu
This patch set is to add support for playback recover after hard suspend and resume. It includes: 1. Reverting part of previous commit, which is for handling registers invalid state after hard suspend. 2. Adding pm ops in component driver and do regcache sync. Changes Since v1 and v2: --