Re: [PATCH 1/5] ARM: OMAP2/3/4: Split OMAP2_IO_ADDRESS to L3 and L4

2009-08-24 Thread Hemanth V
- Original Message - From: Shilimkar, Santosh santosh.shilim...@ti.com --- #define L3_IO_OFFSET 0x9000 #define __L3_IO_ADDRESS(pa) ((pa) + L3_IO_OFFSET)/* Works for L3 */ #define __OMAP2_L3_IO_ADDRESS(pa) ((pa) + L3_IO_OFFSET)/* Works for L3 */ #define l3_io_v2p(va) ((va) -

RE: [RFC][PATCH 0/3] RTC platform data structure defined

2009-08-24 Thread Varadarajan, Charu Latha
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Saturday, August 22, 2009 9:58 PM To: Varadarajan, Charu Latha Cc: linux-omap@vger.kernel.org; t...@atomide.com; davi...@pacbell.net;

RE: [PATCH 1/5] ARM: OMAP2/3/4: Split OMAP2_IO_ADDRESS to L3 and L4

2009-08-24 Thread Shilimkar, Santosh
-Original Message- From: V, Hemanth Sent: Monday, August 24, 2009 11:40 AM To: Shilimkar, Santosh; Pandita, Vikram; t...@atomide.com; khil...@deeprootsystems.com Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 1/5] ARM: OMAP2/3/4: Split OMAP2_IO_ADDRESS to L3 and L4 -

Re: Where is DSP Gateway

2009-08-24 Thread Felipe Contreras
On Thu, Aug 20, 2009 at 3:24 PM, Ameya Palandeameya.pala...@nokia.com wrote: ext Suresh Rajashekara wrote: Hi All, We had been using dspgateway 3.3 on 2.6.16. Recently we changed our kernel to 2.6.29 and we found that the dspgateway driver has been removed from the tree (

Re: [PATCH 1/3] OMAP: McBSP: Use textual values in DMA operating mode sysfs files

2009-08-24 Thread Eduardo Valentin
Hello Jarkko, On Sun, Aug 23, 2009 at 11:24:25AM +0200, Jarkko Nikula wrote: Use more descriptive than numerical value when showing and storing the McBSP DMA operating mode. Show function is using similar syntax than e.g. the led triggers so that all possible values for store function are

RE: [RFC][PATCH 1/3] RTC periodic interrupts enabling and msecure init

2009-08-24 Thread Varadarajan, Charu Latha
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Saturday, August 22, 2009 9:59 PM To: Roger Quadros Cc: Varadarajan, Charu Latha; linux-omap@vger.kernel.org; t...@atomide.com; davi...@pacbell.net;

Re: [PATCH 1/3] OMAP: McBSP: Use textual values in DMA operating mode sysfs files

2009-08-24 Thread Jarkko Nikula
On Mon, 24 Aug 2009 09:49:41 +0300 Eduardo Valentin eduardo.valen...@nokia.com wrote: + len += sprintf(buf + len, [%s] , *s); + else + len += sprintf(buf + len, %s , *s); + } + len += sprintf(len+buf, \n); Just a tiny thing, add

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Kevin Hilman
Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Tested on rx51 and n8x0. Compile tested on omap_osk_5912. Signed-off-by: Kalle Valo kalle.v...@iki.fi Rather than converting all the omap_uart_configs

Re: [PATCH 1/3] OMAP: McBSP: Use textual values in DMA operating mode sysfs files

2009-08-24 Thread Eduardo Valentin
On Mon, Aug 24, 2009 at 09:35:03AM +0200, Jarkko Nikula wrote: On Mon, 24 Aug 2009 09:49:41 +0300 Eduardo Valentin eduardo.valen...@nokia.com wrote: + len += sprintf(buf + len, [%s] , *s); + else + len += sprintf(buf + len, %s , *s); + } +

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090824 10:42]: Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Tested on rx51 and n8x0. Compile tested on omap_osk_5912. Signed-off-by: Kalle Valo

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [090824 10:42]: Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Tested on rx51 and n8x0. Compile tested on

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090824 11:56]: Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [090824 10:42]: Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use

