Re: [PATCH 3/6] omap iommu: omap3 iommu device registration

2009-05-06 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH 3/6] omap iommu: omap3 iommu device registration Date: Tue, 5 May 2009 21:32:34 +0200 On Tue, May 5, 2009 at 3:47 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com ---

Re: [PATCH] input: Add support for the TSC2003 controller.

2009-05-06 Thread Thierry Reding
* Kwangwoo Lee wrote: [...] Thanks for the patch. It looks good. :) The code in the patch is already merged in the main kernel tree. @@ -235,7 +245,7 @@ static irqreturn_t tsc2007_irq(int irq, void *handle) spin_lock_irqsave(ts-lock, flags); if (likely(ts-get_pendown_state()))

Re: [PATCH] input: Add support for the TSC2003 controller.

2009-05-06 Thread Kwangwoo Lee
On Wed, May 6, 2009 at 3:45 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Kwangwoo Lee wrote: [...] Thanks for the patch. It looks good. :) The code in the patch is already merged in the main kernel tree. @@ -235,7 +245,7 @@ static irqreturn_t tsc2007_irq(int irq, void

RE: [PATCH] OMAP: HSMMC: Do not enable buffer ready interrupt if using DMA

2009-05-06 Thread Gadiyar, Anand
On Tue, May 5, 2009, Jarkko Lavinen wrote: On Tue, Apr 21, 2009 at 09:39:22AM +0200, ext Gadiyar, Anand wrote: From: Anand Gadiyar gadi...@ti.com OMAP: HSMMC: Do not enable buffer ready interrupt if using DMA This considerably reduces the number of interrupts during a transfer and

Re: [PATCH] input: Add support for the TSC2003 controller.

2009-05-06 Thread Thierry Reding
* Kwangwoo Lee wrote: On Wed, May 6, 2009 at 3:45 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Kwangwoo Lee wrote: [...] Thanks for the patch. It looks good. :) The code in the patch is already merged in the main kernel tree. @@ -235,7 +245,7 @@ static irqreturn_t

Incorporating linux-omap-pm patches into the linux-omap-2.6 mainline

2009-05-06 Thread Elvis Dowson
Hi, I've found a linux-omap-pm git repository that has some active development going on for OMAP3 power management. git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm/git There are 2 branches, pm and pm-next that contain a lot of new OMAP3 specific power management

[PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-05-06 Thread Amit Kucheria
Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 (Removed the unrelated string changes based on David Brownell's comment) Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-power.c | 52

RE: Beep sound in the end of audio file

2009-05-06 Thread Aggarwal, Anuj
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Wednesday, May 06, 2009 11:03 AM To: Aggarwal, Anuj Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project.org Subject: Re: Beep sound in the end of audio file Hello, On Tuesday 05 May 2009

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-06 Thread Jon Smirl
On Wed, May 6, 2009 at 1:33 AM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: Hello, On Tuesday 05 May 2009 20:03:57 ext Aggarwal, Anuj wrote: Hi, After playing out any audio file on OMAP3 EVM, having TWL4030 codec, I am hearing a beep sound. I have also tried implementing a mute function

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-06 Thread Jon Smirl
On Wed, May 6, 2009 at 10:01 AM, Jon Smirl jonsm...@gmail.com wrote: On Wed, May 6, 2009 at 1:33 AM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: Hello, On Tuesday 05 May 2009 20:03:57 ext Aggarwal, Anuj wrote: Hi, After playing out any audio file on OMAP3 EVM, having TWL4030 codec, I

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-06 Thread Mark Brown
On Wed, May 06, 2009 at 07:30:03PM +0530, Aggarwal, Anuj wrote: After a quick look I can not pin point the soc board file used with the omap3evm board. Is it in the tree? [Aggarwal, Anuj] No, it is not. Reason being we already have beagle sdp3430 there, which are both similar to

RE: [PATCH 2/6] omap iommu: omap2 architecture specific functions

2009-05-06 Thread Kanigeri, Hari
Hi, +static u32 omap2_iommu_fault_isr(struct iommu *obj, u32 *ra) +{ + int i; + u32 stat, da; + const char *err_msg[] = { + tlb miss, + translation fault, + emulation miss, + table walk fault, + multi hit fault, +

Re: [PATCH 0/7] Generic gpmc-onenand initialization, v3

2009-05-06 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090504 17:25]: Hi all, Here's the whole series one more time, looks like I missed Juha from the recipients originally. After all it's mostly Juha's code! :) To recap, this series creates a generic gpmc-onenand.c out of the board-n800-flash.c so we can

[APPLIED] [PATCH] OMAP clock: GPIO de-bounce clocks don#39;t affect module idle

2009-05-06 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 2489dcb52022e4a8d2747e7c18c844cd139610c6 PatchWorks http://patchwork.kernel.org/patch/21946/ Git (Likely to change, and takes a while to get mirrored)

[PATCH (V2)] TVP514x: Migration to sub-device framework

2009-05-06 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This patch converts TVP514x driver to sub-device framework from V4L2-int framework. NOTE: Please note that this patch has not been tested on any board, only compilation/build tested. Changes (From Previous post): - Added static function

[PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-06 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090505 21:00]: * Russell King - ARM Linux li...@arm.linux.org.uk [090505 12:52]: On Tue, Apr 28, 2009 at 03:42:37PM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090428 15:07]: Tony, et.al., Any ideas when more

Re: Beagleboard rev C memory timings suspend/resume

2009-05-06 Thread Paul Walmsley
Hello Jean, sorry about the delay, On Wed, 29 Apr 2009, Jean Pihet wrote: The suspend/resume on Beagleboard has some problem due to bad memory timings. Suspending for more than 5 to 10 seconds shows memory corruption. The new chips on rev Cx boards are using 2 DDR chip selects and it looks

[PATCH] rtc: rtc-twl4030 don't mask alarm interrupts on suspend

2009-05-06 Thread Kim Kyuwon
Hi All, This patch was originally sent to linux-omap mailing list. (Please refer to http://markmail.org/thread/o643d7w224zo3i7n) David Brownell said, if I've tested this: Acked-by: David Brownell dbrown...@users.sourceforge.net Of course, I've tested. Regards, Kyuwon -- From: Kim Kyuwon

Re: [PATCH] Fix the size of twl4030 script

2009-05-06 Thread Kim Kyuwon
Hi All, I sent this patch about 1 month ago. Can anybody check I'm sending correct patch? Thanks you! Kyuwon. 2009/4/10 Kim Kyuwon chamm...@gmail.com: The array size of wrst_seq is ARRAY_SIZE(wrst_seq) Signed-off-by: Kim Kyuwon q1@samsung.com --- arch/arm/mach-omap2/board-3430sdp.c |

Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs

2009-05-06 Thread Kim Kyuwon
2009/5/7 Arve Hjønnevåg a...@android.com: 2009/5/6 Kim Kyuwon chamm...@gmail.com: 2009/5/7 Arve Hjønnevåg a...@android.com: On Wed, May 6, 2009 at 5:16 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Rafael J. Wysocki r...@sisk.pl writes: On Wednesday 06 May 2009, Kevin Hilman wrote:

Re: [PATCH 2/6] omap iommu: omap2 architecture specific functions

2009-05-06 Thread Hiroshi DOYU
From: ext Kanigeri, Hari h-kanige...@ti.com Subject: RE: [PATCH 2/6] omap iommu: omap2 architecture specific functions Date: Wed, 6 May 2009 16:31:37 +0200 Hi, +static u32 omap2_iommu_fault_isr(struct iommu *obj, u32 *ra) +{ + int i; + u32 stat, da; + const char *err_msg[] = {

Re: [PATCH] ARM: OMAP: Fix tusb6010 init error and compilation warning

2009-05-06 Thread Jarkko Nikula
On Thu, 23 Apr 2009 20:06:39 +0300 Kalle Valo kalle.v...@iki.fi wrote: Jarkko Nikula jarkko.nik...@nokia.com writes: Fix tusb6010 init error 5, -19 and compilation warning from function tusb6010_platform_retime warning: 'sysclk_ps' is used uninitialized in this function. I suppose

Re: Beep sound in the end of audio file

2009-05-06 Thread Peter Ujfalusi
On Wednesday 06 May 2009 17:19:49 ext Todd Fischer wrote: Hi, FWIW: while developing a GSTreamer presentation using a BegleBoard (rev C), I noticed the same tuck sound. It also occurs a second or two after the GST application exits. I assumed it was some power management code that was