* ASoC: SAMSUNG: About I2S_v4 support
@ 2010-03-03 8:32 jassi brar
2010-03-03 9:54 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: jassi brar @ 2010-03-03 8:32 UTC (permalink / raw)
To: alsa-devel; +Cc: Mark Brown, Ben Dooks, Liam Girdwood
Hello,
Could we please reach some agreement about the support of I2Sv4 block of
S3C64XX and newer SoCs?
Kindly express your opinion.
Otherwise, I am planning to re-factor(as and if needed) s3c-i2s-v2.c,
s3c2412-i2s.c and s3c64xx-i2s.c
and add a new s3c-i2s-v4.c to handle I2S_v4 controllers.
Kindly ACK/NAK this idea if you are busy with other stuff and I am to
start working on the issue.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ASoC: SAMSUNG: About I2S_v4 support
2010-03-03 8:32 ASoC: SAMSUNG: About I2S_v4 support jassi brar
@ 2010-03-03 9:54 ` Mark Brown
2010-03-03 11:10 ` jassi brar
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2010-03-03 9:54 UTC (permalink / raw)
To: jassi brar; +Cc: alsa-devel, Ben Dooks, Liam Girdwood
On Wed, Mar 03, 2010 at 05:32:13PM +0900, jassi brar wrote:
> Otherwise, I am planning to re-factor(as and if needed) s3c-i2s-v2.c,
> s3c2412-i2s.c and s3c64xx-i2s.c
> and add a new s3c-i2s-v4.c to handle I2S_v4 controllers.
As I've said when you've mentioned this in the past I'd prefer an
explicit IISv4 driver (sharing most of the actual code with the core)
since none of the Samsung documentation covers the IISv4 and IISv2
blocks as completely independant blocks. This would make it easier for
people to find what they need to use.
> Kindly ACK/NAK this idea if you are busy with other stuff and I am to
> start working on the issue.
Please also remember that we need to get the clock API changes to allow
the driver to start. I've been chasing patches for these for the past
couple of kernel releases but it's not ideal that I need to do this.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ASoC: SAMSUNG: About I2S_v4 support
2010-03-03 9:54 ` Mark Brown
@ 2010-03-03 11:10 ` jassi brar
2010-03-03 11:21 ` Mark Brown
0 siblings, 1 reply; 5+ messages in thread
From: jassi brar @ 2010-03-03 11:10 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Ben Dooks, Liam Girdwood
On Wed, Mar 3, 2010 at 6:54 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Wed, Mar 03, 2010 at 05:32:13PM +0900, jassi brar wrote:
>
>> Otherwise, I am planning to re-factor(as and if needed) s3c-i2s-v2.c,
>> s3c2412-i2s.c and s3c64xx-i2s.c
>> and add a new s3c-i2s-v4.c to handle I2S_v4 controllers.
> As I've said when you've mentioned this in the past I'd prefer an
> explicit IISv4 driver (sharing most of the actual code with the core)
Of course, and that's what I intend to do while 're-factoring'.
>> Kindly ACK/NAK this idea if you are busy with other stuff and I am to
>> start working on the issue.
> Please also remember that we need to get the clock API changes to allow
> the driver to start. I've been chasing patches for these for the past
> couple of kernel releases but it's not ideal that I need to do this.
I guess whatever needs to be done for the release version, will be done.
Though I am not sure if I should get into modifying s3c-clock support for
the sake of s3c-audio.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ASoC: SAMSUNG: About I2S_v4 support
2010-03-03 11:10 ` jassi brar
@ 2010-03-03 11:21 ` Mark Brown
2010-03-03 12:53 ` jassi brar
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2010-03-03 11:21 UTC (permalink / raw)
To: jassi brar; +Cc: alsa-devel, Ben Dooks, Liam Girdwood
On Wed, Mar 03, 2010 at 08:10:32PM +0900, jassi brar wrote:
> On Wed, Mar 3, 2010 at 6:54 PM, Mark Brown
> > Please also remember that we need to get the clock API changes to allow
> > the driver to start. I've been chasing patches for these for the past
> > couple of kernel releases but it's not ideal that I need to do this.
> I guess whatever needs to be done for the release version, will be done.
> Though I am not sure if I should get into modifying s3c-clock support for
> the sake of s3c-audio.
The stuff that needs doing is the really basic stuff like registering
CLKAUDIO2 so the driver can request it, not any substantial refactoring
of the clocking code.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ASoC: SAMSUNG: About I2S_v4 support
2010-03-03 11:21 ` Mark Brown
@ 2010-03-03 12:53 ` jassi brar
0 siblings, 0 replies; 5+ messages in thread
From: jassi brar @ 2010-03-03 12:53 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Ben Dooks, Liam Girdwood
On Wed, Mar 3, 2010 at 8:21 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Wed, Mar 03, 2010 at 08:10:32PM +0900, jassi brar wrote:
>> On Wed, Mar 3, 2010 at 6:54 PM, Mark Brown
>
>> > Please also remember that we need to get the clock API changes to allow
>> > the driver to start. I've been chasing patches for these for the past
>> > couple of kernel releases but it's not ideal that I need to do this.
>
>> I guess whatever needs to be done for the release version, will be done.
>> Though I am not sure if I should get into modifying s3c-clock support for
>> the sake of s3c-audio.
>
> The stuff that needs doing is the really basic stuff like registering
> CLKAUDIO2 so the driver can request it, not any substantial refactoring
> of the clocking code.
yeah, that's fine.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-03 12:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 8:32 ASoC: SAMSUNG: About I2S_v4 support jassi brar
2010-03-03 9:54 ` Mark Brown
2010-03-03 11:10 ` jassi brar
2010-03-03 11:21 ` Mark Brown
2010-03-03 12:53 ` jassi brar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).