Re: [PATCH] MAINTAINERS: Add list entries linux-...@vger.kernel.org and linux-arm-kernel@ to OMAP sections

2009-08-10 Thread Tony Lindgren
* Joe Perches j...@perches.com [090807 18:07]: On Fri, 2009-08-07 at 11:01 +0300, Tony Lindgren wrote: * Joe Perches j...@perches.com [090806 19:35]: Perhaps it's useful for OMAP patches and bug reports to CC entries to the primary and secondary ARM lists. Added a pattern entry for

[APPLIED] [PATCH] omap2: compile usb-tusb6010.c

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-upstream Initial commit ID (Likely to change): c3459357f00c2759c4e09ce1440f10eafad0e24c PatchWorks http://patchwork.kernel.org/patch/39916/ Git (Likely to change, and takes a while to get

Re: PM branch updated

2009-08-10 Thread Jean Pihet
Hi Kevin, On Friday 07 August 2009 19:11:20 Kevin Hilman wrote: Jean Pihet jpi...@mvista.com writes: On Thursday 06 August 2009 19:13:06 Kevin Hilman wrote: Kevin Hilman wrote: I just pushed an updated PM branch which was rebased to current omap/master (which is based on v2.6.31-rc5)

[RFC][PATCH 0/3] Enhance ASoC on OMAP1510 by implementing DMA channel linking

2009-08-10 Thread Janusz Krzysztofik
Current implementation of ASoC OMAP PCM makes use of DMA channel self linking feature for all machines but OMAP1510. This is caused by channel linking not supported on OMAP1510 in current OMAP DMA implementation. Instead, DMA interrputs are counted as periods, and after all periods in a buffer has

[RFC][PATCH 1/3] ARM: OMAP: DMA: Add support for DMA channel self linking on OMAP1510

2009-08-10 Thread Janusz Krzysztofik
Implement DMA channel self linking on OMAP1510 using AUTO_INIT and REPEAT flags of the DMA CCR register. Created against linux-2.6.31-rc5. Tested on Amstrad Delta. Signed-off-by: Janusz Krzysztofik jkrzy...@tis.icnet.pl --- Note: In its current form, enable_lnk() seems not very consistent (ie.

[RFC][PATCH 2/3] ASoC: OMAP: Make use of DMA channel self linking on OMAP1510

2009-08-10 Thread Janusz Krzysztofik
Use newly implemented DMA channel self linking on OMAP1510 like on other OMAP models. Remove unnecessary DMA transfer restart from interrupt handler routine. The interrupt routine used to maintain a period index, originally needed for counting up periods up to a full buffer in order to restart

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

2009-08-10 Thread Janusz Krzysztofik
Enhance period index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply counting interrupts This patch applies on top of patch 2 from this series: [RFC][PATCH 2/3] ASoC: OMAP: Make use of DMA channel self linking on OMAP1510

Re: [PATCH 16/20] ASoC: OMAP: Use McBSP threshold again

2009-08-10 Thread Eduardo Valentin
Hi Jarkko, On Wed, Aug 05, 2009 at 09:48:56AM +0200, ext Jarkko Nikula wrote: On Thu, 30 Jul 2009 15:49:39 +0300 Eduardo Valentin eduardo.valen...@nokia.com wrote: Now this patch implements again the McBSP threshold usage for OMAP ASoC. We figured out that there is no need to have so

Re: [PATCH v3] OMAP1: AMS_DELTA: add modem support

2009-08-10 Thread Janusz Krzysztofik
Jonathan, Tony, Any chance for this patch ready for 2.6.32 inclusion? Or maybe v2, that has no external dependencies and can be updated later to v3 when Vikram's changes get accepted upstream? Thanks, Janusz Monday 06 July 2009 12:24:27 Janusz Krzysztofik wrote: This patch adds support for

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

2009-08-10 Thread Janusz Krzysztofik
Monday 10 August 2009 10:50:06 Janusz Krzysztofik wrote: Enhance period index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply counting interrupts Sorry, this one is still buggy an can break other OMAP models. Please, do not

Re: Audio on OMAP3

2009-08-10 Thread Mark Brown
On Sun, Aug 09, 2009 at 02:34:18PM -0600, Gary Thomas wrote: Thanks. How is this normally configured - ALSA or OSS? It's all ALSA. There is some OSS emulation for ALSA. What tools have been used (simple busybox system, not Android)? It's all standard ALSA stuff from the point of view of

Re: [PATCH v3] OMAP1: AMS_DELTA: add modem support

2009-08-10 Thread Jonathan McDowell
On Mon, Aug 10, 2009 at 11:12:48AM +0200, Janusz Krzysztofik wrote: Jonathan, Tony, Any chance for this patch ready for 2.6.32 inclusion? Or maybe v2, that has no external dependencies and can be updated later to v3 when Vikram's changes get accepted upstream? Vikram's patch is in

RE: [PATCH] Fixed processing of bootarg 'mpurate'

2009-08-10 Thread Premi, Sanjeev
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, August 06, 2009 8:04 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] Fixed processing of bootarg 'mpurate' Sanjeev Premi pr...@ti.com writes: The argument

