Re: [PATCH 1/4] OMAP: mcbsp - add omap_mcbsp_set_dma_op_mode()

2010-05-19 Thread Jarkko Nikula
On Tue, 18 May 2010 21:13:11 +0100 Liam Girdwood l...@slimlogic.co.uk wrote: This adds a method to set the MCBSP DMA OP mode. Signed-off-by: Liam Girdwood l...@slimlogic.co.uk --- arch/arm/plat-omap/include/plat/mcbsp.h |2 ++ arch/arm/plat-omap/mcbsp.c | 31

[PATCH/PM] arm: omap: musb: proper error checking

2010-05-19 Thread felipe . balbi
From: Felipe Balbi felipe.ba...@nokia.com We need to clk_put() and iounmap() to fully release the resources. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- applies on top of the linux-omap/pm arch/arm/mach-omap2/usb-musb.c | 33 ++--- 1 files changed, 22

Re: [RFC/PATCH] arm: oprofile: remove locking from suspend/resume

2010-05-19 Thread Russell King - ARM Linux
On Tue, May 18, 2010 at 05:13:01PM -0700, Kevin Hilman wrote: Since oprofile is a sysdev, its suspend/resume methods are called with interrupts disabled. Using a mutex (which might sleep) in this atomic context is not safe. It isn't a sysdev anymore. Suggest you take a look at the ARM tree

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 6)

2010-05-19 Thread Felipe Balbi
On Tue, May 18, 2010 at 03:59:48PM +0200, ext James Bottomley wrote: On Tue, 2010-05-18 at 09:40 +0300, Felipe Balbi wrote: On Mon, May 17, 2010 at 09:49:35PM +0200, ext James Bottomley wrote: Right, because Firmware writers are from the rugged unresponsive uplands of planet

RE: [PATCH 01/11] OMAP: GPIO: Modify init() in preparation for platform device implementation

2010-05-19 Thread Varadarajan, Charulatha
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, May 19, 2010 5:11 AM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; khil...@deeprootsystems.com Subject: Re: [PATCH 01/11] OMAP: GPIO: Modify init() in

RE: [PATCH 09/11] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-05-19 Thread Varadarajan, Charulatha
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, May 19, 2010 5:17 AM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; khil...@deeprootsystems.com Subject: Re: [PATCH 09/11] OMAP: GPIO: Introduce support

RE: [PATCH 00/11] OMAP: GPIO: Implement GPIO in HWMOD way

2010-05-19 Thread Varadarajan, Charulatha
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, May 19, 2010 5:12 AM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; khil...@deeprootsystems.com Subject: Re: [PATCH 00/11] OMAP: GPIO: Implement GPIO in

