RE: [PATCH-V2] OMAP3EVM: Replace vdvi regulator supply with vdds_dsi

2010-06-28 Thread Tomi Valkeinen
On Thu, 2010-06-10 at 17:41 +0200, ext Hiremath, Vaibhav wrote: -Original Message- From: Hiremath, Vaibhav Sent: Friday, March 19, 2010 4:51 PM To: linux-omap@vger.kernel.org Cc: tomi.valkei...@nokia.com; t...@atomide.com; Hiremath, Vaibhav Subject: [PATCH-V2] OMAP3EVM: Replace

Re: [PATCH] OMAP:DSS: Enable TV Detection support

2010-06-28 Thread Tomi Valkeinen
Hi, On Sat, 2010-06-26 at 13:09 +0200, ext Nagarajan, Rajkumar wrote: Enabled TVDET and created a sysfs entry for TV Detection You could be a bit more verbose. Also, use the same patch subject as other patches, OMAP: DSS2: subsys:... To detect if tv set is connected run this command cat

RE: [PATCH-V2] OMAP3EVM: Replace vdvi regulator supply with vdds_dsi

2010-06-28 Thread Hiremath, Vaibhav
-Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Monday, June 28, 2010 1:08 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; t...@atomide.com Subject: RE: [PATCH-V2] OMAP3EVM: Replace vdvi regulator supply with vdds_dsi On Thu, 2010-06-10 at

RE: [PATCH] OMAP:DSS: Enable TV Detection support

2010-06-28 Thread Hiremath, Vaibhav
-Original Message- From: linux-fbdev-ow...@vger.kernel.org [mailto:linux-fbdev- ow...@vger.kernel.org] On Behalf Of Nagarajan, Rajkumar Sent: Saturday, June 26, 2010 4:40 PM To: linux-omap@vger.kernel.org Cc: tomi.valkei...@nokia.com; linux-fb...@vger.kernel.org Subject: [PATCH]

RE: [PATCH] OMAP:DSS: Enable TV Detection support

2010-06-28 Thread Hiremath, Vaibhav
-Original Message- From: linux-fbdev-ow...@vger.kernel.org [mailto:linux-fbdev- ow...@vger.kernel.org] On Behalf Of Tomi Valkeinen Sent: Monday, June 28, 2010 2:22 PM To: Nagarajan, Rajkumar Cc: linux-omap@vger.kernel.org; linux-fb...@vger.kernel.org Subject: Re: [PATCH] OMAP:DSS:

[PATCH 0/4]usb: musb:USB driver changes to use hwmod+ omap-device apis

2010-06-28 Thread Hema HK
From: Hema HK hem...@ti.com Series of patches to port musb driver to use hwmod and omap-device apis for omap4 and omap3.Omap3 HWMOD data structures are poulated. These patches are tested on omap4 and omap3 SDPs. The first 2 patches are the prerequisites for the hwmod changes. Signed-off-by:

[PATCH 1/4] usb: musb: Adding names for IRQs in resource structure

2010-06-28 Thread Hema HK
From: Hema HK hem...@ti.com Modified the Omap,Blackfin and Davinci board files to add the name of the IRQs in the resource structures and musb driver to use the get_irq_byname() api to get the mc and dma irq numbers instead of using the index as the order of resource definition need not be

[PATCH 3/4]usb: musb: HWMOD database structures addition for OMAP3

2010-06-28 Thread Hema HK
From: Hema HK hem...@ti.com OMAP3 hwmod data stuctures are populated with base address, L3 and L4 interface clocks, IRQs,and sysconfig register details. Signed-off-by: Hema HK hem...@ti.com Cc: Felipe Balbi felipe.ba...@nokia.com,t...@atomide.com --- Based off pm-wip/hwmods-omap4.

[PATCH 4/4]usb : musb:USB driver using omap_device_build for device registration.

2010-06-28 Thread Hema HK
From: Hema HK hem...@ti.com Changed the musb driver to use omap_build_device api instead of platform_device_registration.The device specific resources defined in centralized database will be used. So removed the resource definitions from the driver file. Signed-off-by: Hema HK hem...@ti.com

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

2010-06-28 Thread Govindraj
On Sat, Jun 26, 2010 at 9:38 PM, DebBarma, Tarun Kanti tarun.ka...@ti.com wrote: -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

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

2010-06-28 Thread Mark Brown
On Sat, Jun 19, 2010 at 11:52:10PM -0700, Suresh Rajashekara wrote: I have an application which calls the ioctl of the codec driver to know the status of the headset. The ioctl waits on a completion variable (using wait_for_completion_interruptible). There is standard support for headset

Re: [PATCH 3/4]usb: musb: HWMOD database structures addition for OMAP3

2010-06-28 Thread Sergei Shtylyov
Hello. Hema HK wrote: OMAP3 hwmod data stuctures are populated with base address, L3 and L4 interface clocks, IRQs,and sysconfig register details. Signed-off-by: Hema HK hem...@ti.com Cc: Felipe Balbi felipe.ba...@nokia.com,t...@atomide.com [...] @@ -90,6 +99,37 @@ static struct

Re: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device registration.

2010-06-28 Thread Tony Lindgren
* Hema HK hem...@ti.com [100628 15:12]: - - /* - * REVISIT: This line can be removed once all the platforms using - * musb_core.c have been converted to use use clkdev. - */ - musb_plat.clock = ick; This comment is still valid, please don't remove it. Regards, Tony