[PATCH] Fixed processing of bootarg 'mpurate'

2009-08-10 Thread Sanjeev Premi
The argument 'mpurate' had no effect on the MPU frequency. This patch fixes the same. Signed-off-by: Sanjeev Premi pr...@ti.com --- arch/arm/mach-omap2/clock34xx.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/clock34xx.c

[PATCH v3] OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOs

2009-08-10 Thread Roger Quadros
gpio_get() should return DATAIN register value when the GPIO is configured as input whereas it should return DATAOUT register value when the GPIO is configured as output. Now /sys/kernel/debug/gpio shows proper values for output GPIOs Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com ---

[PATCH 0/2] omap3 beagle patches

2009-08-10 Thread Felipe Balbi
Two patches that make linux-omap boot on beagle board again Felipe Balbi (2): arm: omap: beagle: add missing twl4030 usb platform_data arm: omap: beagle: update defconfig arch/arm/configs/omap3_beagle_defconfig | 357 --- arch/arm/mach-omap2/board-omap3beagle.c

[PATCH 1/2] arm: omap: beagle: add missing twl4030 usb platform_data

2009-08-10 Thread Felipe Balbi
without it twl4030_usb driver will not probe. Reported-by: Eduardo Valentin eduardo.valen...@nokia.com Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- arch/arm/mach-omap2/board-omap3beagle.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] arm: omap: beagle: update defconfig

2009-08-10 Thread Felipe Balbi
enable pm, twl4030-core, twl4030-regulator, twl4030-usb and put musb into otg mode. Without all of this, current l-o will oops on beagle board with a null pointer dereference as shown below: 3musb_hdrc musb_hdrc: musb_init_controller failed with status -19 1Unable to handle kernel NULL pointer

Re: [PATCH][OMAP]: Adding flash devices support back for OMAP3430 SDP boards

2009-08-10 Thread vimal singh
Adding Linux-Omap mailing list too... -vimal Adding flash devices support back for OMAP3430 SDP boards. Signed-off-by: Vimal Singh vimalsi...@ti.com --- mach-omap2/Makefile |1 mach-omap2/board-3430sdp-flash.c | 267 +++

[PATCH 1.5/5] OMAP: Fix testing of cpu defines for mach-omap1

2009-08-10 Thread Tony Lindgren
Looks like this is needed before the 2/5 patch for DMA workaround patch to keep compile working on mach-omap1 machines. Regards, Tony From f60e4730feab2b3d0101d059534123e04fc26862 Mon Sep 17 00:00:00 2001 From: Tony Lindgren t...@atomide.com Date: Mon, 10 Aug 2009 14:04:15 +0300 Subject: [PATCH]

