Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-22 Thread Jacob Siverskog
On Thu, Jan 21, 2016 at 6:56 PM, Johan Hovold wrote: > On Thu, Jan 21, 2016 at 05:27:58PM +0100, Michael Trimarchi wrote: >> Hi >> >> On Thu, Jan 21, 2016 at 4:36 PM, Johan Hovold wrote: >> > On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: >> >> The pcm179x family supports both

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-22 Thread Jacob Siverskog
On Thu, Jan 21, 2016 at 6:56 PM, Johan Hovold wrote: > On Thu, Jan 21, 2016 at 05:27:58PM +0100, Michael Trimarchi wrote: >> Hi >> >> On Thu, Jan 21, 2016 at 4:36 PM, Johan Hovold wrote: >> > On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: >>

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Johan Hovold
On Thu, Jan 21, 2016 at 05:27:58PM +0100, Michael Trimarchi wrote: > Hi > > On Thu, Jan 21, 2016 at 4:36 PM, Johan Hovold wrote: > > On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: > >> The pcm179x family supports both SPI and I2C for configuration. This > >> patch splits the

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Michael Trimarchi
Hi On Thu, Jan 21, 2016 at 4:36 PM, Johan Hovold wrote: > On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: >> The pcm179x family supports both SPI and I2C for configuration. This >> patch splits the driver into core and SPI parts, in preparation for >> I2C support. >> >>

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Johan Hovold
On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: > The pcm179x family supports both SPI and I2C for configuration. This > patch splits the driver into core and SPI parts, in preparation for > I2C support. > > Reviewed-by: Johan Hovold > Signed-off-by: Jacob Siverskog > --- >

[PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Jacob Siverskog
The pcm179x family supports both SPI and I2C for configuration. This patch splits the driver into core and SPI parts, in preparation for I2C support. Reviewed-by: Johan Hovold Signed-off-by: Jacob Siverskog --- sound/soc/codecs/Kconfig | 11 ++-- sound/soc/codecs/Makefile | 2

[PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Jacob Siverskog
The pcm179x family supports both SPI and I2C for configuration. This patch splits the driver into core and SPI parts, in preparation for I2C support. Reviewed-by: Johan Hovold Signed-off-by: Jacob Siverskog --- sound/soc/codecs/Kconfig | 11

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Johan Hovold
On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: > The pcm179x family supports both SPI and I2C for configuration. This > patch splits the driver into core and SPI parts, in preparation for > I2C support. > > Reviewed-by: Johan Hovold > Signed-off-by: Jacob

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Michael Trimarchi
Hi On Thu, Jan 21, 2016 at 4:36 PM, Johan Hovold wrote: > On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: >> The pcm179x family supports both SPI and I2C for configuration. This >> patch splits the driver into core and SPI parts, in preparation for >> I2C

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Johan Hovold
On Thu, Jan 21, 2016 at 05:27:58PM +0100, Michael Trimarchi wrote: > Hi > > On Thu, Jan 21, 2016 at 4:36 PM, Johan Hovold wrote: > > On Thu, Jan 21, 2016 at 04:26:56PM +0100, Jacob Siverskog wrote: > >> The pcm179x family supports both SPI and I2C for configuration. This > >>