Message ID | 20210122070634.12825-1-yung-chuan.liao@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | soundwire/regmap: use _no_pm routines | expand |
On 22-01-21, 15:06, Bard Liao wrote: > When a Slave device is resumed, it may resume the bus and restart the > enumeration. And Slave drivers will wait for initialization_complete > complete in their resume function, however initialization_complete will > complete after sdw_update_slave_status function is finished and codec > driver usually call some IO functions in the update_status callback > function. > It will become a deadlock if we use regular read/write routines during > the resuming process. Applied all sdw patches, thanks
On Sat, Feb 06, 2021 at 03:56:44PM +0530, Vinod Koul wrote:
> Applied all sdw patches, thanks
Is there a tag I can pull the new APIs from?
Hello Mark, On 08-02-21, 12:50, Mark Brown wrote: > On Sat, Feb 06, 2021 at 03:56:44PM +0530, Vinod Koul wrote: > > > Applied all sdw patches, thanks > > Is there a tag I can pull the new APIs from? Yes, please pull from below: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.12-rc1 Thanks
On Mon, Feb 08, 2021 at 08:34:49PM +0530, Vinod Koul wrote: > On 08-02-21, 12:50, Mark Brown wrote: > > Is there a tag I can pull the new APIs from? > Yes, please pull from below: > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.12-rc1 Ah, that's the entire Soundwire pull request including driver updates - that's a bit more than is ideal. Instead if you want to pull in the regmap bits that might be easier: Acked-by: Mark Brown <broonie@kernel.org>
On 10-02-21, 19:58, Mark Brown wrote: > On Mon, Feb 08, 2021 at 08:34:49PM +0530, Vinod Koul wrote: > > On 08-02-21, 12:50, Mark Brown wrote: > > > > Is there a tag I can pull the new APIs from? > > > Yes, please pull from below: > > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.12-rc1 > > Ah, that's the entire Soundwire pull request including driver updates - > that's a bit more than is ideal. Instead if you want to pull in the > regmap bits that might be easier: > > Acked-by: Mark Brown <broonie@kernel.org> Since I had a fix to send to Greg, I am adding these as well.. Thanks