Re: [RFC][PATCH 1/3] RTC periodic interrupts enabling and msecure init

2009-08-24 Thread Roger Quadros
ext Varadarajan, Charu Latha wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Saturday, August 22, 2009 9:59 PM To: Roger Quadros Cc: Varadarajan, Charu Latha; linux-omap@vger.kernel.org;

Query: MUSB clock management code

2009-08-24 Thread Gadiyar, Anand
Hi all, Is there a reason to have a wrapper code around the clock enable/disable code in arch/arm/mach-omap2/usb-musb.c? Is it not okay for the glue-layer code in drivers/usb/musb/omap2430.c to do this? Thanks in advance, Anand-- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/2 v2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Santosh Shilimkar santosh.shilim...@ti.com writes: After the patch series [PATCH 00/14] OMAP PM fixes for .31-rc merge in 2.6.31-rc5, the kernel crashed during boot on OMAP4430. This patch fixes it by adding UART4 support and related code.

Re: [PATCH 4/5] OMAP: Zoom2: Fix serial break

2009-08-24 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Vikram Pandita vikram.pand...@ti.com writes: Fix the break in Zoom2 Quad uart debug port support. Patch by Kevin Hilman fd455ea899b5a14 caused a break as it introuduced per port PLATFORM id and Zoom2 was not tested with this change.

[PATCH] MUSB: Remove usb_musb_pm_init() call

2009-08-24 Thread Anand Gadiyar
MUSB: Remove usb_musb_pm_init() call In usb_musb_pm_init, we attempt to access an MUSB register when the i-clock may not be on, or the module is otherwise not accessible. We need to either: - enable the clock before this access, or - remove this code and move it to the bootloader, or - enable

Re: [PATCH] MUSB: Remove usb_musb_pm_init() call

2009-08-24 Thread Kevin Hilman
Anand Gadiyar gadi...@ti.com writes: MUSB: Remove usb_musb_pm_init() call In usb_musb_pm_init, we attempt to access an MUSB register when the i-clock may not be on, or the module is otherwise not accessible. We need to either: - enable the clock before this access, or - remove this code

RE: [PATCH] MUSB: Remove usb_musb_pm_init() call

2009-08-24 Thread Gadiyar, Anand
MUSB: Remove usb_musb_pm_init() call In usb_musb_pm_init, we attempt to access an MUSB register when the i-clock may not be on, or the module is otherwise not accessible. We need to either: - enable the clock before this access, or - remove this code and move it to the

RE: [PATCH 1/2 v2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Shilimkar, Santosh
static inline unsigned int serial_read_reg(struct plat_serial8250_port *up, int offset) { @@ -550,6 +564,17 @@ static struct omap_uart_state omap_uart[OMAP_MAX_NR_PORTS] = { }, }, }, +#ifdef

Re: [PATCH 3/3] MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board

2009-08-24 Thread Tony Lindgren
* Amit Kucheria amit.kuche...@verdurent.com [090817 14:47]: On 09 Aug 04, Samuel Ortiz wrote: Hi Amit, On Wed, Jul 08, 2009 at 01:49:39PM +0300, Amit Kucheria wrote: Add support for Dynamic Power Switching (DPS) for the RX51 board. Could I have an Acked-by from Tony or someone from

Re: [PATCH] MUSB: Remove usb_musb_pm_init() call

2009-08-24 Thread Kevin Hilman
Gadiyar, Anand gadi...@ti.com writes: MUSB: Remove usb_musb_pm_init() call In usb_musb_pm_init, we attempt to access an MUSB register when the i-clock may not be on, or the module is otherwise not accessible. We need to either: - enable the clock before this access, or - remove