Re: [PATCH v3] OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOs

2009-08-10 Thread Tony Lindgren
* Roger Quadros ext-roger.quad...@nokia.com [090810 14:45]: gpio_get() should return DATAIN register value when the GPIO is configured as input whereas it should return DATAOUT register value when the GPIO is configured as output. Now /sys/kernel/debug/gpio shows proper values for output GPIOs

Re: [PATCH 2/2] arm: omap: beagle: update defconfig

2009-08-10 Thread Eduardo Valentin
Hello Felipe, I was about to ack your patches. But just one question? On Mon, Aug 10, 2009 at 01:48:59PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: +# # I2C GPIO expanders: # # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set +#

Re: [PATCH 1/5] OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOs, v3

2009-08-10 Thread Tony Lindgren
Here's an update from Roger for this one that builds without CONFIG_DEBUG_FS. Tony From b37c45b8c27c049dc44673e40fd63820fd9a9d91 Mon Sep 17 00:00:00 2001 From: Roger Quadros ext-roger.quad...@nokia.com Date: Wed, 5 Aug 2009 16:53:24 +0300 Subject: [PATCH] OMAP: GPIO: Fix incorrect gpio_get logic

Git pull request for omap fixes for 2.6.31, v2

2009-08-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090807 12:14]: * Russell King - ARM Linux li...@arm.linux.org.uk [090807 12:06]: On Fri, Aug 07, 2009 at 12:01:48PM +0300, Tony Lindgren wrote: Here's the pull request for you. I'll hold off merging this for a bit - I've sent Linus two pull requests

Re: Audio on OMAP3

2009-08-10 Thread Gary Thomas
Mark Brown wrote: On Sun, Aug 09, 2009 at 02:34:18PM -0600, Gary Thomas wrote: Thanks. How is this normally configured - ALSA or OSS? It's all ALSA. There is some OSS emulation for ALSA. Sorry for being dense, but I'm just trying to understand how to get this going. I turned on the

Re: Audio on OMAP3

2009-08-10 Thread Gary Thomas
Gary Thomas wrote: Mark Brown wrote: On Sun, Aug 09, 2009 at 02:34:18PM -0600, Gary Thomas wrote: Thanks. How is this normally configured - ALSA or OSS? It's all ALSA. There is some OSS emulation for ALSA. Sorry for being dense, but I'm just trying to understand how to get this going.

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-10 Thread Peter Barada
On Sat, 2009-08-08 at 10:17 +0300, Felipe Balbi wrote: Hi, On Sat, Aug 08, 2009 at 09:43:13AM +0300, Felipe Balbi wrote: On Fri, Aug 07, 2009 at 10:17:12PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: On Fri, Aug 07, 2009 at 09:22:33PM +0200, ext Peter Barada wrote: Someting

Re: Audio on OMAP3

2009-08-10 Thread Mark Brown
On Mon, Aug 10, 2009 at 07:19:33AM -0600, Gary Thomas wrote: Sorry for being dense, but I'm just trying to understand how to get this going. I turned on the SOC+ALSA support (there didn't seem to be an easy way to configure just the TWL4030 driver) and You need to provide a machine-specific

RE: [PATCH 3/6] OMAP3: Add runtime check for OMAP35x

2009-08-10 Thread Premi, Sanjeev
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, August 07, 2009 1:53 PM To: Kevin Hilman Cc: Premi, Sanjeev; linux-omap@vger.kernel.org Subject: Re: [PATCH 3/6] OMAP3: Add runtime check for OMAP35x snip--snip Adding conditionals like

