Re: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads

2009-11-08 Thread Pavel Machek
On Sun 2009-11-08 09:52:52, Dasgupta, Romit wrote: Subject: Re: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads Hi! Kicks out a frozen thread from the refrigerator when an active thread has invoked kthread_stop on the frozen thread. ... @@ -49,7 +50,7 @@

RE: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads

2009-11-08 Thread Dasgupta, Romit
-Original Message- From: Pavel Machek [mailto:pa...@ucw.cz] Sent: Sunday, November 08, 2009 1:57 PM To: Dasgupta, Romit Cc: Rafael J. Wysocki; linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; linux...@lists.linux-foundation.org Subject: Re: [PATCH 1/1] PM: Thaws

RE: [PATCH 1/1] PM: Thaws refrigerated and to be exited kernel threads

2009-11-08 Thread Dasgupta, Romit
(Resending with 80 column restriction) -Original Message- From: Pavel Machek [mailto:pa...@ucw.cz] Sent: Sunday, November 08, 2009 1:57 PM To: Dasgupta, Romit Cc: Rafael J. Wysocki; linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; linux...@lists.linux-foundation.org

omap3 otg host not working since 2.6.28?

2009-11-08 Thread Brad Parker
I can't get OTG host mode to work with any recent kernels. I'm curious if anyone else has tried this. It may well be something most people don't do. I've tried this on our custom hardware (omap3530/tps65930) and on a beagleboard with the same results. Our OTG hardware is identical to the

Re: Newbie doubt

2009-11-08 Thread Andy Shevchenko
On Mon, Nov 9, 2009 at 6:59 AM, Niamathullah sharief omap...@gmail.com wrote: Hi, I want to know that what are all the OMAP based boards available other than beagle board?in that which one will be better for me as a newbie. As far as I knnow you can use beagle board or ready-to-use devices such

RE: Newbie doubt

2009-11-08 Thread Syed Mohammed, Khasim
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Niamathullah sharief Sent: Monday, November 09, 2009 10:30 AM To: linux-omap@vger.kernel.org Subject: Newbie doubt Hi, I want to know that what are all the OMAP

RE: Newbie doubt

2009-11-08 Thread Nagendra
You may also want to consider EVM from Mistral. Please see the link below for more details. http://www.mistralsolutions.com/products/omap_3evm.php with regards, - Nagendra. -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf

RE: [PATCH 4/5] Regulator: Adding OMAP3EVM/TWL4030 specific code in board-omap35x-pmic.c

2009-11-08 Thread Aggarwal, Anuj
-Original Message- From: Mike Rapoport [mailto:mike.rapop...@gmail.com] Sent: Friday, November 06, 2009 8:06 PM To: Aggarwal, Anuj Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk Subject: Re: [PATCH 4/5] Regulator: Adding OMAP3EVM/TWL4030

Re: [PATCH 4/5] Regulator: Adding OMAP3EVM/TWL4030 specific code in board-omap35x-pmic.c

2009-11-08 Thread Mike Rapoport
On Mon, Nov 9, 2009 at 8:34 AM, Aggarwal, Anuj anuj.aggar...@ti.com wrote: Based on your suggestions, I tried creating macros specific to TWL regulators in a common header file. This file then can be included by the different board files and the structures can then be appropriately created.

Re: [alsa-devel] [PATCH 2/4 v2] OMAP: Configure audio_mclk for twl4030-codec MFD

2009-11-08 Thread Peter Ujfalusi
Hello Tony, On Wednesday 04 November 2009 09:58:18 Ujfalusi Peter (Nokia-D/Tampere) wrote: audio_mclk value is going to be handled by the twl4030-codec MFD driver, configure the correct value for boards, which is using the twl4030 audio. Signed-off-by: Peter Ujfalusi

Re: [alsa-devel] [PATCH] OMAP: McBSP: Do not use extensive spin locks for dma_op_mode

2009-11-08 Thread Peter Ujfalusi
On Thursday 29 October 2009 09:15:24 ext Jarkko Nikula wrote: On Thu, 29 Oct 2009 08:35:51 +0200 Peter Ujfalusi peter.ujfal...@nokia.com wrote: The spinlocks are unnecessary. In the above example, you get the same with just return mcbsp-dma_op_mode; - Peter's patch is a good