Re: [PATCH 1/2 v2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Kevin Hilman
Shilimkar, Santosh santosh.shilim...@ti.com writes: static inline unsigned int serial_read_reg(struct plat_serial8250_port *up, int offset) { @@ -550,6 +564,17 @@ static struct omap_uart_state omap_uart[OMAP_MAX_NR_PORTS] = { },

Re: [alsa-devel] [RFC][PATCH 1/3 v2] ARM: OMAP: DMA: Add support for DMA channel self linking on OMAP1510

2009-08-24 Thread Tony Lindgren
* Jarkko Nikula jhnik...@gmail.com [090824 08:47]: On Sun, 23 Aug 2009 19:49:43 +0100 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Sun, Aug 23, 2009 at 08:38:05PM +0200, Janusz Krzysztofik wrote: Sunday 23 August 2009 20:05:43 Mark Brown wrote: then what are the other

Re: [PATCH 3/3 v3] ASoC: OMAP: Enhance OMAP1510 DMA progress software counter

2009-08-24 Thread Tony Lindgren
* Jarkko Nikula jhnik...@gmail.com [090818 19:55]: On Tue, 18 Aug 2009 14:45:41 +0100 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Aug 18, 2009 at 03:42:05PM +0200, Janusz Krzysztofik wrote: And now, how is the patch 1/3 supposed to get into the mainline? Whom

Re: [PATCH 5/9] OMAP1: AMS_DELTA: add modem support

2009-08-24 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [090818 16:20]: Tony Lindgren wrote: From: Janusz Krzysztofik jkrzy...@tis.icnet.pl This patch adds support for modem device found on Amstrad E3 (Delta) board. Based on earlier patch by Jonathan McDowell, available at

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Grazvydas Ignotas
On Mon, Aug 24, 2009 at 10:41 AM, Kevin Hilmankhil...@deeprootsystems.com wrote: Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Tested on rx51 and n8x0. Compile tested on omap_osk_5912.

Re: [PATCH 2/9] OMAP: remove OMAP_TAG_UART, v2

2009-08-24 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090813 12:16]: On Tue, Aug 11, 2009 at 12:47:56PM +0300, Tony Lindgren wrote: From: Kalle Valo kalle.v...@iki.fi Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Ok. Even better,

Re: [PATCH v2] OMAP2: add board file for Nokia N800 and N810, v3

2009-08-24 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090816 18:03]: * Kalle Valo kalle.v...@iki.fi [090815 10:44]: Add board file for Nokia N800 and N810 devices. Currently only serial ports, onenand, spi and usb are configured, more to come later. Tested on Nokia N800. Thanks, I've updated my queue

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Kevin Hilman
Grazvydas Ignotas nota...@gmail.com writes: On Mon, Aug 24, 2009 at 10:41 AM, Kevin Hilmankhil...@deeprootsystems.com wrote: Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Tested on rx51 and n8x0.

Re: [PATCH 0/3] Omap header cleanup for upcoming 2.6.32 merge window

2009-08-24 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090806 13:09]: Hi all, Here are few patches for the upcoming merge window to remove unnecessary ifdeffery in the header files. We should get these merged early to avoid merge conflicts with other patchsets. I've added this series into omap for-next

Re: [PATCH 00/10] Omap3 updates for upcoming 2.6.32 merge window

2009-08-24 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090812 15:10]: Hi all, Here are mostly omap3 specific updates for the merge window. I've added this series into omap for-next branch. Regards, Tony --- Felipe Balbi (1): OMAP3: beagle: add missing twl4030 usb platform_data Hiroshi DOYU

Re: linux-next: manual merge of the omap tree with the arm tree

2009-08-24 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090820 14:20]: * Stephen Rothwell s...@canb.auug.org.au [090819 08:04]: Hi all, Today's linux-next merge of the omap tree got a conflict in arch/arm/mach-omap2/board-4430sdp.c between commit 085b54d99b8ee999e7905b8f16e201e0da8ba369 (ARM: OMAP4: Add

RE: [PATCH 0/2] OMAP4 Power Domain Framework

2009-08-24 Thread Pagare, Abhijit
Paul, Have you framed the comments for the Power Domain Framework Patches that I had submitted? If yes then can you update me with the same? Best Regards, Abhijit Pagare -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, August 19, 2009 2:54 PM To:

Re: linux-next: manual merge of the omap tree with the arm tree

