Re: [PATCH] OMAP: McBSP: Fix static function warning

2010-09-08 Thread Peter Ujfalusi
On Wednesday 08 September 2010 06:23:43 ext G, Manjunath Kondaiah wrote: This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol 'omap_mcbsp_st_info_volsw' was not declared. Should it be static? Signed-off-by: G, Manjunath

[PATCH V3 1/2] input: CMA3000 Accelerometer driver

2010-09-08 Thread Hemanth V
From d18a8425a427b97a372bfcd9018e89e93fcad486 Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Thu, 26 Aug 2010 17:44:48 +0530 Subject: [PATCH] input: CMA3000 Accelerometer Driver This patch adds support for CMA3000 Tri-axis accelerometer, which supports Motion detect, Measurement

[PATCH V3 2/2] omap4: platform changes for CMA3000

2010-09-08 Thread Hemanth V
From 8082870cc704d901d98cf0d6af90e45860927ceb Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Thu, 26 Aug 2010 17:49:12 +0530 Subject: [PATCH] Platform changes for CMA3000 Accelerometer driver Update 4430 SDP board file with platform data for accelerometer driver and select the

Re: [RESEND/PATCH 0/6] USB: musb-gadget: bug fix

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 12:32:19PM +0800, Ming Lei wrote: CC Felipe / David / Gadiyar / Mike / Sergei 2010/9/8 Greg KH g...@kroah.com: I seem to not have 1/6 here, did it get stuck somewhere? Here is 1/6: http://marc.info/?l=linux-usbm=128387307419605w=2 If you need, I can

Re: [PATCH] tracing, perf: add more power related events

2010-09-08 Thread Ingo Molnar
* Jean Pihet jean.pi...@newoldbits.com wrote: Hi, Here is a patch proposal for adding new trace events for power management. Note: thread restarted after the initial discussions on LKML. Also mind including the ACPI tracepoints we talked about? That way a lot more people could test it,

RE: [PATCH] omap: Fix CONFIG_LOCAL_TIMERS initialization for multi-omap

2010-09-08 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Wednesday, September 08, 2010 8:48 AM To: Russell King - ARM Linux Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org;

Re: [PATCH] OMAP: McBSP: Fix static function warning

2010-09-08 Thread Jarkko Nikula
On Wed, 8 Sep 2010 09:03:09 +0300 Peter Ujfalusi peter.ujfal...@nokia.com wrote: On Wednesday 08 September 2010 06:23:43 ext G, Manjunath Kondaiah wrote: This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol

RE: [PATCH] ARM: Don't try to send IPI on UP systems with CONFIG_SMP

2010-09-08 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Wednesday, September 08, 2010 8:44 AM To: Russell King - ARM Linux Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org;

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Shilimkar, Santosh
-Original Message- From: Linus Walleij [mailto:linus.ml.wall...@gmail.com] Sent: Tuesday, September 07, 2010 11:49 PM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; catalin.mari...@arm.com; t...@linutronix.de; linux-omap@vger.kernel.org;

RE: [PATCH 0/5] usb: omap: prepare for OMAP4 EHCI and OHCI support

2010-09-08 Thread Munegowda, Keshava
-Original Message- From: Munegowda, Keshava Sent: Wednesday, August 18, 2010 8:26 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc: Munegowda, Keshava Subject: [PATCH 0/5] usb: omap: prepare for OMAP4 EHCI and OHCI support This series does minor code cleanup in

RE: [PATCH 2/2] OMAP:DSS: RFC Patch to add HDMI DSS driver support

2010-09-08 Thread Tomi Valkeinen
On Wed, 2010-09-08 at 06:46 +0200, ext K, Mythri P wrote: Hi Tomi, I have introduced these in the display.h , do you suggest adding prefix like omapdss_hdmi* for all these functions ? Neither of the two HDMI patches you sent modify display.h... Yes, if you export functions from

