Re: [PATCHv2] ARM: OMAP: gptimer based event monitor driver for oprofile

2009-04-30 Thread Hemanth V
Hi Siarhei, Could you let me know the advantage of the this patch over timer interrupt based profiling already supported by oprofile. I tested timer interrupt based profiling on omap3 platform and found that it works well. Thanks Hemanth

Re: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-30 Thread InKi Dae
hello Shah, Hardik.. your omap_vout.c has the problem that it disables video1 or fb1. so I have modified your code. I defined and set platform_data for DSS2 in machine code.(or board file) static struct omapfb_platform_data xxx_dss_platform_data = { .mem_desc.region[0].format =

RE: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-30 Thread Shah, Hardik
-Original Message- From: InKi Dae [mailto:daei...@gmail.com] Sent: Thursday, April 30, 2009 11:48 AM To: Shah, Hardik Cc: tomi.valkei...@nokia.com; linux-me...@vger.kernel.org; linux- o...@vger.kernel.org; Jadav, Brijesh R; Hiremath, Vaibhav Subject: Re: [PATCH 3/3] OMAP2/3 V4L2

Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c

2009-04-30 Thread vimal singh
'gpmc-onenand.c' is still confusing name. This is not going to used in all boards anyway. On Thu, Apr 30, 2009 at 3:20 AM, Tony Lindgren t...@atomide.com wrote: Rename board-n800-flash.c to gpmc-onenand.c. Signed-off-by: Tony Lindgren t...@atommide.com --- arch/arm/mach-omap2/Makefile

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v3

2009-04-30 Thread Kim Kyuwon
Hi Kevin, Thank you for showing steady interest in this driver. On Tue, Apr 21, 2009 at 9:15 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Hi Kyuwon, While I still like the concept of this driver, I'm still not quite happy about how it is implemented for various reasons. Most of which

Re: [PATCHv2] ARM: OMAP: gptimer based event monitor driver for oprofile

2009-04-30 Thread Siarhei Siamashka
On Thursday 30 April 2009 09:08:12 ext Hemanth V wrote: Hi Siarhei, Could you let me know the advantage of the this patch over timer interrupt based profiling already supported by oprofile. I tested timer interrupt based profiling on omap3 platform and found that it works well. A standard

Re: Overo broken with current top of tree

2009-04-30 Thread Grazvydas Ignotas
On Wed, Apr 29, 2009 at 7:03 PM, Steve Sakoman sako...@gmail.com wrote: I tried an Overo build from the current top of tree and ran into a number of twl4030 platform data errors: twl4030: PIH (irq 7) chaining IRQs 368..375 twl4030: power (irq 373) chaining IRQs 376..383 twl4030_gpio: use

RE: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-30 Thread Shilimkar, Santosh
From: Jarkko Nikula [mailto:jhnik...@gmail.com] Sent: Thursday, April 30, 2009 3:06 PM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature On Thu, Apr 30, 2009 at

RE: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-30 Thread Shah, Hardik
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Shah, Hardik Sent: Thursday, April 30, 2009 11:51 AM To: InKi Dae Cc: tomi.valkei...@nokia.com; linux-me...@vger.kernel.org; linux- o...@vger.kernel.org; Jadav,

Re: Overo broken with current top of tree

2009-04-30 Thread Mark Brown
On Thu, Apr 30, 2009 at 12:31:47PM +0300, Grazvydas Ignotas wrote: On Wed, Apr 29, 2009 at 7:03 PM, Steve Sakoman sako...@gmail.com wrote: set_machine_constraints: invalid 'VUSB1V5' voltage constraints I get the same on pandora, although it continues booting fine after that. Maybe regulator

Re: Overo broken with current top of tree

2009-04-30 Thread David Brownell
On Thursday 30 April 2009, Grazvydas Ignotas wrote: I get the same on pandora, although it continues booting fine after that. Maybe regulator folks will comment about regulator errors. Does mainline 3e59091828ed5406c879b899b4257fcef7271e2c resolve it for you? -- To unsubscribe from this list:

TVP514x: Migration to sub-device framework

2009-04-30 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This is first version of sub-device framework based TVP514x decoder driver. Earlier version of TVP514x driver is based on V4L2-int framework. Initial version reviewed by Hans Verkuil. NOTE: Please note that this patch has not been tested on any board,

RE: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-30 Thread Shilimkar, Santosh
Yor tow commentsI think I answered both.Just a correction you comment itself. You mean callback gets lch instead of chain_id as an argument? You mean callback returns *** lch instead of chain_id as an argument? Two comments: Now callback

Re: dss2 and dsi

2009-04-30 Thread Grazvydas Ignotas
On Wed, Apr 29, 2009 at 8:26 PM, Rebecca Schultz Zavin rebe...@android.com wrote: I have a question on the intended use of pan_display v. the update_window ioctl in dss2.  I'm using a dsi panel and it seems like the only way I can get new data out to the display is by calling display-update.  

Re: [PATCH 4/4] onenand init: Pass configuration data from board-*.c files

2009-04-30 Thread Tony Lindgren
* Adrian Hunter adrian.hun...@nokia.com [090429 22:52]: Tony Lindgren wrote: Pass configuration data from board-*.c files. Also remove support for the OMAP_TAG_PARTITION tag. If the partition info is passed, it should be passed from cmdline, and probably should be done in a generic way in

Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c

2009-04-30 Thread Tony Lindgren
* vimal singh vimalsi...@ti.com [090429 23:33]: 'gpmc-onenand.c' is still confusing name. This is not going to used in all boards anyway. Why do you think this cannot be used for all boards? The GPMC timings are totally based on the onenand chip features. Regards, Tony On Thu, Apr 30,

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v3

2009-04-30 Thread Kevin Hilman
Kyuwon, Kim Kyuwon chamm...@gmail.com writes: Hi Kevin, Thank you for showing steady interest in this driver. On Tue, Apr 21, 2009 at 9:15 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Hi Kyuwon, While I still like the concept of this driver, I'm still not quite happy about how

Re: Overo broken with current top of tree

2009-04-30 Thread Steve Sakoman
On Thu, Apr 30, 2009 at 3:16 AM, Mark Brown broo...@sirena.org.uk wrote: On Thu, Apr 30, 2009 at 12:31:47PM +0300, Grazvydas Ignotas wrote: On Wed, Apr 29, 2009 at 7:03 PM, Steve Sakoman sako...@gmail.com wrote: set_machine_constraints: invalid 'VUSB1V5' voltage constraints I get the same

Re: Overo broken with current top of tree

2009-04-30 Thread Tony Lindgren
* Steve Sakoman sako...@gmail.com [090430 08:10]: On Thu, Apr 30, 2009 at 3:16 AM, Mark Brown broo...@sirena.org.uk wrote: On Thu, Apr 30, 2009 at 12:31:47PM +0300, Grazvydas Ignotas wrote: On Wed, Apr 29, 2009 at 7:03 PM, Steve Sakoman sako...@gmail.com wrote: set_machine_constraints:

RE: Overo broken with current top of tree

2009-04-30 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Thursday, April 30, 2009 8:55 PM To: Steve Sakoman Cc: Mark Brown; Grazvydas Ignotas; linux-omap@vger.kernel.org; David Brownell Subject: Re: Overo

Re: Overo broken with current top of tree

2009-04-30 Thread David Brownell
On Thursday 30 April 2009, Steve Sakoman wrote: The platform data messages still appear, Those platform_data patches are getting reverted. Ignore the messages for now. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org

Re: Overo broken with current top of tree

2009-04-30 Thread Steve Sakoman
On Thu, Apr 30, 2009 at 10:41 AM, David Brownell davi...@pacbell.net wrote: On Thursday 30 April 2009, Steve Sakoman wrote: The platform data messages still appear, Those platform_data patches are getting reverted. Ignore the messages for now. Will do :-) There seem to be no ill side

