Re: [PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-16 Thread Mark Brown
On Thu, Nov 16, 2017 at 06:32:35PM +0530, Vinod Koul wrote: > On Thu, Nov 16, 2017 at 12:04:37PM +, Mark Brown wrote: > > On Fri, Nov 10, 2017 at 05:19:09PM +0530, Vinod Koul wrote: > > > +EXPORT_SYMBOL(__regmap_init_sdw); > > We still have plain EXPORT_SYMBOL() on the regmap exports... > I

Re: [PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-16 Thread Mark Brown
On Thu, Nov 16, 2017 at 06:32:35PM +0530, Vinod Koul wrote: > On Thu, Nov 16, 2017 at 12:04:37PM +, Mark Brown wrote: > > On Fri, Nov 10, 2017 at 05:19:09PM +0530, Vinod Koul wrote: > > > +EXPORT_SYMBOL(__regmap_init_sdw); > > We still have plain EXPORT_SYMBOL() on the regmap exports... > I

Re: [PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-16 Thread Vinod Koul
On Thu, Nov 16, 2017 at 12:04:37PM +, Mark Brown wrote: > On Fri, Nov 10, 2017 at 05:19:09PM +0530, Vinod Koul wrote: > > > +EXPORT_SYMBOL(__regmap_init_sdw); > > We still have plain EXPORT_SYMBOL() on the regmap exports... Hi Mark, I assumed after Alan's clarification that it is okay to

Re: [PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-16 Thread Vinod Koul
On Thu, Nov 16, 2017 at 12:04:37PM +, Mark Brown wrote: > On Fri, Nov 10, 2017 at 05:19:09PM +0530, Vinod Koul wrote: > > > +EXPORT_SYMBOL(__regmap_init_sdw); > > We still have plain EXPORT_SYMBOL() on the regmap exports... Hi Mark, I assumed after Alan's clarification that it is okay to

Re: [PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-16 Thread Mark Brown
On Fri, Nov 10, 2017 at 05:19:09PM +0530, Vinod Koul wrote: > +EXPORT_SYMBOL(__regmap_init_sdw); We still have plain EXPORT_SYMBOL() on the regmap exports... signature.asc Description: PGP signature

Re: [PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-16 Thread Mark Brown
On Fri, Nov 10, 2017 at 05:19:09PM +0530, Vinod Koul wrote: > +EXPORT_SYMBOL(__regmap_init_sdw); We still have plain EXPORT_SYMBOL() on the regmap exports... signature.asc Description: PGP signature

[PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-10 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 Signed-off-by: Vinod Koul

[PATCH v2 07/14] regmap: Add SoundWire bus support

2017-11-10 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 Signed-off-by: Vinod Koul --- drivers/base/regmap/Kconfig | 4 ++