RE: [PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-09-08 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Tuesday, September 07, 2010 5:18 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh; Sawant, Anand

Re: [PATCH 0/5] usb: omap: prepare for OMAP4 EHCI and OHCI support

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 01:21:04PM +0530, Munegowda, Keshava wrote: -Original Message- From: Munegowda, Keshava Sent: Wednesday, August 18, 2010 8:26 AM To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org Cc: Munegowda, Keshava Subject: [PATCH 0/5] usb: omap: prepare for

Re: [PATCH] OMAP: McBSP: Fix static function warning

2010-09-08 Thread Mark Brown
On Wed, Sep 08, 2010 at 08:53:43AM +0530, G, Manjunath Kondaiah wrote: This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol 'omap_mcbsp_st_info_volsw' was not declared. Should it be static? Acked-by: Mark Brown

Re: [PATCH] OMAP: McBSP: Fix static function warning

2010-09-08 Thread Liam Girdwood
On Wed, 2010-09-08 at 08:53 +0530, G, Manjunath Kondaiah wrote: This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol 'omap_mcbsp_st_info_volsw' was not declared. Should it be static? Signed-off-by: G, Manjunath Kondaiah

[PATCH v2 1/2] OMAP: DSS2: Introduce dss_features files

2010-09-08 Thread Archit Taneja
Add dss_features.c and dss_features.h for the dss_features framework Signed-off-by: Archit Taneja arc...@ti.com --- drivers/video/omap2/dss/dss_features.c | 171 drivers/video/omap2/dss/dss_features.h | 51 ++ 2 files changed, 222 insertions(+), 0

[PATCH v2 0/2] OMAP: DSS2: Framework to handle omap version specific DSS features

2010-09-08 Thread Archit Taneja
This is a simple approach to prevent scattered cpu_is_omap checks in DSS2 by bringing all omap version specific DSS features/values to one single place, initialize them and expose a set of functions to DSS2 driver files which return the value/existance of a feature. This method provides the

Re: [PATCH V3 1/2] input: CMA3000 Accelerometer driver

2010-09-08 Thread Jonathan Cameron
Hi Hemanth, I know this is rather late in the process, but I thought I'd just like to make a few suggestions in for possibly clearer interfaces (sysfs) - platform data is fine as is because a board designer can look up the data sheet or documentation. I'm not particularly bothered if you do

Re: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Linus Walleij
2010/9/8 Shilimkar, Santosh santosh.shilim...@ti.com: Basically I plan to push all these patches to RMK's patch system after getting his OK. I can push your patch along with that. Is that ok with you ? Yep seems like a plan, thanks! Yours, Linus Walleij -- To unsubscribe from this list:

Re: Patch to fix swapping of front and back porches when reading from modedb.c

2010-09-08 Thread Russ Dill
On Wed, Sep 8, 2010 at 6:39 AM, Tasslehoff Kjappfot tasskj...@gmail.com wrote: Hi list :-) I had trouble getting a standard 800x...@60hz VGA signal to display correctly on my monitors. Measuring the output showed that the front and back porches were swapped both for hsync and vsync. After

RE: [PATCH V3 1/2] input: CMA3000 Accelerometer driver

2010-09-08 Thread Murphy, Dan
-Original Message- From: linux-input-ow...@vger.kernel.org [mailto:linux-input- ow...@vger.kernel.org] On Behalf Of V, Hemanth Sent: Wednesday, September 08, 2010 1:18 AM To: linux-in...@vger.kernel.org; dmitry.torok...@gmail.com Cc: linux-ker...@vger.kernel.org;

[PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Sanjeev Premi
The menu option to select CONFIG_OMAP_IOMMU was not visible in the menuconfig due to missing description. Signed-off-by: Sanjeev Premi pr...@ti.com --- arch/arm/plat-omap/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/Kconfig

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Catalin Marinas
On Wed, 2010-09-08 at 08:34 +0100, Shilimkar, Santosh wrote: Can you also include the patch by Per Fransson I sent off to Thomas and the list just a few days ago with the subject [PATCH] ARM: ux500 specific L2 cache code in this patch series? Basically I plan to push all these patches

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Catalin Marinas
On Wed, 2010-09-08 at 16:09 +0100, Shilimkar, Santosh wrote: On Wed, 2010-09-08 at 08:34 +0100, Shilimkar, Santosh wrote: Can you also include the patch by Per Fransson I sent off to Thomas and the list just a few days ago with the subject [PATCH] ARM: ux500 specific L2 cache code

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Shilimkar, Santosh
-Original Message- From: Catalin Marinas [mailto:catalin.mari...@arm.com] Sent: Wednesday, September 08, 2010 8:56 PM To: Shilimkar, Santosh Cc: Linus Walleij; linux-arm-ker...@lists.infradead.org; t...@linutronix.de; linux-omap@vger.kernel.org; per.xx.frans...@stericsson.com

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Shilimkar, Santosh Sent: Wednesday, September 08, 2010 8:59 PM To: Catalin Marinas Cc: Linus Walleij; linux-arm-ker...@lists.infradead.org; t...@linutronix.de;

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Catalin Marinas
On Wed, 2010-09-08 at 16:46 +0100, Shilimkar, Santosh wrote: Here is the updated branch including Per Fransson patch. http://dev.omapzoom.org/?p=santosh/kernel-omap4-base.git;a=shortlog;h=refs/heads/l2x0-pull-rmk It looks fine to me. -- Catalin -- To unsubscribe from this list: send the line

Re: [PATCH] USB: otg: twl4030: fix phy initialization(v1)

2010-09-08 Thread venki kaps
Hi Ming Lei Balbi, Thanks for your support and the porblem is resolved. Venkii, On Tue, Sep 7, 2010 at 11:52 PM, venki kaps venkiece2...@gmail.com wrote: Venkii, On Tue, Sep 7, 2010 at 11:45 PM, venki kaps venkiece2...@gmail.com wrote: Venkii, On Tue, Sep 7, 2010 at 9:18 PM, venki kaps

Re: [PATCH 1/2] OMAP2+: PM: initial runtime PM core support

2010-09-08 Thread Grant Likely
On Tue, Sep 07, 2010 at 05:54:41PM -0700, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com Implement the new runtime PM framework as a thin layer on top of the omap_device API. OMAP specific runtime PM methods are registered with the as custom methods on the platform_bus. In order

Re: [PATCH 2/2] OMAP1: PM: add simple runtime PM layer to manage clocks

2010-09-08 Thread Grant Likely
On Tue, Sep 07, 2010 at 05:54:42PM -0700, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com On OMAP1, we do not have omap_device + omap_hwmod to manage the device-specific idle, enable and shutdown. Instead, just enable/disable device clocks automatically at the runtime PM level.

RE: [PATCH] gpmc, EXPORT_SYMBOLS, west bridge related

2010-09-08 Thread David Cross
From: Greg KH [mailto:g...@kroah.com] On Tue, Sep 07, 2010 at 12:26:47PM -0700, David Cross wrote: This patch exports some of the gpmc driver functions in OMAP3. The purpose behind this patch is to allow device drivers compiled as loadable modules to be interfaced to the GPMC. I am

Re: [PATCH 1/2] OMAP2+: PM: initial runtime PM core support

2010-09-08 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: On Tue, Sep 07, 2010 at 05:54:41PM -0700, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com Implement the new runtime PM framework as a thin layer on top of the omap_device API. OMAP specific runtime PM methods are registered with the as

Re: [PATCH 1/2] OMAP2+: PM: initial runtime PM core support

2010-09-08 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: On Tue, Sep 07, 2010 at 05:54:41PM -0700, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com Implement the new runtime PM framework as a thin layer on top of the omap_device API. OMAP specific runtime PM methods are registered with the as

Re: [PATCH] gpmc, EXPORT_SYMBOLS, west bridge related

2010-09-08 Thread Tony Lindgren
* Greg KH g...@kroah.com [100907 17:17]: On Tue, Sep 07, 2010 at 12:26:47PM -0700, David Cross wrote: This patch exports some of the gpmc driver functions in OMAP3. The purpose behind this patch is to allow device drivers compiled as loadable modules to be interfaced to the GPMC. I am

Re: [PATCH] gpmc, EXPORT_SYMBOLS, west bridge related

2010-09-08 Thread Tony Lindgren
* David Cross david.cr...@cypress.com [100908 09:52]: From: Greg KH [mailto:g...@kroah.com] On Tue, Sep 07, 2010 at 12:26:47PM -0700, David Cross wrote: This patch exports some of the gpmc driver functions in OMAP3. The purpose behind this patch is to allow device drivers compiled

Re: [PATCH 1/2] OMAP2+: PM: initial runtime PM core support

2010-09-08 Thread Grant Likely
On Wed, Sep 08, 2010 at 10:24:48AM -0700, Kevin Hilman wrote: Grant Likely grant.lik...@secretlab.ca writes: On Tue, Sep 07, 2010 at 05:54:41PM -0700, Kevin Hilman wrote: + omap_pm-runtime_suspend = omap_pm_runtime_suspend; + omap_pm-runtime_resume = omap_pm_runtime_resume; This

Re: [PATCH 1/2] OMAP2+: PM: initial runtime PM core support

2010-09-08 Thread Grant Likely
On Wed, Sep 08, 2010 at 10:08:42AM -0700, Kevin Hilman wrote: Grant Likely grant.lik...@secretlab.ca writes: On Tue, Sep 07, 2010 at 05:54:41PM -0700, Kevin Hilman wrote: From: Kevin Hilman khil...@ti.com Implement the new runtime PM framework as a thin layer on top of the

[PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler

2010-09-08 Thread Scott Ellis
Looks like a typo from commit d6d834b010. Signed-off-by: Scott Ellis sc...@jumpnowtek.com --- arch/arm/plat-omap/mcbsp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c index e31496e..0c8612f 100644 ---

Re: [PATCH] ARM: Don't try to send IPI on UP systems with CONFIG_SMP

2010-09-08 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [100908 01:49]: On Tue, Sep 07, 2010 at 08:14:05PM -0700, Tony Lindgren wrote: This is not needed on UP. Additionally with will cause issues when booting CONFIG_SMP_ON_UP kernel on earlier ARM cores. Doesn't make sense. Updated below.

Re: [PATCH 1/6] ARM: Add inline function smp_on_up() for early init testing

2010-09-08 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100907 20:19]: * Bryan Wu bryan...@canonical.com [100906 03:09]: Tony, I tried your latest branch: devel-smp-on-unicore, kernel boots up but got lots of WARN_ON fired: --- [ cut here ] [1.149719] WARNING: at

NEC lcd ON but still blank

2010-09-08 Thread Yanick Saugy
Hi all, I'm working on a zoom2 dev board (omap34x-II MDP), and I can't draw anything on the LCD display. I've built kernel 2.6.35 from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git and then applied the following patchs : [PATCH 1/2 V7] OMAP: ZOOM2/3SDP3630: Add display

Re: NEC lcd ON but still blank

2010-09-08 Thread Yanick Saugy
Hi, a little more information, i've played with sys filesystem like on this wiki with no chance: http://www.omappedia.org/wiki/Bootargs_for_enabling_display And my kernel boot options are: vram=10M omapdss.def_disp=lcd Thank you. --- yanick -- To unsubscribe from this list: send the line

Re: [PATCH v3 00/10] split out emac cpdma and mdio for reuse

2010-09-08 Thread Michael Williamson
Hi Cyril, On 09/08/2010 05:59 PM, Cyril Chemparathy wrote: Hi Mike, [...] So I just pulled this to test it out on a da850 based board (mitydspl138), and I'm having some problems. I'm hoping it's just operator error. Probably not, considering that this series had not been tested on

Re: [PATCH] USB: otg: twl4030: fix phy initialization(v1)

2010-09-08 Thread Ming Lei
2010/9/8 venki kaps venkiece2...@gmail.com:  To resolve the above issue, we have made PHY power on in battery adc on function  and PHY power down in battery adc off function. Good news, the temperature is bad value from battery adc if otg phy is power down. Maybe you only need to power on otg

Re: [PATCH 1/6] ARM: Add inline function smp_on_up() for early init testing

2010-09-08 Thread Bryan Wu
Tony, Awesome, this makes SMP kernel work on my omap3 board. Thanks a lot. I will test the same kernel on my omap4 one. -Bryan. On Thu, Sep 9, 2010 at 4:26 AM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [100907 20:19]: * Bryan Wu bryan...@canonical.com [100906

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Hiroshi DOYU
Hi Sanjeev, From: ext Sanjeev Premi pr...@ti.com Subject: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Wed, 8 Sep 2010 16:51:21 +0200 The menu option to select CONFIG_OMAP_IOMMU was not visible in the menuconfig due to missing description. There's no point to make OMAP_IOMMU

RE: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Premi, Sanjeev
-Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Thursday, September 09, 2010 10:35 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Hi Sanjeev, From: ext Sanjeev Premi pr...@ti.com

RE: [PATCH 0/6] ARM: l2x0: kexex, cleanup and optimisation

2010-09-08 Thread Shilimkar, Santosh
Tony, -Original Message- From: Catalin Marinas [mailto:catalin.mari...@arm.com] Sent: Wednesday, September 08, 2010 9:20 PM To: Shilimkar, Santosh Cc: Linus Walleij; Russell King - ARM Linux; linux-arm- ker...@lists.infradead.org; t...@linutronix.de; linux- o...@vger.kernel.org;

Re: [PATCH] gpmc, EXPORT_SYMBOLS, west bridge related

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 10:28:45AM -0700, Tony Lindgren wrote: * Greg KH g...@kroah.com [100907 17:17]: On Tue, Sep 07, 2010 at 12:26:47PM -0700, David Cross wrote: This patch exports some of the gpmc driver functions in OMAP3. The purpose behind this patch is to allow device drivers

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Hiroshi DOYU
From: ext Premi, Sanjeev pr...@ti.com Subject: RE: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Thu, 9 Sep 2010 07:10:05 +0200 -Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Thursday, September 09, 2010 10:35 AM To: Premi, Sanjeev Cc:

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Thu, 09 Sep 2010 08:24:05 +0300 (EEST) From: ext Premi, Sanjeev pr...@ti.com Subject: RE: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Thu, 9 Sep 2010 07:10:05 +0200