Re: Overo broken with current top of tree

2009-04-30 Thread David Brownell
On Thursday 30 April 2009, Steve Sakoman wrote: I've also noticed that I now get occasional mmcblk0: retrying using single block read messages on the serial console.  I haven't seen these before.  Anyone see anything similar on their setup? Yes. -- To unsubscribe from this list: send the line

[PATCH] onenand_init: Allow disabling sync read and write based on flags (Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c)

2009-04-30 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090430 07:06]: * vimal singh vimalsi...@ti.com [090429 23:33]: 'gpmc-onenand.c' is still confusing name. This is not going to used in all boards anyway. Why do you think this cannot be used for all boards? The GPMC timings are totally based on the

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

2009-04-30 Thread Tony Lindgren
* Pierre Ossman pie...@ossman.eu [090428 12:38]: Jarkko? Tony? Hmm, we haven't heard from Jarkko for a while.. Adrian, care to take a look at this patch? Tony On Tue, 21 Apr 2009 13:09:22 +0530 Gadiyar, Anand gadi...@ti.com wrote: From: Anand Gadiyar gadi...@ti.com OMAP: HSMMC: Do

[PATCH] onenand init: Convert omap3430sdp to use gpmc-onenand (Re: [PATCH] onenand_init: Allow disabling sync read and write based on flags (Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to

2009-04-30 Thread Tony Lindgren
From b5c750c4d3f523df5759c3b7cbda321d056f7045 Mon Sep 17 00:00:00 2001 From: Tony Lindgren t...@atomide.com Date: Thu, 30 Apr 2009 11:46:41 -0700 Subject: [PATCH] onenand init: Convert omap3430sdp to use gpmc-onenand Convert omap3430sdp to use gpmc-onenand. Note that sync mode does not seem to