Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Mark Brown
On Tue, Sep 08, 2020 at 09:47:13AM -0500, Pierre-Louis Bossart wrote: > On 9/8/20 9:33 AM, Mark Brown wrote: > > On Tue, Sep 08, 2020 at 02:28:48PM +0200, Jaroslav Kysela wrote: > > > Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): > > > > I don't have this patch and since I seem to get copied on

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Pierre-Louis Bossart
I don't have this patch and since I seem to get copied on quite a lot of soundwire only serieses I just delete them unread mostly. We now try to use the ASoC/SoundWire prefix for cover letters to highlight that a patchset changes things across two trees, does this help or do we need a

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Mark Brown
On Tue, Sep 08, 2020 at 02:28:48PM +0200, Jaroslav Kysela wrote: > Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): > > I don't have this patch and since I seem to get copied on quite a lot of > > soundwire only serieses I just delete them unread mostly. > It can be fetched from lore (mbox format):

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Jaroslav Kysela
Dne 28. 08. 20 v 8:51 Vinod Koul napsal(a): > Hi Mark, > > On 18-08-20, 22:06, Bard Liao wrote: >> From: Pierre-Louis Bossart >> >> Add a slave-level property and program the SCP_INT1_MASK as desired by >> the codec driver. Since there is no DisCo property this has to be an >>

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Jaroslav Kysela
Dne 08. 09. 20 v 16:33 Mark Brown napsal(a): > On Tue, Sep 08, 2020 at 02:28:48PM +0200, Jaroslav Kysela wrote: >> Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): > >>> I don't have this patch and since I seem to get copied on quite a lot of >>> soundwire only serieses I just delete them unread

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Jaroslav Kysela
Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): > On Tue, Sep 08, 2020 at 02:05:11PM +0200, Jaroslav Kysela wrote: >> Dne 28. 08. 20 v 8:51 Vinod Koul napsal(a): > sound/soc/codecs/rt700-sdw.c| 4 sound/soc/codecs/rt711-sdw.c| 4 sound/soc/codecs/rt715-sdw.c|

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Mark Brown
On Tue, Sep 08, 2020 at 02:05:11PM +0200, Jaroslav Kysela wrote: > Dne 28. 08. 20 v 8:51 Vinod Koul napsal(a): > >> sound/soc/codecs/rt700-sdw.c| 4 > >> sound/soc/codecs/rt711-sdw.c| 4 > >> sound/soc/codecs/rt715-sdw.c| 4 > >> sound/soc/codecs/wsa881x.c | 1

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Pierre-Louis Bossart
On 9/8/20 9:33 AM, Mark Brown wrote: On Tue, Sep 08, 2020 at 02:28:48PM +0200, Jaroslav Kysela wrote: Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): I don't have this patch and since I seem to get copied on quite a lot of soundwire only serieses I just delete them unread mostly. We now

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-08-28 Thread Vinod Koul
Hi Mark, On 18-08-20, 22:06, Bard Liao wrote: > From: Pierre-Louis Bossart > > Add a slave-level property and program the SCP_INT1_MASK as desired by > the codec driver. Since there is no DisCo property this has to be an > implementation-specific firmware property or hard-coded in the driver. >

[PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-08-18 Thread Bard Liao
From: Pierre-Louis Bossart Add a slave-level property and program the SCP_INT1_MASK as desired by the codec driver. Since there is no DisCo property this has to be an implementation-specific firmware property or hard-coded in the driver. The only functionality change is that