Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-10 Thread Mark Brown
On Mon, Dec 10, 2012 at 04:30:50PM +0530, Padma Venkat wrote: > Could you please explain me in more detail about "single DT link > automatically expanded into two DAI links". > How this can be done? The device tree should only represent the single physical link that exists and the handling of the

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-10 Thread Padma Venkat
Hi Mark, On Sun, Dec 9, 2012 at 12:56 PM, Mark Brown wrote: > On Sat, Dec 08, 2012 at 10:07:54AM +0530, Padma Venkat wrote: > >> Samsung i2s driver registers the platform device twice one for the >> samsung-i2s.0,1 or 2 and two for samsung-i2s.4(which actually doesn't >> represent any H/W periphe

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-08 Thread Mark Brown
On Sat, Dec 08, 2012 at 10:07:54AM +0530, Padma Venkat wrote: > Samsung i2s driver registers the platform device twice one for the > samsung-i2s.0,1 or 2 and two for samsung-i2s.4(which actually doesn't > represent any H/W peripheral). The max number of I2S blocks on any > Samsung SoC are 3, the s

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-07 Thread Padma Venkat
Hi, On Fri, Dec 7, 2012 at 7:21 PM, Grant Likely wrote: > On Thu, 6 Dec 2012 13:11:42 +0900, Mark Brown > wrote: >> On Thu, Dec 06, 2012 at 09:31:40AM +0530, Padma Venkat wrote: >> > On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna >> > wrote: >> >> > > Padmavathi Venna (2): >> > > ASoC: S

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-07 Thread Grant Likely
On Thu, 6 Dec 2012 13:11:42 +0900, Mark Brown wrote: > On Thu, Dec 06, 2012 at 09:31:40AM +0530, Padma Venkat wrote: > > On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna > > wrote: > > > > Padmavathi Venna (2): > > > ASoC: Samsung: Get I2S src_clk from clock alias id. > > > ASoC: SAMSUNG:

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-05 Thread Mark Brown
On Thu, Dec 06, 2012 at 09:31:40AM +0530, Padma Venkat wrote: > On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna wrote: > > Padmavathi Venna (2): > > ASoC: Samsung: Get I2S src_clk from clock alias id. > > ASoC: SAMSUNG: Add DT support for i2s > Any comments on DT support for i2s patch? If

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-05 Thread Padma Venkat
Hi Mark, On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna wrote: > V4 patches are based on Mark Brown's for-next branch of > "git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git" > > Changes since V3: > - Added syntex of gpio specifier as suggested by Mark Brown in >

[PATCH V4 0/2] Add DT support for i2s

2012-11-28 Thread Padmavathi Venna
V4 patches are based on Mark Brown's for-next branch of "git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git" Changes since V3: - Added syntex of gpio specifier as suggested by Mark Brown in DT document file - Added the requirement for having I2S alias ids