* [PATCH 1/5] ASoC: split pxa ssp for reusing code
@ 2010-03-18 2:29 Haojian Zhuang
2010-03-18 12:09 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Haojian Zhuang @ 2010-03-18 2:29 UTC (permalink / raw)
To: linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/5] ASoC: split pxa ssp for reusing code
2010-03-18 2:29 [PATCH 1/5] ASoC: split pxa ssp for reusing code Haojian Zhuang
@ 2010-03-18 12:09 ` Mark Brown
2010-03-19 15:51 ` Haojian Zhuang
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2010-03-18 12:09 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 17, 2010 at 10:29:46PM -0400, Haojian Zhuang wrote:
> From ffd197865a1114b46cc7d6b0442e4c6ece962f8b Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Wed, 17 Mar 2010 10:45:30 -0400
> Subject: [PATCH] ASoC: split pxa ssp for reusing code
>
> Since basic SSP features are shared between PXA2xx and PXA168, the difference
> is focused on clock generating. Now split ssp code into two parts. One is for
> general ssp feature. The other is for pxa2xx parts.
Could you please provide a more detailed description of what the
differences between the two SSP implementations. This description is
rather vauge and doesn't appear to 100% tie in with the implemenation -
for example, the hw_params() implementations for the two variants seem
*very* close to each other.
It may be that some of this stuff can be handled by having a common
hw_params() which can be called by device specific code that handles the
differences. Given how fiddly the configuration of the framing is
having two different implementations to keep in sync doesn't seem good.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/5] ASoC: split pxa ssp for reusing code
2010-03-18 12:09 ` Mark Brown
@ 2010-03-19 15:51 ` Haojian Zhuang
0 siblings, 0 replies; 3+ messages in thread
From: Haojian Zhuang @ 2010-03-19 15:51 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 18, 2010 at 8:09 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Wed, Mar 17, 2010 at 10:29:46PM -0400, Haojian Zhuang wrote:
>> From ffd197865a1114b46cc7d6b0442e4c6ece962f8b Mon Sep 17 00:00:00 2001
>> From: Haojian Zhuang <haojian.zhuang@marvell.com>
>> Date: Wed, 17 Mar 2010 10:45:30 -0400
>> Subject: [PATCH] ASoC: split pxa ssp for reusing code
>>
>> Since basic SSP features are shared between PXA2xx and PXA168, the difference
>> is focused on clock generating. Now split ssp code into two parts. One is for
>> general ssp feature. The other is for pxa2xx parts.
>
> Could you please provide a more detailed description of what the
> differences between the two SSP implementations. ?This description is
> rather vauge and doesn't appear to 100% tie in with the implemenation -
> for example, the hw_params() implementations for the two variants seem
> *very* close to each other.
>
> It may be that some of this stuff can be handled by having a common
> hw_params() which can be called by device specific code that handles the
> differences. ?Given how fiddly the configuration of the framing is
> having two different implementations to keep in sync doesn't seem good.
>
New comment is added in this patch. In this patch, I didn't touch any
configuration in pxa2xx. I prefer to adjust it
after new ssp control of pxa910 & pxa688 implemented.
Thanks
Haojian
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-19 15:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-18 2:29 [PATCH 1/5] ASoC: split pxa ssp for reusing code Haojian Zhuang
2010-03-18 12:09 ` Mark Brown
2010-03-19 15:51 ` Haojian Zhuang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.