RE: [PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon Errata 1.153

2009-08-10 Thread Sonasath, Moiz
-Original Message- From: linux-i2c-ow...@vger.kernel.org [mailto:linux-i2c- ow...@vger.kernel.org] On Behalf Of Sonasath, Moiz Sent: Monday, August 03, 2009 3:20 PM To: Paul Walmsley Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Menon, Nishanth; Pandita, Vikram

[APPLIED] [PATCH 1/2] OMAP: remove OMAP_TAG_SERIAL_CONSOLE

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-upstream Initial commit ID (Likely to change): 7e1e03cb6dd027405cd07f20f3f6998b721d5ff3 PatchWorks http://patchwork.kernel.org/patch/39778/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] REMOVE OMAP LEGACY CODE: Remove omap boot parsing code

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-upstream Initial commit ID (Likely to change): 219cb58bd7748f7002c64623e52fa369de2369d8 PatchWorks http://patchwork.kernel.org/patch/39619/ Git (Likely to change, and takes a while to get

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

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-upstream Initial commit ID (Likely to change): 5ea0fbdf56dd4e127ce620d49606e2bf68e7 PatchWorks http://patchwork.kernel.org/patch/39779/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] OMAP: GPIO: Avoid generating extra IRQs

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-upstream Initial commit ID (Likely to change): ad23735d6744e7eeec4d2f012aa2ed2c1f8d64a9 PatchWorks http://patchwork.kernel.org/patch/33855/ Git (Likely to change, and takes a while to get

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-10 Thread Felipe Balbi
Hi, On Mon, Aug 10, 2009 at 10:33:19AM -0400, Peter Barada wrote: On Sat, 2009-08-08 at 10:17 +0300, Felipe Balbi wrote: Hi, On Sat, Aug 08, 2009 at 09:43:13AM +0300, Felipe Balbi wrote: On Fri, Aug 07, 2009 at 10:17:12PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: On Fri,

Re: Linux-omap PM: Fix dead lock condition in resource_release(vdd1_opp)

2009-08-10 Thread Kevin Hilman
Wang Limei-E12499 e12...@motorola.com writes: I am using linux-omap pm-2.6.29 http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=s hortlog;h=pm-2.6.29 branch,found a dead lock condition in: arch/arm/plat-omap/resource.c-resource_release(). The dead lock happens when

Re: [PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-08-10 Thread Tony Lindgren
* vimal singh vimalsi...@ti.com [090713 13:56]: Patch updated for ' ioreadX / iowriteX and ioreadX_rep / iowriteX_rep' as per David Brownell's comment. I updated 'omap_(read/write)_buf16' fucntions also for this. -vimal This patch adds prefetch support to access nand flash in mpu mode.

RE: [PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon Errata 1.153

2009-08-10 Thread Paul Walmsley
Hello Moiz, On Mon, 10 Aug 2009, Sonasath, Moiz wrote: I did some analysis and testing of the code with threshold set to zero, we cannot make the threshold zero with the present code in place, as this would hamper the functionality of the draining feature because in this case the XDR

[APPLIED] [PATCH v3] OMAP1: AMS_DELTA: add modem support

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap1-upstream Initial commit ID (Likely to change): 92c79d20ca55625ad36ee79ec1356558a3aeb061 PatchWorks http://patchwork.kernel.org/patch/34220/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH v2 1/2] OMAP2: add board file for Nokia N800 and N810

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap2-upstream Initial commit ID (Likely to change): 2090e81379175234ce310d7255d3a533adb104a5 PatchWorks http://patchwork.kernel.org/patch/40109/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH v2 2/2] OMAP2: n8x0: add n8x0_defconfig

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap2-upstream Initial commit ID (Likely to change): bf1e615e10df3c9fcd200ceb4261ae926c89d438 PatchWorks http://patchwork.kernel.org/patch/40110/ Git (Likely to change, and takes a while to get

Re: [PATCH v2] OMAP2: Zoom2: Pass irqflags to 8250 driver

2009-08-10 Thread Tony Lindgren
* Vikram Pandita vikram.pand...@ti.com [090623 02:29]: Pass irqflags to 8250 driver from zoom2 board file Zoom2 has IRQF_TRIGGER_RISING requirement for the 8250 GPIO irq This patch is dependent on 8250 driver changes getting accepted upstream: Refer: http://patchwork.kernel.org/patch/31884/

RE: [PATCH v2] OMAP2: Zoom2: Pass irqflags to 8250 driver

2009-08-10 Thread Pandita, Vikram
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 10, 2009 11:39 AM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH v2] OMAP2: Zoom2: Pass irqflags to 8250 driver * Vikram Pandita vikram.pand...@ti.com [090623 02:29]: Pass

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-10 Thread Peter Barada
On Mon, 2009-08-10 at 19:16 +0300, Felipe Balbi wrote: Hi, On Mon, Aug 10, 2009 at 10:33:19AM -0400, Peter Barada wrote: On Sat, 2009-08-08 at 10:17 +0300, Felipe Balbi wrote: Hi, On Sat, Aug 08, 2009 at 09:43:13AM +0300, Felipe Balbi wrote: On Fri, Aug 07, 2009 at 10:17:12PM

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-10 Thread Felipe Balbi
Hi, On Mon, Aug 10, 2009 at 01:00:07PM -0400, Peter Barada wrote: Actually, not quite. I noticed that twl4030_vbus_work only sets Vbus, never clears it. With that change and the driver configured for OTG mode (I had it host when I tested), it doesn't enumerate. I added code to decipher

[APPLIED] [PATCH] ARM: OMAP: 3430SDP: Fix defconfig

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): 1605f5e5b96c20a63e8f8c3f1ddbc16c983a85e8 PatchWorks http://patchwork.kernel.org/patch/32010/ Git (Likely to change, and takes a while to get

Re: [PATCH] Fixed processing of bootarg 'mpurate'

2009-08-10 Thread Paul Walmsley
On Mon, 10 Aug 2009, Sanjeev Premi wrote: The argument 'mpurate' had no effect on the MPU frequency. This patch fixes the same. Thanks, I'll plan to squeeze this into the .32 merge window, with a couple of minor changes described below. Please review the changes: Signed-off-by: Sanjeev

[APPLIED] [PATCH 2/2] rx51_defconfig: add twl4030 to rx51 default

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): 6d8f62040f0d095e78d92213f3daa5bb525a510a PatchWorks http://patchwork.kernel.org/patch/14747/ Git (Likely to change, and takes a while to get

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-10 Thread Peter Barada
On Mon, 2009-08-10 at 20:02 +0300, Felipe Balbi wrote: Hi, On Mon, Aug 10, 2009 at 01:00:07PM -0400, Peter Barada wrote: Actually, not quite. I noticed that twl4030_vbus_work only sets Vbus, never clears it. With that change and the driver configured for OTG mode (I had it host when

[APPLIED] [PATCH v2] OMAP3: MMC: Add mux for pins

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): c1ad6cbf71b9dec5b0b54891d6feb387924e38a0 PatchWorks http://patchwork.kernel.org/patch/31803/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH] OMAP: update OMAP3 Beagle defconfig

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): 4ae796c139eda7c40b856f951d4db99d43d597f6 PatchWorks http://patchwork.kernel.org/patch/32514/ Git (Likely to change, and takes a while to get

Re: [PATCH v3 1/2] OMAP3:Zoom2: Add TWL4030 support

2009-08-10 Thread Tony Lindgren
* Vikram Pandita vikram.pand...@ti.com [090622 19:41]: Add TWL4030 CORE and TWL4030 drivers to Zoom2 board file TWL drivers enabled are: bci madc usb keypad mmc Signed-off-by: Vikram Pandita vikram.pand...@ti.com Adding this to my omap3-upstream queue.

[APPLIED] [PATCH v3 2/2] OMAP3:Zoom2: Update board defconfig

2009-08-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): 37e46a1dfc1095bb994ad05b6e6f6b448ec4ab37 PatchWorks http://patchwork.kernel.org/patch/31808/ Git (Likely to change, and takes a while to get

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-10 Thread Peter Barada
On Mon, 2009-08-10 at 21:48 +0300, Felipe Balbi wrote: On Mon, Aug 10, 2009 at 01:28:43PM -0400, Peter Barada wrote: On Mon, 2009-08-10 at 20:02 +0300, Felipe Balbi wrote: Hi, On Mon, Aug 10, 2009 at 01:00:07PM -0400, Peter Barada wrote: Actually, not quite. I noticed that

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

2009-08-10 Thread Janusz Krzysztofik
Monday 10 August 2009 11:43:25 Janusz Krzysztofik wrote: Monday 10 August 2009 10:50:06 Janusz Krzysztofik wrote: Enhance period index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply counting interrupts Sorry, this one is