RE: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device registration.

2010-06-28 Thread Kalliguddi, Hema
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, June 28, 2010 6:59 PM To: Kalliguddi, Hema Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Felipe Balbi Subject: Re: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device

Re: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device registration.

2010-06-28 Thread Tony Lindgren
* Kalliguddi, Hema hem...@ti.com [100628 16:26]: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, June 28, 2010 6:59 PM To: Kalliguddi, Hema Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Felipe Balbi Subject: Re: [PATCH 4/4]usb :

RE: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device registration.

2010-06-28 Thread Kalliguddi, Hema
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, June 28, 2010 7:12 PM To: Kalliguddi, Hema Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Felipe Balbi Subject: Re: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device

RE: [PATCH 4/4]usb : musb:USB driver using omap_device_build for device registration.

2010-06-28 Thread Kalliguddi, Hema
-Original Message- From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Kalliguddi, Hema Sent: Monday, June 28, 2010 7:17 PM To: Tony Lindgren Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Felipe Balbi Subject: RE: [PATCH 4/4]usb :

Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias

2010-06-28 Thread Catalin Marinas
Hi, (and sorry for the delay) On Fri, 2010-06-18 at 07:04 +0100, Hiroshi DOYU wrote: This is another version of kmemleak: Fix false positive, which introduces another alias tree to keep track of all alias address of each objects, based on the discussion(*1) You can also find the previous

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-28 Thread kishore kadiyala
Adrian , Sorry for the late response snip As per my email 5/5/10, I would suggest the only change to omap_hsmmc is: Agreed and followed the changes mostly but made some more changes on top of it. snip And that the late init function is used to do the rest e.g. find a home for these 3

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

2010-06-28 Thread Kevin Hilman
Kalliguddi, Hema hem...@ti.com writes: http://focus.ti.com/pdfs/wtbu/SWPU223D_Final_EPDF_06_07_2010.pdf [HK] The errata is applicable to OMAP3430 only. But this sequence applicable for omap4 as well. So for submitting the changes we need to have the HWMOD api to be changed to enaforce the

Re: [PATCH 4/8] USB: musb: suppress warning about unused flags

2010-06-28 Thread Sergei Shtylyov
Hello. Felipe Balbi wrote: I think the problem here is different. First of all, an IRQ of number 0 is valid It's not valid for this driver. it's not valid for the boards we have available so far. And the current driver doesn't accept it as a valid IRQ. WBR, Sergei -- To

RE: [PATCH] Add OMAP4 Panda Support

2010-06-28 Thread Anders, David
-Original Message- From: Gadiyar, Anand Sent: Thursday, June 24, 2010 8:29 PM To: Anders, David; linux-omap@vger.kernel.org Cc: t...@atomide.com Subject: RE: [PATCH] Add OMAP4 Panda Support +static void __init omap4_panda_init(void) +{ + int status; + +

Re: [PATCHv3 1/1] OMAP3: AM3505/3517 do not have IO wakeup capability

2010-06-28 Thread Kevin Hilman
Stanley.Miao stanley.m...@windriver.com writes: AM3505/3517 don't have IO wakeup capability, so we don not need to set the bit OMAP3430_EN_IO and the bit OMAP3430_EN_IO_CHAIN in the register PM_WKEN_WKUP when the system enters retention. Signed-off-by: Stanley.Miao stanley.m...@windriver.com

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

2010-06-28 Thread Zach Pfeffer
FUJITA Tomonori wrote: On Thu, 24 Jun 2010 23:48:50 -0700 Zach Pfeffer zpfef...@codeaurora.org wrote: Andi Kleen wrote: Zach Pfeffer zpfef...@codeaurora.org writes: This patch contains the documentation for and the main header file of the API, termed the Virtual Contiguous Memory Manager.

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

2010-06-28 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: On Fri, Jun 25, 2010 at 4:46 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: Another way to look at the problem is that these runtime customizations are kind of a property of the parent device

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

2010-06-28 Thread Grant Likely
On Mon, Jun 28, 2010 at 2:49 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: On Fri, Jun 25, 2010 at 4:46 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: Another way to look at the problem

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

2010-06-28 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: [...] This affects many aspects of all drivers, from register and probe (for early devices/drivers too!) to all the plaform_get_resource() usage, all of which assumes a platform_driver and platform_device.  I didn't look closely, but I didn't

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

2010-06-28 Thread Grant Likely
On Mon, Jun 28, 2010 at 4:27 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: [...] This affects many aspects of all drivers, from register and probe (for early devices/drivers too!) to all the plaform_get_resource() usage, all of which

Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias

2010-06-28 Thread Hiroshi DOYU
From: ext Catalin Marinas catalin.mari...@arm.com Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date: Mon, 28 Jun 2010 16:46:12 +0200 Hi, (and sorry for the delay) On Fri, 2010-06-18 at 07:04 +0100, Hiroshi DOYU wrote: This is another version of kmemleak: Fix false

Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1

2010-06-28 Thread Hiroshi DOYU
Hi Tony, From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: [GIT PULL] omap iommu: for-next for 2.6.35-rc1 Date: Wed, 02 Jun 2010 10:50:54 +0300 (EEST) Hi Tony, Patches for for-next for omap iommu module. The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: