Re: [alsa-devel] [PATCH v7] regmap: Add SoundWire bus support

2018-01-08 Thread Vinod Koul
On Mon, Jan 08, 2018 at 10:02:35AM +, Srinivas Kandagatla wrote: > > > On 06/01/18 06:40, Vinod Koul wrote: > >+ > >+config REGMAP_HWSPINLOCK > >+bool > >+ > Does this belong to this patch? Ah crap, I rebased on regmap-next and looks like this crept up while rebasing, thanks for

Re: [alsa-devel] [PATCH v7] regmap: Add SoundWire bus support

2018-01-08 Thread Vinod Koul
On Mon, Jan 08, 2018 at 10:02:35AM +, Srinivas Kandagatla wrote: > > > On 06/01/18 06:40, Vinod Koul wrote: > >+ > >+config REGMAP_HWSPINLOCK > >+bool > >+ > Does this belong to this patch? Ah crap, I rebased on regmap-next and looks like this crept up while rebasing, thanks for

Re: [alsa-devel] [PATCH v7] regmap: Add SoundWire bus support

2018-01-08 Thread Srinivas Kandagatla
On 06/01/18 06:40, Vinod Koul wrote: + +config REGMAP_HWSPINLOCK + bool + Does this belong to this patch?

Re: [alsa-devel] [PATCH v7] regmap: Add SoundWire bus support

2018-01-08 Thread Srinivas Kandagatla
On 06/01/18 06:40, Vinod Koul wrote: + +config REGMAP_HWSPINLOCK + bool + Does this belong to this patch?

[PATCH v7] regmap: Add SoundWire bus support

2018-01-05 Thread Vinod Koul
SoundWire bus provides sdw_read() and sdw_write() APIs for Slave devices to program the registers. Provide support in regmap for SoundWire bus. Signed-off-by: Hardik T Shah Signed-off-by: Sanyog Kale Reviewed-by: Philippe Ombredanne

[PATCH v7] regmap: Add SoundWire bus support

2018-01-05 Thread Vinod Koul
SoundWire bus provides sdw_read() and sdw_write() APIs for Slave devices to program the registers. Provide support in regmap for SoundWire bus. Signed-off-by: Hardik T Shah Signed-off-by: Sanyog Kale Reviewed-by: Philippe Ombredanne Acked-by: Pierre-Louis Bossart Reviewed-by: Takashi Iwai