[PATCH] OMAP3: PM: Ensure MUSB is accessible before we attempt to reset it

2009-08-10 Thread Jon Hunter
From: Jon Hunter jon-hun...@ti.com Depending on the OMAP3 boot mode the MUSB peripheral may or may not be accessible when the kernel starts. The OMAP3 can boot from several devices including USB. The sequence of the devices the OMAP will attempt to boot from is configured via the sys_boot pins

Re: Audio on OMAP3

2009-08-10 Thread Gary Thomas
Mark Brown wrote: On Mon, Aug 10, 2009 at 07:19:33AM -0600, Gary Thomas wrote: Sorry for being dense, but I'm just trying to understand how to get this going. I turned on the SOC+ALSA support (there didn't seem to be an easy way to configure just the TWL4030 driver) and You need to

[RFC][PATCH 3/3 v2] ASoC: OMAP: Enhance OMAP1510 DMA progress software counter

2009-08-10 Thread Janusz Krzysztofik
Enhance period index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply counting up interrupts. Corrections since v1: 1. Fix buggy DMA interrupt handling in case of multiple status flags set in parallel. 2. Enable

Re: [PATCH] MAINTAINERS: Add list entries linux-...@vger.kernel.org and linux-arm-kernel@ to OMAP sections

2009-08-10 Thread Joe Perches
Resend for Andrew Morton On Fri, 2009-08-07 at 11:01 +0300, Tony Lindgren wrote: * Joe Perches j...@perches.com [090806 19:35]: Perhaps it's useful for OMAP patches and bug reports to CC entries to the primary and secondary ARM lists. Added a pattern entry for OMAP USB as well. ... I

DSPBRIDGE: Tie Resource accounting to Process Context

2009-08-10 Thread Ameya Palande
This patch series uses filp-private data to get access to a PROCESS_CONTEXT pointer which in turn tracks all the resources tied to an open file handle. This will help in: 1. Implementation of clean resource accounting. 2. Proper resource cleanup irrespective of multithreading or multitasking in

[PATCH 01/13] DSPBRIDGE: Pass filp-private to all the ioctl wrappers

2009-08-10 Thread Ameya Palande
This patch enables passing of filp-private_data to all the ioctl wrappers functions. This change will facilitate retrival of PROCESS_CONTEXT pointer in ioctl, and will remove the call to DRV_GetProcContext(). Signed-off-by: Ameya Palande ameya.pala...@nokia.com ---

[PATCH 02/13] DSPBRIDGE: Use pr_ctxt in NODE_Allocate

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/node.h |4 ++- drivers/dsp/bridge/pmgr/wcd.c |2 +- drivers/dsp/bridge/rmgr/node.c | 49 +++ 3 files changed, 9 insertions(+), 46 deletions(-)

[PATCH 05/13] DSPBRIDGE: Use pr_ctxt in PROC_Attach

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/proc.h |3 +- drivers/dsp/bridge/pmgr/wcd.c |2 +- drivers/dsp/bridge/rmgr/proc.c | 51 +- 3 files changed, 13 insertions(+), 43 deletions(-)