2009-08-24 Thread Stephen Rothwell
Hi Tony, On Mon, 24 Aug 2009 16:07:18 +0300 Tony Lindgren t...@atomide.com wrote: The merge conflict should be gone now, Kevin realized we don't need the platform_data any longer. Will remove that for board-4430sdp.c and serial.h as a fix once the other pending changes have been merged. OK,

Re: [PATCH 0/3] Few patches to recent OMAP McBSP and ASoC changes

2009-08-24 Thread Eduardo Valentin
On Sun, Aug 23, 2009 at 11:24:24AM +0200, Jarkko Nikula wrote: Hi I would like to add these tree patches to recent set: [PATCHv5 00/20] OMAP ASoC changes in DMA utilization http://mailman.alsa-project.org/pipermail/alsa-devel/2009-August/020619.html These are actually independent

Re: [alsa-devel] [PATCHv4 00/20] OMAP ASoC changes in DMA utilization

2009-08-24 Thread Tony Lindgren
* Mark Brown broo...@opensource.wolfsonmicro.com [090819 11:27]: On Wed, Aug 19, 2009 at 10:48:35AM +0300, Eduardo Valentin wrote: On Wed, Aug 19, 2009 at 09:40:12AM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: About these changes. I have one doubt. What is the correct tree to base

Re: FW: [patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS

2009-08-24 Thread Tony Lindgren
Hi, * Madhusudhan madhu...@ti.com [090819 01:31]: -Original Message- From: Andrew Morton [mailto:a...@linux-foundation.org] Sent: Tuesday, August 18, 2009 5:17 PM To: Madhusudhan Cc: torva...@linux-foundation.org; haraldwe...@viatech.com; josephc...@via.com.tw;

Re: [PATCH 0/2] ARM: OMAP4: Boot up crash 2.6.31-rc6

2009-08-24 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090822 10:56]: Thanks Kevin!! -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, August 21, 2009 9:30 PM To: Shilimkar, Santosh Cc: Russell King; Tony Lindgren; linux-omap@vger.kernel.org;

Re: [PATCH 1/2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [090821 12:15]: After the patch series [PATCH 00/14] OMAP PM fixes for .31-rc merge in 2.6.31-rc5, the kernel crashed during boot on OMAP4430. This patch fixes it by adding UART4 support and related code. Without this patch omap_serial_init() would

Re: [PATCH 1/5] OMAP1/2/3/4: DEBUG_LL: cleanup

2009-08-24 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090822 16:31]: Vikram Pandita wrote: This patch cleans up the DEBUG_LL infrastructure for omap boards. Thanks Vikram, this is indeed in need of some cleanup. But I have some comments about the approach taken. This approach still doesn't solve one

Re: [PATCH 2/2] OMAP: remove OMAP_TAG_UART

2009-08-24 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090824 15:58]: Grazvydas Ignotas nota...@gmail.com writes: On Mon, Aug 24, 2009 at 10:41 AM, Kevin Hilmankhil...@deeprootsystems.com wrote: Kalle Valo kalle.v...@iki.fi writes: Omap tags are deprecrated and convert all OMAP_TAG_UART cases to