Re: [PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-19 Thread Tomi Valkeinen
Hi, On Fri, 2010-05-07 at 11:07 +0200, ext Guennadi Liakhovetski wrote: This header adds defines for MIPI DSI and DCS commands and data formats. See http://www.mipi.org/ for details. Did you notice that I have implemented MIPI DSI command mode support for OMAP processors? It's located in

RE: [PATCH 10/11] OMAP: GPIO: Implement GPIO as a platform device

2010-05-19 Thread Cousson, Benoit
Hi Charu From: Varadarajan, Charulatha From: Cousson, Benoit Sent: Tuesday, May 18, 2010 10:55 PM Hi Charu, On 5/18/2010 4:50 PM, Charulatha V wrote: [snip] diff --git a/arch/arm/mach-omap2/clock2420_data.c b/arch/arm/mach- omap2/clock2420_data.c index d932b14..a693403 100644 ---

Re: [PATCH 01/11] OMAP: GPIO: Modify init() in preparation for platform device implementation

2010-05-19 Thread Benoit Cousson
On 5/19/2010 9:23 AM, Varadarajan, Charulatha wrote: From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, May 19, 2010 5:11 AM * Charulatha Vch...@ti.com [100518 07:44]: This is in prepartion for implementing GPIO as a platform device. gpio bank's base addresses are moved from

Re: [PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-19 Thread Guennadi Liakhovetski
Hi Tomi On Wed, 19 May 2010, Tomi Valkeinen wrote: Hi, On Fri, 2010-05-07 at 11:07 +0200, ext Guennadi Liakhovetski wrote: This header adds defines for MIPI DSI and DCS commands and data formats. See http://www.mipi.org/ for details. Did you notice that I have implemented MIPI DSI

Re: [PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-19 Thread Tomi Valkeinen
Hi, On Wed, 2010-05-19 at 10:08 +0200, ext Guennadi Liakhovetski wrote: Hi Tomi On Wed, 19 May 2010, Tomi Valkeinen wrote: The file name is mipi_dsi.h, the comment talks about MIPI, and the file contains defines for MIPI DSI and MIPI DCS. If you want the file to contain defines about

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Peter Ujfalusi
On Wednesday 19 May 2010 08:13:25 ext Jarkko Nikula wrote: On Tue, 18 May 2010 21:13:10 +0100 Liam Girdwood l...@slimlogic.co.uk wrote: I've also added a patch to remove the mcbsp DMA op mode sysfs set functionality. I think DMA op mode is very specific to the mcbsp client driver _only_

Re: [PATCH 00/11] OMAP: GPIO: Implement GPIO in HWMOD way

2010-05-19 Thread Benoit Cousson
On 5/18/2010 4:50 PM, Charulatha V wrote: This patch series implements GPIO module in platform device model. It also makes OMAP2PLUS specific GPIO implemented in HWMOD FW way. This patch series is created on origin/pm-wip/runtime. This patch series is tested on OMAP3430 SDP board. It would be

Re: [PATCH/PM] arm: omap: musb: proper error checking

2010-05-19 Thread Felipe Balbi
On Wed, May 19, 2010 at 08:42:56AM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: From: Felipe Balbi felipe.ba...@nokia.com We need to clk_put() and iounmap() to fully release the resources. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- applies on top of the linux-omap/pm I'll add

Re: [PATCH 2/2] omap: iommu-add functionality to get TLB miss interrupt

2010-05-19 Thread Hiroshi DOYU
From: ext Kanigeri, Hari h-kanige...@ti.com Subject: RE: [PATCH 2/2] omap: iommu-add functionality to get TLB miss interrupt Date: Tue, 18 May 2010 19:03:55 +0200 diff --git a/arch/arm/plat-omap/include/plat/iommu.h b/arch/arm/plat- omap/include/plat/iommu.h index 0752af9..52a3852 100644

[PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file

2010-05-19 Thread Thomas Renninger
Hi, thread topic was: Re: [PATCH 3/4] scheduler: cpuacct: Enable platform callbacks for cpuacct power tracking I mingled this patch together with a minor comment for Mike's patch. Like this interested people in CC are kept. Peter/Ingo: Can you pick up this cleanup if appropriate, please. Shall

Re: [PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file

2010-05-19 Thread Peter Zijlstra
On Wed, 2010-05-19 at 11:30 +0200, Thomas Renninger wrote: This is a cleanup against current linux-2.6 Linus tree. Having CONFIG_CGROUP_CPUACCT code in kernel/sched.c looks wrong. Move this out to kernel/cgroup_cpuaccount.c Test compiled with and without CONFIG_CGROUP_CPUACCT set

[PATCH 3/3] arm: omap: musb: do not issue SOFTRESET on omap3630

2010-05-19 Thread felipe . balbi
From: Felipe Balbi felipe.ba...@nokia.com Errata ID i445 says we SOFTRESET doesn't work properly on omap3630, so let's avoid issuing that here. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- arch/arm/mach-omap2/usb-musb.c |4 1 files changed, 4 insertions(+), 0 deletions(-)

[PATCH 1/3] arm: omap: musb: proper error checking

2010-05-19 Thread felipe . balbi
From: Felipe Balbi felipe.ba...@nokia.com We need to clk_put() and iounmap() to fully release the resources. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- arch/arm/mach-omap2/usb-musb.c | 33 ++--- 1 files changed, 22 insertions(+), 11 deletions(-) diff

Re: [PATCH 2/2] omap: iommu-add functionality to get TLB miss interrupt

2010-05-19 Thread Felipe Contreras
On Wed, May 19, 2010 at 12:27 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Kanigeri, Hari h-kanige...@ti.com Subject: RE: [PATCH 2/2] omap: iommu-add functionality to get TLB miss interrupt Date: Tue, 18 May 2010 19:03:55 +0200 diff --git

[PATCH 2/3] arm: omap: let pm code always handle musb pm init

2010-05-19 Thread felipe . balbi
From: Felipe Balbi felipe.ba...@nokia.com musb pm has special needs on omap3430, let pm init code handle usb_musb_pm_init() so we can always release all resources after initializing PM. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- arch/arm/mach-omap2/pm34xx.c |9 +++--

Re: [PATCH v2 00/17] omap: mailbox: reorganize init

2010-05-19 Thread Felipe Contreras
On Tue, May 18, 2010 at 10:58 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH v2 00/17] omap: mailbox: reorganize init Date: Tue, 18 May 2010 18:57:55 +0200 On Tue, May 18, 2010 at 4:31 PM, Hiroshi DOYU

RE: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue

2010-05-19 Thread Sripathy, Vishwanath
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, May 18, 2010 10:07 PM To: Sripathy, Vishwanath Cc: Gulati, Shweta; linux-omap@vger.kernel.org Subject: Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue Sripathy, Vishwanath

Re: [PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file

2010-05-19 Thread Peter Zijlstra
On Wed, 2010-05-19 at 11:37 +0200, Peter Zijlstra wrote: On Wed, 2010-05-19 at 11:30 +0200, Thomas Renninger wrote: This is a cleanup against current linux-2.6 Linus tree. Having CONFIG_CGROUP_CPUACCT code in kernel/sched.c looks wrong. Move this out to kernel/cgroup_cpuaccount.c

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Eduardo Valentin
On Tue, May 18, 2010 at 10:13:10PM +0200, Liam Girdwood wrote: This series expands the OMAP mcbsp driver to support changing it's DMA operating mode and smart idle mode from client drivers. It's primarily aimed at lowering the power consumption for OMAP ASoC drivers by providing methods to

Re: [PATCH 1/4] OMAP: mcbsp - add omap_mcbsp_set_dma_op_mode()

2010-05-19 Thread Eduardo Valentin
On Tue, May 18, 2010 at 10:13:11PM +0200, Liam Girdwood wrote: This adds a method to set the MCBSP DMA OP mode. OK. good. But again, why do you need set dma op mode other than inside mcbsp code? Right, so, from what I have read briefly, the idea is to remove the user space ability to set the

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Eduardo Valentin
On Wed, May 19, 2010 at 10:31:57AM +0200, Ujfalusi Peter (Nokia-D/Tampere) wrote: On Wednesday 19 May 2010 08:13:25 ext Jarkko Nikula wrote: On Tue, 18 May 2010 21:13:10 +0100 Liam Girdwood l...@slimlogic.co.uk wrote: I've also added a patch to remove the mcbsp DMA op mode sysfs set

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Liam Girdwood
On Wed, 2010-05-19 at 13:42 +0300, Eduardo Valentin wrote: On Tue, May 18, 2010 at 10:13:10PM +0200, Liam Girdwood wrote: This series expands the OMAP mcbsp driver to support changing it's DMA operating mode and smart idle mode from client drivers. It's primarily aimed at lowering the

Re: [PATCH 2/3] arm: omap: let pm code always handle musb pm init

2010-05-19 Thread Eduardo Valentin
On Wed, May 19, 2010 at 11:40:17AM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: From: Felipe Balbi felipe.ba...@nokia.com musb pm has special needs on omap3430, let pm init code handle usb_musb_pm_init() so we can always release all resources after initializing PM. Right..

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Liam Girdwood
On Wed, 2010-05-19 at 13:46 +0300, Eduardo Valentin wrote: Hello Lian, On Tue, May 18, 2010 at 10:13:12PM +0200, Liam Girdwood wrote: Add a small API to configure McBSP smart idle modes to conserve power. I'm sorry but I didn't get the point of this patch, as you didn't add any wider

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Eduardo Valentin
On Wed, May 19, 2010 at 01:07:11PM +0200, Liam Girdwood wrote: On Wed, 2010-05-19 at 13:42 +0300, Eduardo Valentin wrote: On Tue, May 18, 2010 at 10:13:10PM +0200, Liam Girdwood wrote: This series expands the OMAP mcbsp driver to support changing it's DMA operating mode and smart idle

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Eduardo Valentin
On Wed, May 19, 2010 at 01:21:26PM +0200, Liam Girdwood wrote: On Wed, 2010-05-19 at 13:46 +0300, Eduardo Valentin wrote: Hello Lian, On Tue, May 18, 2010 at 10:13:12PM +0200, Liam Girdwood wrote: Add a small API to configure McBSP smart idle modes to conserve power. I'm sorry

Re: [PATCH 1/4] OMAP: mcbsp - add omap_mcbsp_set_dma_op_mode()

2010-05-19 Thread Liam Girdwood
On Wed, 2010-05-19 at 13:50 +0300, Eduardo Valentin wrote: On Tue, May 18, 2010 at 10:13:11PM +0200, Liam Girdwood wrote: This adds a method to set the MCBSP DMA OP mode. OK. good. But again, why do you need set dma op mode other than inside mcbsp code? I think Peter has answered this.

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Peter Ujfalusi
On Wednesday 19 May 2010 13:52:27 Valentin Eduardo (Nokia-D/Helsinki) wrote: The DMA pointer is easy, and it was know before as well, but according to my tests, the McBSP FIFO caused delay reporting is fairly accurate. I'll ask my users, if they have done some additional tests. OK. fair

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Eduardo Valentin
On Wed, May 19, 2010 at 01:36:51PM +0200, Ujfalusi Peter (Nokia-D/Tampere) wrote: On Wednesday 19 May 2010 13:52:27 Valentin Eduardo (Nokia-D/Helsinki) wrote: The DMA pointer is easy, and it was know before as well, but according to my tests, the McBSP FIFO caused delay reporting is fairly

Re: [PATCH 2/3] arm: omap: let pm code always handle musb pm init

2010-05-19 Thread Felipe Balbi
On Wed, May 19, 2010 at 01:24:31PM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: But IIRC, if we are coming back from OFF mode the autoidle bit will be 1 again. Which means, we still need this part to set it back to 0, otherwise, the sw wa is screwed. ok, I'll put it back here, or we

Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue

2010-05-19 Thread Benoit Cousson
Hi Vishwa, On 5/13/2010 12:12 PM, shweta gulati wrote: From: Vishwanath Sripathyvishwanath...@ti.com OMAP3430/3630 has a Silicon bug because of which SDRC is released from IDLE even before Core DPLL has locked. This leads to undefined behaviour of SDRC DLL. This patch has workaround for the

[PATCH] ARMv7: Use the Inner Shareable I-cache on MP

2010-05-19 Thread Santosh Shilimkar
This patch fixes the flush_cache_all for ARMv7 SMP. It was missing from commit b8349b569aae661dea9d59d7d2ee587ccea3336c Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm/mm/cache-v7.S |6 +- 1 files changed, 5

[PATCH] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Santosh Shilimkar
As part of the CONFIG_OMAP_RESET_CLOCKS routine, all the clock are cut which are not acquired/enabled during the boot. Because of this on OMAP4, memory controller clocks (emif) getting disabled which prevents further boot This patch uses ENABLE_ON_INIT flag on the emif clock nodes and adds a

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Peter Ujfalusi
On Wednesday 19 May 2010 14:46:40 Valentin Eduardo (Nokia-D/Helsinki) wrote: On Wed, May 19, 2010 at 01:36:51PM +0200, Ujfalusi Peter (Nokia-D/Tampere) wrote: On Wednesday 19 May 2010 13:52:27 Valentin Eduardo (Nokia-D/Helsinki) wrote: The DMA pointer is easy, and it was know before as

[PATCH v2] ARMv7: Use the Inner Shareable I-cache on MP

2010-05-19 Thread Santosh Shilimkar
This patch fixes the flush_cache_all for ARMv7 SMP. It was missing from commit b8349b569aae661dea9d59d7d2ee587ccea3336c Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Cc: Catalin Marinas catalin.mari...@arm.com --- Updated version after removing the not necessary second hunk

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Peter Ujfalusi
On Wednesday 19 May 2010 13:43:28 ext Liam Girdwood wrote: On Tue, 2010-05-18 at 16:01 -0700, Kevin Hilman wrote: Liam Girdwood l...@slimlogic.co.uk writes: Add a small API to configure McBSP smart idle modes to conserve power. Would be useful here to explain why client drivers need

RE: [PATCH 2/2] omap: iommu-add functionality to get TLB miss interrupt

2010-05-19 Thread Kanigeri, Hari
Hi Hiroshi, -Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Wednesday, May 19, 2010 4:28 AM To: Kanigeri, Hari Cc: linux-omap@vger.kernel.org; t...@atomide.com; Gupta, Ramesh Subject: Re: [PATCH 2/2] omap: iommu-add functionality to get TLB miss

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Peter Ujfalusi
On Wednesday 19 May 2010 14:07:11 ext Liam Girdwood wrote: On Wed, 2010-05-19 at 13:42 +0300, Eduardo Valentin wrote: On Tue, May 18, 2010 at 10:13:10PM +0200, Liam Girdwood wrote: This series expands the OMAP mcbsp driver to support changing it's DMA operating mode and smart idle mode

Re: [PATCH v2] ARMv7: Use the Inner Shareable I-cache on MP

2010-05-19 Thread Venkatraman S
Santosh Shilimkar santosh.shilim...@ti.com wrote: This patch fixes the flush_cache_all for ARMv7 SMP. It was missing from commit b8349b569aae661dea9d59d7d2ee587ccea3336c Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Cc: Catalin Marinas catalin.mari...@arm.com --- Updated version

RE: [PATCH v2] ARMv7: Use the Inner Shareable I-cache on MP

2010-05-19 Thread Shilimkar, Santosh
-Original Message- From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of S, Venkatraman Sent: Wednesday, May 19, 2010 6:06 PM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; Catalin Marinas Subject: Re: [PATCH v2] ARMv7:

Re: [PATCH 4/4] omap: cpu: Power tracking support for cgroup cpuacct

2010-05-19 Thread Nishanth Menon
Mike Chan had written, on 05/18/2010 08:30 PM, the following: Specify new power field in struct omap_opp, which is power exported in milliWatt. power_usage function gives power consumed in milliWatt seconds Signed-off-by: Mike Chan m...@android.com --- arch/arm/plat-omap/cpu-omap.c

RE: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue

2010-05-19 Thread Sripathy, Vishwanath
Hi Benoit, -Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 5:28 PM To: Gulati, Shweta Cc: linux-omap@vger.kernel.org; Sripathy, Vishwanath Subject: Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue Hi Vishwa, On 5/13/2010 12:12 PM, shweta gulati

RE: [PATCH 00/11] OMAP: GPIO: Implement GPIO in HWMOD way

2010-05-19 Thread Varadarajan, Charulatha
-Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 2:24 PM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; t...@atomide.com; khil...@deeprootsystems.com Subject: Re: [PATCH 00/11] OMAP: GPIO: Implement GPIO in

RE: [PATCH 01/11] OMAP: GPIO: Modify init() in preparation for platform device implementation

2010-05-19 Thread Varadarajan, Charulatha
-Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 1:32 PM To: Varadarajan, Charulatha Cc: Tony Lindgren; linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; khil...@deeprootsystems.com Subject: Re: [PATCH 01/11] OMAP: GPIO: Modify init() in

RE: [PATCH v2] ARMv7: Use the Inner Shareable I-cache on MP

2010-05-19 Thread Catalin Marinas
On Wed, 2010-05-19 at 13:39 +0100, Shilimkar, Santosh wrote: -Original Message- From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of S, Venkatraman Sent: Wednesday, May 19, 2010 6:06 PM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org;

Re: [PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-19 Thread Ville Syrjälä
On Wed, May 19, 2010 at 10:21:48AM +0200, Valkeinen Tomi (Nokia-D/Helsinki) wrote: Hi, On Wed, 2010-05-19 at 10:08 +0200, ext Guennadi Liakhovetski wrote: Hi Tomi On Wed, 19 May 2010, Tomi Valkeinen wrote: + MIPI_DSI_DCS_SHORT_WRITE= 5, Please

Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue

2010-05-19 Thread Benoit Cousson
On 5/19/2010 3:50 PM, Sripathy, Vishwanath wrote: Hi Benoit, -Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 5:28 PM To: Gulati, Shweta Cc: linux-omap@vger.kernel.org; Sripathy, Vishwanath Subject: Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue Hi

RE: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue

2010-05-19 Thread Sripathy, Vishwanath
Hi Benoit, -Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 8:00 PM To: Sripathy, Vishwanath Cc: Gulati, Shweta; linux-omap@vger.kernel.org Subject: Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue On 5/19/2010 3:50 PM, Sripathy, Vishwanath wrote:

Re: [PATCH v3 1/3] omap3 gpmc: functionality enhancement

2010-05-19 Thread Vimal Singh
On Tue, May 18, 2010 at 4:46 PM, Sukumar Ghorai s-gho...@ti.com wrote: few functions added in gpmc module and to be used by other drivers like NAND. E.g.: - ioctl function      - ecc functions Signed-off-by: Sukumar Ghorai s-gho...@ti.com ---  arch/arm/mach-omap2/gpmc.c             |  246

Re: [PATCH 0/4] McBSP smart idle and DMA op mode updates for ASoC

2010-05-19 Thread Jarkko Nikula
On Wed, 19 May 2010 15:27:35 +0300 Peter Ujfalusi peter.ujfal...@nokia.com wrote: The sysfs set interface implies userspace having knowledge of driver capabilities and configuration in order to safely toggle between the two DMA modes. Imo, the mcbsp client driver should be the only entity

Re: [PATCH] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Paul Walmsley
Santosh, a comment. On Wed, 19 May 2010, Santosh Shilimkar wrote: As part of the CONFIG_OMAP_RESET_CLOCKS routine, all the clock are cut which are not acquired/enabled during the boot. Because of this on OMAP4, memory controller clocks (emif) getting disabled which prevents further boot

Re: [PATCH 1/4] fbdev: add a MIPI DSI header

2010-05-19 Thread Paul Mundt
On Wed, May 19, 2010 at 05:27:32PM +0300, Ville Syrj?l? wrote: On Wed, May 19, 2010 at 10:21:48AM +0200, Valkeinen Tomi (Nokia-D/Helsinki) wrote: I think a simple solution would be to just use defines, and have functions that take the command as u8. That's what the OMAP DSI driver does.

Re: [PATCH 00/11] OMAP: GPIO: Implement GPIO in HWMOD way

2010-05-19 Thread Benoit Cousson
On 5/19/2010 3:55 PM, Varadarajan, Charulatha wrote: From: Cousson, Benoit Sent: Wednesday, May 19, 2010 2:24 PM On 5/18/2010 4:50 PM, Charulatha V wrote: This patch series implements GPIO module in platform device model. It also makes OMAP2PLUS specific GPIO implemented in HWMOD FW way.

RE: [PATCH v4 0/5] Adding MMC Support on OMAP4430 SDP

2010-05-19 Thread Madhusudhan
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Tuesday, May 18, 2010 7:09 PM To: kishore kadiyala Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; madhu...@ti.com; jarkko.lavi...@nokia.com; r...@arm.linux.org.uk; p...@pwsan.com;

Re: [PATCH v3 2/3] omap3 nand: cleanup virtual address usages

2010-05-19 Thread Vimal Singh
On Tue, May 18, 2010 at 4:46 PM, Sukumar Ghorai s-gho...@ti.com wrote: This patch removes direct reference of gpmc address from generic nand platform code. Nand platform code now uses wrapper functions which are implemented in gpmc module. Signed-off-by: Sukumar Ghorai s-gho...@ti.com

Re: [PATCH 01/11] OMAP: GPIO: Modify init() in preparation for platform device implementation

2010-05-19 Thread Benoit Cousson
On 5/19/2010 3:57 PM, Varadarajan, Charulatha wrote: -Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 1:32 PM To: Varadarajan, Charulatha Cc: Tony Lindgren; linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; khil...@deeprootsystems.com Subject: Re:

Re: [PATCH 4/4] omap: cpu: Power tracking support for cgroup cpuacct

2010-05-19 Thread Thomas Renninger
On Wednesday 19 May 2010 15:11:03 Nishanth Menon wrote: Mike Chan had written, on 05/18/2010 08:30 PM, the following: Specify new power field in struct omap_opp, which is power exported in milliWatt. ... + totalpower += cpuacct_freq[i] * mpu_opps[i + 1].power; ... + unsigned

RE: [PATCH] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Shilimkar, Santosh
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, May 19, 2010 8:21 PM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] omap4: Fix multi-omap boot with reset un-used clocks Santosh, a comment. On Wed, 19 May 2010,

Re: [PATCH v4 0/5] Adding MMC Support on OMAP4430 SDP

2010-05-19 Thread kishore kadiyala
- Original Message - From: Tony Lindgren t...@atomide.com To: kishore kadiyala kishore.kadiy...@ti.com Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; madhu...@ti.com; jarkko.lavi...@nokia.com; r...@arm.linux.org.uk; p...@pwsan.com; santosh.shilim...@ti.com Sent:

Re: [PATCH v3 1/3] omap3 gpmc: functionality enhancement

2010-05-19 Thread Peter Barada
On Wed, 2010-05-19 at 20:16 +0530, Vimal Singh wrote: On Tue, May 18, 2010 at 4:46 PM, Sukumar Ghorai s-gho...@ti.com wrote: few functions added in gpmc module and to be used by other drivers like NAND. E.g.: - ioctl function - ecc functions Signed-off-by: Sukumar Ghorai

Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue

2010-05-19 Thread Benoit Cousson
On 5/19/2010 4:37 PM, Sripathy, Vishwanath wrote: Hi Benoit, -Original Message- From: Cousson, Benoit Sent: Wednesday, May 19, 2010 8:00 PM To: Sripathy, Vishwanath Cc: Gulati, Shweta; linux-omap@vger.kernel.org Subject: Re: [PATCH V2] OMAP3: PM: Workaround for DPLL3 Lock issue On

[PATCH] tsl2563 ALS support for Nokia N900

2010-05-19 Thread Ameya Palande
This commit will enable usage of tsl2563 ambient light sensor on Nokia N900. Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git

[PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Santosh Shilimkar
This patch uses ENABLE_ON_INIT flag on the emif clock nodes to avoid the emif clk getting cut as part of reset un-used clock routine which prevents boot. Since omap4 omap2_clk_init() calls clk_enable_init_clocks() which increases the usecount on all ENABLE_ON_INIT clocks, it prevents

Re: [PATCH] twl4030_wdt: Disable watchdog while probing

2010-05-19 Thread Wim Van Sebroeck
Hi Ameya, If we are not able to register then it is better to have watchdog in disabled state than noticing a system reboot. Signed-off-by: Ameya Palande ameya.pala...@nokia.com This was added in my linux-2.6-watchdog-next tree. Will be sent to Linus for mainline inclusion in a couple of

omap: hwmod questions

2010-05-19 Thread Kanigeri, Hari
Hi, I have few questions regarding hwmod usage. Can any one please respond to this. 1. I see omap_device_build function doing the platform_device_register, but I didn't find the equivalent function that does platform_device_unregister. Is this expected? 2. What is the purpose of

OMAP 3530 - DPLL4 Clock

2010-05-19 Thread Danilo Caravana
Hi all, I'm using Linux kernel on my OMAP 3530 product, but i need the McSPI running at exactly 6,5 Mhz. The problem is that McSPI clocks is derived from DPLL4 which has a 96 MHz output. I need to change the DPLL4 clock in Linux, and need everything else working (Except USB, which need 48MHz).

Re: [RFC/PATCH 0/6] DSPBRIDGE: fix mem+cache API issues

2010-05-19 Thread Felipe Contreras
On Tue, May 18, 2010 at 3:53 PM, Ohad Ben-Cohen o...@wizery.com wrote: On Tue, May 18, 2010 at 3:24 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Cool. I actually tried your patches to render to the framebuffer, and everything seemed to work fine. I didn't check for error codes or

RE: [PATCH 3/3] arm: omap: musb: do not issue SOFTRESET on omap3630

2010-05-19 Thread Gadiyar, Anand
felipe.ba...@nokia.com wrote: From: Felipe Balbi felipe.ba...@nokia.com Errata ID i445 says we SOFTRESET doesn't work properly on omap3630, so let's avoid issuing that here. Not really - all it says is that a ULPI reset is not propagated to the PHY when you softreset the controller. The

RE: [PATCH v3 1/3] omap3 gpmc: functionality enhancement

2010-05-19 Thread Ghorai, Sukumar
Vimal, -Original Message- From: Peter Barada [mailto:peter.bar...@gmail.com] Sent: 2010-05-19 21:18 To: Vimal Singh Cc: Ghorai, Sukumar; linux-omap@vger.kernel.org; linux- m...@lists.infradead.org; t...@atomide.com; sako...@gmail.com; m...@compulab.co.il; artem.bityuts...@nokia.com

Re: [PATCH v3 2/3] omap3 nand: cleanup virtual address usages

2010-05-19 Thread Vimal Singh
On Wed, May 19, 2010 at 10:54 PM, Ghorai, Sukumar s-gho...@ti.com wrote:        /* take care of subpage reads */        for (; len % 4 != 0; ) {                *buf++ = __raw_readb(info-nand.IO_ADDR_R);                len--;        } -       p = (u32 *) buf; Above code had an issue,

Re: [PATCH v2 00/17] omap: mailbox: reorganize init

2010-05-19 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [100519 02:58]: On Tue, May 18, 2010 at 10:58 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH v2 00/17] omap: mailbox: reorganize init Date: Tue, 18 May 2010 18:57:55 +0200

Re: [PATCH v3 2/3] omap3 nand: cleanup virtual address usages

2010-05-19 Thread Tony Lindgren
* Vimal Singh vimal.neww...@gmail.com [100519 11:02]: On Wed, May 19, 2010 at 10:54 PM, Ghorai, Sukumar s-gho...@ti.com wrote:        /* take care of subpage reads */        for (; len % 4 != 0; ) {                *buf++ = __raw_readb(info-nand.IO_ADDR_R);                len--;    

Re: [PATCH 4/4] omap: cpu: Power tracking support for cgroup cpuacct

2010-05-19 Thread Mike Chan
On Wed, May 19, 2010 at 8:34 AM, Thomas Renninger tr...@suse.de wrote: On Wednesday 19 May 2010 15:11:03 Nishanth Menon wrote: Mike Chan had written, on 05/18/2010 08:30 PM, the following: Specify new power field in struct omap_opp, which is power exported in milliWatt. ... +          

Re: [PATCH 4/4] omap: cpu: Power tracking support for cgroup cpuacct

2010-05-19 Thread Nishanth Menon
Mike Chan had written, on 05/19/2010 01:56 PM, the following: On Wed, May 19, 2010 at 8:34 AM, Thomas Renninger tr...@suse.de wrote: On Wednesday 19 May 2010 15:11:03 Nishanth Menon wrote: Mike Chan had written, on 05/18/2010 08:30 PM, the following: Specify new power field in struct

Re: [PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Nishanth Menon
Shilimkar, Santosh had written, on 05/19/2010 11:38 AM, the following: This patch uses ENABLE_ON_INIT flag on the emif clock nodes to avoid the emif clk getting cut as part of reset un-used clock routine which prevents boot. Since omap4 omap2_clk_init() calls clk_enable_init_clocks() which

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 6)

2010-05-19 Thread Rafael J. Wysocki
On Wednesday 19 May 2010, Felipe Balbi wrote: On Tue, May 18, 2010 at 03:59:48PM +0200, ext James Bottomley wrote: On Tue, 2010-05-18 at 09:40 +0300, Felipe Balbi wrote: On Mon, May 17, 2010 at 09:49:35PM +0200, ext James Bottomley wrote: Right, because Firmware writers are from the rugged

[PATCH] omap:hwmod-remove prm header from prm-regbits-xxxx headers

2010-05-19 Thread Hari Kanigeri
The prm-regbits-.h header files are not dependent on prm.h header file. Signed-off-by: Hari Kanigeri h-kanige...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c |1 + arch/arm/mach-omap2/prm-regbits-24xx.h |1 - arch/arm/mach-omap2/prm-regbits-34xx.h |1 -

[PATCH 0/4] DSPBRIDGE: Remove comments refering to Windows OS.

2010-05-19 Thread Ivan Gomez Castellanos
This patch series remove comments refering to: WMD (Windows Mini Driver) WCD (Windows Class Driver) Mini-driver Class-driver As they refer to the Windows Driver Model. Instead of using these, they are replaced as follows: WMD = Bridge driver (Contain only hardware specific functionallity) WCD =

[PATCH 1/4] DSPBRIDGE: Remove comments refering to WMD.

2010-05-19 Thread Ivan Gomez Castellanos
This patch removes comments refering to WMD (Windows Mini Driver). This is a complement of the patch series to remove code refering to other OS. Signed-off-by: Ivan Gomez Castellanos ivan.go...@ti.com --- arch/arm/plat-omap/include/dspbridge/_chnl_sm.h |2 +-

[PATCH 2/4] DSPBRIDGE: Remove comments refering to WCD.

2010-05-19 Thread Ivan Gomez Castellanos
This patch removes comments refering to WCD (Windows Class Driver). This is a complement of the patch series to remove code refering to other OS. Signed-off-by: Ivan Gomez Castellanos ivan.go...@ti.com --- arch/arm/plat-omap/include/dspbridge/chnl.h |2 +-

[PATCH 4/4] DSPBRIDGE: Remove comments refering to class driver

2010-05-19 Thread Ivan Gomez Castellanos
class-driver refers to the Windows Driver Model, and as this code is specific to Linux then these comments are removed. This is a complement of the patch series to remove code refering to other OS. Signed-off-by: Ivan Gomez Castellanos ivan.go...@ti.com ---

[PATCH 3/4] DSPBRIDGE: Remove comments refering to mini driver

2010-05-19 Thread Ivan Gomez Castellanos
mini-driver refers to the Windows Driver Model, and as this code is specific to Linux then these comments are removed. This is a complement of the patch series to remove code refering to other OS. Signed-off-by: Ivan Gomez Castellanos ivan.go...@ti.com ---

DSS2 failure with current linux-omap head

2010-05-19 Thread Steve Sakoman
I did a quick test build of the current linux-omap head and get a failure very early on in the boot process in drivers/video/omap2/vram.c code: Illegal SDRAM size for VRAM It is generated by the following code: bdata = NODE_DATA(0)-bdata; sdram_start = bdata-node_min_pfn

Re: [RFC/PATCH] arm: oprofile: remove locking from suspend/resume

2010-05-19 Thread Kevin Hilman
Russell King - ARM Linux li...@arm.linux.org.uk writes: On Tue, May 18, 2010 at 05:13:01PM -0700, Kevin Hilman wrote: Since oprofile is a sysdev, its suspend/resume methods are called with interrupts disabled. Using a mutex (which might sleep) in this atomic context is not safe. It isn't a

Re: [PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Paul Walmsley
Hi, On Wed, 19 May 2010, Santosh Shilimkar wrote: This patch uses ENABLE_ON_INIT flag on the emif clock nodes to avoid the emif clk getting cut as part of reset un-used clock routine which prevents boot. Since omap4 omap2_clk_init() calls clk_enable_init_clocks() which increases the

Re: OMAP 3530 - DPLL4 Clock

2010-05-19 Thread Paul Walmsley
On Wed, 19 May 2010, Danilo Caravana wrote: I'm using Linux kernel on my OMAP 3530 product, but i need the McSPI running at exactly 6,5 Mhz. The problem is that McSPI clocks is derived from DPLL4 which has a 96 MHz output. You might be able to change the source of 48M_FCLK to come from the

[GIT PULL] OMAP clock/powerdomain/hwmod/omap_device patches for 2.6.35

2010-05-19 Thread Paul Walmsley
Hi Tony, Here are some patches for 2.6.35. This branch is based on your omap-for-linus branch. regards, - Paul The following changes since commit 0b088e693d0f2126444b9e97ec7e716602d884e3: AM3517: rename the i2c boardinfo to make it more readable (2010-05-14 14:15:30 -0700) are

Re: [PATCH v4 0/5] Adding MMC Support on OMAP4430 SDP

2010-05-19 Thread Tony Lindgren
* kishore kadiyala kishore.kadiy...@ti.com [100519 08:39]: FYI, the MMC on omap4 is not quite there yet at least on my board. It mostly detects the card with omap_4430sdp_defconfig, but fails always unless CONFIG_RTC_DRV_TWL92330=y.. This is without CONFIG_SMP as it oopses. Hope you are

Re: [PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [100519 12:56]: looks like network is still not functional on SDP4430. different issue Oh so Ethernet does not work either? What's wrong with that? Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Nishanth Menon
Tony Lindgren had written, on 05/19/2010 08:00 PM, the following: * Nishanth Menon n...@ti.com [100519 12:56]: looks like network is still not functional on SDP4430. different issue Oh so Ethernet does not work either? What's wrong with that? I was told offline that the driver is somewhere in

Re: [PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Nishanth Menon
Tony Lindgren had written, on 05/19/2010 08:06 PM, the following: * Nishanth Menon n...@ti.com [100519 17:58]: Tony Lindgren had written, on 05/19/2010 08:00 PM, the following: * Nishanth Menon n...@ti.com [100519 12:56]: looks like network is still not functional on SDP4430. different issue

[PM][PATCH] omap3: cpufreq: allow default opp table init

2010-05-19 Thread Nishanth Menon
For board files which choose to override the defaults, the existing mechanism will work, for boards that would like to work with defaults, allow init_common_hw to call init_opp_table to initialize if not already initialized. this will allow all omap boards which have opp tables predefined for a

Re: [PATCH v2] omap4: Fix multi-omap boot with reset un-used clocks

2010-05-19 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [100519 18:03]: Tony Lindgren had written, on 05/19/2010 08:06 PM, the following: * Nishanth Menon n...@ti.com [100519 17:58]: Tony Lindgren had written, on 05/19/2010 08:00 PM, the following: * Nishanth Menon n...@ti.com [100519 12:56]: looks like network is

  1   2   >