Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-22 Thread Tony Lindgren
* Mark Brown [120822 12:12]: > On Thu, Aug 16, 2012 at 04:41:01PM +0300, Peter Ujfalusi wrote: > > On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of > > the FIFO for the audio stack. > > > > Signed-off-by: Peter Ujfalusi > > Acked-by: Jarkko Nikula > > I applied this - T

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-22 Thread Mark Brown
On Thu, Aug 16, 2012 at 04:41:01PM +0300, Peter Ujfalusi wrote: > On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of > the FIFO for the audio stack. > > Signed-off-by: Peter Ujfalusi > Acked-by: Jarkko Nikula I applied this - Tony, from the thread it seemed you were OK eve

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-19 Thread Tony Lindgren
* Ujfalusi, Peter [120818 08:58]: > Hi Tony, > > On Sat, Aug 18, 2012 at 8:08 AM, Tony Lindgren wrote: > > Thanks, is this patch still correct so it does not try to enable FIFO > > for 2420? > > Yes it only enables the FIFO for 2430, 2420 is not affected. OK thanks for the clarification. Tony

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-18 Thread Ujfalusi, Peter
Hi Tony, On Sat, Aug 18, 2012 at 8:08 AM, Tony Lindgren wrote: > Thanks, is this patch still correct so it does not try to enable FIFO > for 2420? Yes it only enables the FIFO for 2430, 2420 is not affected. -- Péter -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in t

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-17 Thread Tony Lindgren
* Peter Ujfalusi [120817 07:03]: > On 08/17/2012 04:14 PM, Jarkko Nikula wrote: > > On 08/17/2012 04:07 PM, Tony Lindgren wrote: > >> * Peter Ujfalusi [120816 06:41]: > >>> On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of > >>> the FIFO for the audio stack. > >> Is this th

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-17 Thread Peter Ujfalusi
On 08/17/2012 04:14 PM, Jarkko Nikula wrote: > On 08/17/2012 04:07 PM, Tony Lindgren wrote: >> * Peter Ujfalusi [120816 06:41]: >>> On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of >>> the FIFO for the audio stack. >> Is this the case also for 2420? I thought some only had

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-17 Thread Jarkko Nikula
On 08/17/2012 04:07 PM, Tony Lindgren wrote: > * Peter Ujfalusi [120816 06:41]: >> On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of >> the FIFO for the audio stack. > Is this the case also for 2420? I thought some only had a FIFO at > one port? > IRCC (I don't have specs),

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-17 Thread Tony Lindgren
* Peter Ujfalusi [120816 06:41]: > On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of > the FIFO for the audio stack. > > Signed-off-by: Peter Ujfalusi > Acked-by: Jarkko Nikula > --- > arch/arm/mach-omap2/mcbsp.c |5 - > 1 files changed, 4 insertions(+), 1 deleti

[PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-16 Thread Peter Ujfalusi
On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of the FIFO for the audio stack. Signed-off-by: Peter Ujfalusi Acked-by: Jarkko Nikula --- arch/arm/mach-omap2/mcbsp.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/mcbsp.c b