Re: [alsa-devel] [PATCH 3/8] McBSP: OMAP3: Add Sidetone feature

2009-10-11 Thread Eero Nurkkala
On Fri, 2009-10-09 at 12:44 +0200, ext Mark Brown wrote: > On Fri, Oct 09, 2009 at 08:09:27AM +0300, Eero Nurkkala wrote: > > On Thu, 2009-10-08 at 15:17 +0200, ext Mark Brown wrote: > > > > This stuff, particularly the enable, probably wants to be pushed out via > > > an ALSA API rather than via

RE: [PATCH v1 1/2] arm: a driver for on-chip ETM and ETB

2009-10-11 Thread Woodruff, Richard
> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Russell King - ARM Linux > Sent: Sunday, October 11, 2009 5:30 PM > > > + clk = clk_get(&pdev->dev, "emu_core_alwon_ck"); > > > + clk_enable(clk); > > > + > > > + clk = clk_get(&pd

Re: [PATCH v1 1/2] arm: a driver for on-chip ETM and ETB

2009-10-11 Thread Russell King - ARM Linux
On Mon, Oct 12, 2009 at 12:07:57AM +0200, Linus Walleij wrote: > First, these are registered as platform devices, should they not be AMBA > devices (i.e. PrimeCells?) I think that's what they are, and they probably > have device ID:s to be matched in the last words of their 4K pages > do they not?

Re: [PATCH v1 2/2] OMAP3: add platform devices for ETM and ETB

2009-10-11 Thread Linus Walleij
2009/10/11 Alexander Shishkin : > This enables debug components found in omap3xxx. > (...) > +static struct resource rx51_etb_resource = { > +       .start = ETB_BASE, > +       .end   = ETB_BASE + SZ_4K, .end = ETB_BASE + SZ_4K - 1 This will play with the resource paradigm and resource_size() w

Re: [PATCH v1 1/2] arm: a driver for on-chip ETM and ETB

2009-10-11 Thread Linus Walleij
2009/10/11 Alexander Shishkin : > This driver implements support for on-chip Embedded Tracing Macrocell and > Embedded Trace Buffer. It allows to trigger tracing of kernel execution flow > and exporting trace output to userspace via character device and a sysrq > combo. Cool, can it at all be int

RE: [PATCH v1 2/2] OMAP3: add platform devices for ETM and ETB

2009-10-11 Thread Gadiyar, Anand
Alexander Shishkin wrote: > This enables debug components found in omap3xxx. > > Signed-off-by: Alexander Shishkin > --- > arch/arm/mach-omap2/Kconfig |7 > arch/arm/mach-omap2/Makefile |3 ++ > arch/arm/mach-omap2/emu.c| 70 > ++ > 3

Re: [PATCH 1/2] arm/omap3: a driver for on-chip ETM and ETB

2009-10-11 Thread Alexander Shishkin
2009/10/10 Shilimkar, Santosh : >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >> ow...@vger.kernel.org] On Behalf Of virtu...@slind.org >> Sent: Thursday, October 08, 2009 3:06 AM >> To: linux-omap@vger.kernel.org >> Cc: Alexander Shishkin >> Subject: [

[PATCH v1 2/2] OMAP3: add platform devices for ETM and ETB

2009-10-11 Thread Alexander Shishkin
This enables debug components found in omap3xxx. Signed-off-by: Alexander Shishkin --- arch/arm/mach-omap2/Kconfig |7 arch/arm/mach-omap2/Makefile |3 ++ arch/arm/mach-omap2/emu.c| 70 ++ 3 files changed, 80 insertions(+), 0 deletions(

[PATCH v1 1/2] arm: a driver for on-chip ETM and ETB

2009-10-11 Thread Alexander Shishkin
This driver implements support for on-chip Embedded Tracing Macrocell and Embedded Trace Buffer. It allows to trigger tracing of kernel execution flow and exporting trace output to userspace via character device and a sysrq combo. Trace output can then be decoded by a fairly simple open source too

[PATCH] ARM: OMAP: McBSP: Fix incorrect receiver stop in omap_mcbsp_stop

2009-10-11 Thread Jarkko Nikula
This small typo written by author causes that McBSP receiver is disabled on OMAP2430 and OMAP3430 even if only transmitter is stopped. This was noted with ALSA SoC where simultaneous recording halted if playback was stopped first. Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/mcbsp.c |

RE: Patches merged to split OMAP2_IO_ADDRESS

2009-10-11 Thread Shilimkar, Santosh
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Shilimkar, Santosh > Sent: Friday, October 09, 2009 10:51 AM > To: Tony Lindgren > Cc: linux-omap@vger.kernel.org; Paul Walmsley > Subject: RE: Patches merged to split OMA