RE: [PATCH 1/2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Shilimkar, Santosh
Kevin, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 24, 2009 7:41 PM To: Shilimkar, Santosh Cc: r...@arm.linux.org.uk; khil...@deeprootsystems.com; linux-arm- ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Syed, Rafiuddin Subject:

Re: Pull request for OMAP PM, clock, SDRC 2.6.32 patches

2009-08-24 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [090818 15:35]: Hello Russell, On Mon, 17 Aug 2009, Russell King - ARM Linux wrote: On Sun, Aug 16, 2009 at 07:45:59AM -0600, Paul Walmsley wrote: Hello Russell, Here's the pull request for the thirteen patches posted earlier, plus Hiroshi's

Re: [PATCH 1/3] OMAP: McBSP: Use textual values in DMA operating mode sysfs files

2009-08-24 Thread Jarkko Nikula
On Mon, 24 Aug 2009 10:34:22 +0300 Eduardo Valentin eduardo.valen...@nokia.com wrote: Are there need for case insensitive check? The sysfs_streq is not. Yes, sysfs_streq is not. There is no need for the insensitive, but it can give user more options (ELEMENT or element)? If using

[PATCH v2 0/4] RTC-MSECURE: platform data structure defined

2009-08-24 Thread charu
Review comments are incorporated. This series contains patches which does the following. 1. define TWL4030 rtc platform data which has msecure gpio line info 2. initialise msecure gpio line from rtc driver 3. twl core file passes rtc platform data from board file to rtc

[PATCH v2 1/4] RTC-MSECURE: platform data structure defined

2009-08-24 Thread charu
RTC Platform structure would be initialised in board file. RTC msecure line initialization happens in RTC driver. The same structure can be used for any future enhancements in RTC. Signed-off-by: Charulatha V ch...@ti.com --- include/linux/i2c/twl4030.h |5 + 1 files changed, 5

[PATCH v2 2/4] RTC MSECURE: msecure initialization

2009-08-24 Thread charu
rtc-twlcore.c does initialisation of the msecure gpio pin. Board files indicate msecure gpio line through twl4030 platform data. twl4030-core.c passes this information to RTC driver. Board files does msecure gpio mux configuration. Signed-off-by: Charulatha V ch...@ti.com ---

[PATCH v2 3/4] RTC MSECURE: handling rtc platform data

2009-08-24 Thread charu
twl4030-core.c passes rtc platform data from board file to twl4030 rtc driver Signed-off-by: Charulatha V ch...@ti.com --- drivers/mfd/twl4030-core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c index

[PATCH v2 4/4] RTC MSECURE: mux configuration in board files

2009-08-24 Thread charu
Board files do platform dependent msecure line mux configuration. Board files initialize rtc platform data. RTC platform data required for configuring msecure line in rtc-twl4030.c. mux.c and mux.h files modified for defining muxed RTC msecure GPIO lines. These msecure lines are used in various

Re: [PATCH v2 0/7] OMAP3: PM debug infrastructure

2009-08-24 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090824 00:32]: updates from v1 - update 'Add PRCM register dump support' to use SoC specific registers. Currenly only OMAP3 supported. - drop debug observability support for now, needs some updates as pointed out by Tony Peter 'p2' De

Re: [PATCH 1/2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Kevin Hilman
Shilimkar, Santosh santosh.shilim...@ti.com writes: Kevin, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 24, 2009 7:41 PM To: Shilimkar, Santosh Cc: r...@arm.linux.org.uk; khil...@deeprootsystems.com; linux-arm- ker...@lists.arm.linux.org.uk;

RE: [PATCH 1/2] ARM: OMAP4: Fix NULL pointer dereference crash.

2009-08-24 Thread Shilimkar, Santosh
Regards, Santosh This part above won't be needed any longer with patches in omap for next. Will you fix this in your branch or shall I post v4. Santosh, I'll fix this. Kevin Thanks Kevin!! Regards Santosh -- To unsubscribe from this list: send the line unsubscribe linux-omap

Re: Patch format for submission?

2009-08-24 Thread Kalle Valo
Jean Pihet jpi...@mvista.com writes: documentation, but its bit daunting bending my brain around git after many years of SVN/CVS. You can start with the Git tutorial [1] and Everyday Git [2]. The entry point for git documentation is at [3]. [1]

RE: FW: [patch 4/9] mmc: add the new linux-mmc mailing list toMAINTAINERS

2009-08-24 Thread Madhusudhan
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 24, 2009 9:06 AM To: Madhusudhan Cc: jarkko.lavi...@nokia.com; linux-omap@vger.kernel.org Subject: Re: FW: [patch 4/9] mmc: add the new linux-mmc mailing list toMAINTAINERS Hi, *

Re: [alsa-devel] [RFC][PATCH 1/3 v2] ARM: OMAP: DMA: Add support for DMA channel self linking on OMAP1510

2009-08-24 Thread Mark Brown
On Mon, Aug 24, 2009 at 03:49:03PM +0300, Tony Lindgren wrote: We should remember that arch/arm/plat-omap/mcbsp.c changes done via ALSA tree has been an exception and that's only for simpler procedure. McBSP is not so critical if sources goes out-of-sync but DMA is. Sorry for the delay in