[PATCH 07/13] DSPBRIDGE: Support multiple processor objects per process context

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/drv.h |5 +- arch/arm/plat-omap/include/dspbridge/proc.h | 23 ++ drivers/dsp/bridge/rmgr/drv.c | 23 -- drivers/dsp/bridge/rmgr/drv_interface.c | 13 +-

[PATCH 04/13] DSPBRIDGE: Use pr_ctxt in PROC_UnMap and NODE_Delete

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/node.h |3 +- arch/arm/plat-omap/include/dspbridge/proc.h |3 +- drivers/dsp/bridge/pmgr/wcd.c |4 +- drivers/dsp/bridge/rmgr/drv.c |8 +++--

[PATCH 03/13] DSPBRIDGE: Use pr_ctxt in PROC_Map

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/proc.h |4 +++- drivers/dsp/bridge/pmgr/wcd.c |2 +- drivers/dsp/bridge/rmgr/node.c |2 +- drivers/dsp/bridge/rmgr/proc.c | 26

[PATCH 11/13] DSPBRIDGE: Use pr_ctxt in STRM_AllocateBuffer

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/strm.h |3 +- drivers/dsp/bridge/pmgr/wcd.c |2 +- drivers/dsp/bridge/rmgr/strm.c | 28 ++ 3 files changed, 10 insertions(+), 23 deletions(-)

[PATCH 08/13] DSPBRIDGE: Use pr_ctxt in DRV_RemoveProcContext

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- .../plat-omap/include/dspbridge/resourcecleanup.h |2 +- drivers/dsp/bridge/rmgr/drv.c | 32 ++-- drivers/dsp/bridge/rmgr/drv_interface.c|4 +- 3 files changed, 19 insertions(+),

[PATCH 10/13] DSPBRIDGE: Use pr_ctxt in STRM_Close

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/strm.h |3 ++- drivers/dsp/bridge/pmgr/wcd.c |6 +- drivers/dsp/bridge/rmgr/drv.c |5 +++-- drivers/dsp/bridge/rmgr/strm.c | 27

[PATCH 09/13] DSPBRIDGE: Use pr_ctxt in STRM_Open

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/strm.h |4 ++- drivers/dsp/bridge/pmgr/wcd.c |3 +- drivers/dsp/bridge/rmgr/strm.c | 28 +++--- 3 files changed, 13 insertions(+), 22 deletions(-)

[PATCH 06/13] DSPBRIDGE: Use pr_ctxt in PROC_Detach

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/proc.h |3 ++- drivers/dsp/bridge/pmgr/wcd.c |2 +- drivers/dsp/bridge/rmgr/drv_interface.c |4 ++-- drivers/dsp/bridge/rmgr/proc.c | 24

[PATCH 12/13] DSPBRIDGE: Use pr_ctxt in STRM_FreeBuffer_

2009-08-10 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/plat-omap/include/dspbridge/strm.h |3 +- drivers/dsp/bridge/pmgr/wcd.c |2 +- drivers/dsp/bridge/rmgr/drv.c |2 +- drivers/dsp/bridge/rmgr/strm.c | 33

[PATCH 13/13] DSPBRIDGE: Removal of DRV_GetProcContext

2009-08-10 Thread Ameya Palande
Use filp-private_data instead of DRV_GetProcContext Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- .../plat-omap/include/dspbridge/resourcecleanup.h |5 -- drivers/dsp/bridge/rmgr/drv.c | 71 2 files changed, 0 insertions(+), 76

[PATCH] omap: pm: Fix overflow when doing powerdomain deps lookups.

2009-08-10 Thread Mike Chan
Signed-off-by: Mike Chan m...@android.com --- arch/arm/mach-omap2/powerdomain.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/powerdomain.c b/arch/arm/mach-omap2/powerdomain.c index 0334609..6077629 100644 --- a/arch/arm/mach-omap2/powerdomain.c