Re: [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-14 Thread Mark Brown
On Wed, Dec 13, 2017 at 10:25:37AM +0100, Greg Kroah-Hartman wrote: > Mark, can I get an Ack for this patch so I can take it through my tree > with the other patches in this series? I just gave a reviewed-by to the whole series. Might still make sense for me to do this one patch, let me know if

Re: [alsa-devel] [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-14 Thread Srinivas Kandagatla
On 14/12/17 08:19, Takashi Iwai wrote: On Thu, 14 Dec 2017 06:17:39 +0100, Vinod Koul wrote: On Wed, Dec 13, 2017 at 04:06:11PM +, Mark Brown wrote: On Mon, Dec 11, 2017 at 11:43:02PM +, srinivas.kandaga...@linaro.org wrote: Mark, can I get an Ack for this patch so I can take it t

Re: [alsa-devel] [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-14 Thread Takashi Iwai
On Thu, 14 Dec 2017 06:17:39 +0100, Vinod Koul wrote: > > On Wed, Dec 13, 2017 at 04:06:11PM +, Mark Brown wrote: > > > On Mon, Dec 11, 2017 at 11:43:02PM +, srinivas.kandaga...@linaro.org > > > wrote: > > > > > Mark, can I get an Ack for this patch so I can take it through my tree > > >

Re: [alsa-devel] [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-13 Thread Vinod Koul
On Wed, Dec 13, 2017 at 04:06:11PM +, Mark Brown wrote: > > On Mon, Dec 11, 2017 at 11:43:02PM +, srinivas.kandaga...@linaro.org > > wrote: > > > Mark, can I get an Ack for this patch so I can take it through my tree > > with the other patches in this series? > > I'm actually not seeing

Re: [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-13 Thread Mark Brown
> On Mon, Dec 11, 2017 at 11:43:02PM +, srinivas.kandaga...@linaro.org > wrote: > Mark, can I get an Ack for this patch so I can take it through my tree > with the other patches in this series? I'm actually not seeing a direct dependency here (there's a depends in place stopping the regmap c

Re: [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-13 Thread Mark Brown
On Wed, Dec 13, 2017 at 10:25:37AM +0100, Greg Kroah-Hartman wrote: > Mark, can I get an Ack for this patch so I can take it through my tree > with the other patches in this series? Not until I've reviewed it (and the rest of the series). signature.asc Description: PGP signature

Re: [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-13 Thread Greg Kroah-Hartman
On Mon, Dec 11, 2017 at 11:43:02PM +, srinivas.kandaga...@linaro.org wrote: > From: Srinivas Kandagatla > > This patch adds support to read/write SLIMbus value elements. > Currently it only supports byte read/write. Adding this support in > regmap would give codec drivers more flexibility whe

[PATCH v10 08/13] regmap: add SLIMbus support

2017-12-11 Thread srinivas . kandagatla
From: Srinivas Kandagatla This patch adds support to read/write SLIMbus value elements. Currently it only supports byte read/write. Adding this support in regmap would give codec drivers more flexibility when there are more than 2 control interfaces like SLIMbus, i2c. Without this patch each cod