RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-26 Thread Shilimkar, Santosh
( Using Web-mail so please excuse me for the email format) From: Que, Simon Sent: Friday, June 25, 2010 3:31 PM To: Shilimkar, Santosh; linux-omap@vger.kernel.org Cc: Kanigeri, Hari; Ohad Ben-Cohen Subject: RE: [RFC] omap: hwspinlock: Added hwspinlock driver

Re: pm_debug/voltage_off_while_idle has gone?

2010-06-26 Thread Mike Rapoport
Kevin Hilman wrote: Mike Rapoport writes: There used to be 'voltage_off_while_idle' attribute in the PM-enabled kernels that allowed to put PMIC into OFF mode. In the current tip of the linux-omap-pm tree this attribute seem to be gone Is there possibility to make PMIC enter the OFF mode when

Re: [RFC] mm: iommu: An API to unify IOMMU, CPU and device memory management

2010-06-26 Thread FUJITA Tomonori
On Thu, 24 Jun 2010 23:48:50 -0700 Zach Pfeffer wrote: > Andi Kleen wrote: > > Zach Pfeffer writes: > > > >> This patch contains the documentation for and the main header file of > >> the API, termed the Virtual Contiguous Memory Manager. Its use would > >> allow all of the IOMMU to VM, VM to d

Re: [linux-pm] wait_for_completion_interruptible does not wait !!

2010-06-26 Thread Suresh Rajashekara
On Sun, Jun 20, 2010 at 8:52 AM, Alan Stern wrote: > > What happens if the variable is completed while nobody is waiting for > it?  The next time somebody tries to wait, won't the wait terminate > immediately? > Haven't tested it but will reply with the answer once I get a chance to test it. >>

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-26 Thread David Brownell
> >> I wanted to close on the introduction of two new > OMAP device APIs > >> omap_device_enable_wakeup () & > omap_device_disable_wakeup() in > >> omap_device layer. What's the relationship between these and the sysfs attribute which manages the per-device wakeup enable? Should there be driver

RE: [PATCH v2 10/13] OMAP: create omap_devices for MPU, DSP, L3

2010-06-26 Thread DebBarma, Tarun Kanti
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Kevin Hilman > Sent: Friday, June 25, 2010 5:15 AM > To: linux-omap@vger.kernel.org > Cc: p...@pwsan.com > Subject: [PATCH v2 10/13] OMAP: create omap_devices for MPU, DSP

RE: [pm-wip/uart][PATCH] Serial: Avoid populating uart_list in early init phase

2010-06-26 Thread DebBarma, Tarun Kanti
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Govindraj.R > Sent: Friday, June 25, 2010 7:12 PM > To: linux-omap@vger.kernel.org > Cc: Kevin Hilman > Subject: [pm-wip/uart][PATCH] Serial: Avoid populating uart_list i

RE: [PATCH] OMAP1: PM: add simple runtime PM layer to manage clocks

2010-06-26 Thread DebBarma, Tarun Kanti
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Kevin Hilman > Sent: Friday, June 18, 2010 4:38 AM > To: linux-omap@vger.kernel.org > Subject: [PATCH] OMAP1: PM: add simple runtime PM layer to manage clocks > > On OMA

[PATCH] OMAP:DSS: Enable TV Detection support

2010-06-26 Thread Nagarajan, Rajkumar
Enabled TVDET and created a sysfs entry for TV Detection To detect if tv set is connected run this command cat /sys/devices/platform/omapdss/display1/device_state 1: TV set connected 0: TV set disconnected Signed-off-by: Axel Castaneda Gonzalez Signed-off-by: Kishore Y Signed-off-by: Mukund Mi

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-26 Thread Russell King - ARM Linux
On Sat, Jun 26, 2010 at 12:51:33PM +0200, Uwe Kleine-König wrote: > Hello, > > On Fri, Jun 25, 2010 at 07:46:05PM -0400, Nicolas Pitre wrote: > > On Fri, 25 Jun 2010, Russell King - ARM Linux wrote: > > > > > Does anyone know where we are on the defconfig problem? From what I > > > can see, it's

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-26 Thread Uwe Kleine-König
Hello, On Fri, Jun 25, 2010 at 07:46:05PM -0400, Nicolas Pitre wrote: > On Fri, 25 Jun 2010, Russell King - ARM Linux wrote: > > > Does anyone know where we are on the defconfig problem? From what I > > can see, it's mostly stalled for the time being, which is not good > > news for us. > > What