Re: [PATCH 1/5] omap: panda: wlan board muxing

2011-02-14 Thread panduranga
Hi Ohad, I will modify the patch accordingly. Regards, Pandu. - Original Message - From: Ohad Ben-Cohen o...@wizery.com To: Mallireddy, Panduranga panduranga_mallire...@ti.com Cc: Coelho, Luciano coe...@ti.com; net...@vger.kernel.org; linux-omap@vger.kernel.org;

Re: [PATCH] OMAP: Fix Memory Leaks in Smartreflex driver.

2011-02-14 Thread Gulati, Shweta
Any comments on this Patch?? On Tue, Feb 8, 2011 at 5:22 PM, Shweta Gulati shweta.gul...@ti.com wrote: This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com ---  

Re: How to enable dvfs in omap.

2011-02-14 Thread Kahn, Gery
Dear Nishanth, On Sun, Feb 13, 2011 at 17:43, Nishanth Menon n...@ti.com wrote: Kahn, Gery wrote, on 02/13/2011 08:39 PM: Thank you for the git. The pull worked good without problem. During compilation i found such problem: arch/arm/plat-omap/cpu-omap.c:142: error: 'struct ' has no

Re: How to enable dvfs in omap.

2011-02-14 Thread Menon, Nishanth
On Mon, Feb 14, 2011 at 14:36, Kahn, Gery ge...@ti.com wrote: Did you able to run cpu at 1.2GHz at Zoom3 ? I know some people in TI would have done it. I personally have not worked on 1.2GHz. Regards, Nishanth Menon -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

Re: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

2011-02-14 Thread Kahn, Gery
Dear Vishwanath, On Fri, Jan 21, 2011 at 16:01, Vishwanath BS vishwanath...@ti.com wrote: Changes in the omap cpufreq driver for DVFS support. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Santosh Shilimkar santosh.shilim...@ti.com ---  arch/arm/plat-omap/cpu-omap.c |   35

Re: [PATCH] i2c-omap: Double clear of ARDY status in IRQ handler

2011-02-14 Thread J, KEERTHY
On Fri, Feb 11, 2011 at 4:20 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Fri, 11 Feb 2011 12:15:18 +0530 Keerthy j-keer...@ti.com wrote: From: Richard woodruff r-woodru...@ti.com ProDB00017052 - ARDY interrupt reasserted after being cleared. This errata caused intermittent i2c

Re: [PATCH 7/7] usb: musb: OMAP4430: Fix usb device detection if connected during boot

2011-02-14 Thread Felipe Balbi
Hi, On Thu, Feb 03, 2011 at 03:19:47PM +0530, Hema HK wrote: +static void omap2430_musb_enable(struct musb *musb) +{ + u8 devctl; + unsigned long timeout = jiffies + msecs_to_jiffies(1000); + struct device *dev = musb-controller; + struct musb_hdrc_platform_data

Re: [PATCH] OMAP: IOMMU: add missing function declaration

2011-02-14 Thread David Cohen
On Mon, Feb 14, 2011 at 12:36 AM, Varadarajan, Charulatha ch...@ti.com wrote: On Sat, Feb 12, 2011 at 19:09, David Cohen daco...@gmail.com wrote: Function declaration 'iopgtable_lookup_entry' is missing from header file. Is this done because of any error? You may add a comment on why this is

Re: [RFC/PATCH 1/3] OMAP: IOMMU: Add generic IOMMU errors code

2011-02-14 Thread David Cohen
On Mon, Feb 14, 2011 at 12:33 AM, Varadarajan, Charulatha ch...@ti.com wrote: On Sat, Feb 12, 2011 at 18:42, David Cohen daco...@gmail.com wrote: Generic IOMMU errors code are necessary to handle errors on generic layer. Signed-off-by: David Cohen daco...@gmail.com ---  

[PATCH] OMAP4: clockdomain: Remove pr_errs' stating unsupported wkdep

2011-02-14 Thread Rajendra Nayak
Now that wkup and sleep dependencies are supported (in the form of static deps) for OMAP4, remove all instances of pr_errs' stating dependencies are still unsupported on OMAP4. Signed-off-by: Rajendra Nayak rna...@ti.com --- Patch applies on the integration-2.6.39 of

RE: [PATCH 3/3] OMAP4: clockdomain: Add wkup/sleep dependency support

2011-02-14 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 4:27 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; Kevin Hilman; Benoit Cousson; linux-arm-ker...@lists.infradead.org Subject: RE: [PATCH 3/3] OMAP4: clockdomain: Add

RE: [PATCH 1/7] omap: clock: Check for enable/disable ops support

2011-02-14 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 4:48 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; b-cous...@ti.com; khil...@ti.com; santosh.shilim...@ti.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH

[PATCH v6 04/10] omap2: Fix camera resources for multiomap

2011-02-14 Thread Laurent Pinchart
From: Sergio Aguirre saagui...@ti.com Make sure the kernel can be compiled with both OMAP2 and OMAP3 camera support linked in, and give public symbols proper omap2/omap3 prefixes. Signed-off-by: Sergio Aguirre saagui...@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com

[PATCH v6 10/10] omap3isp: Kconfig and Makefile

2011-02-14 Thread Laurent Pinchart
Add the OMAP3 ISP driver to the kernel build system. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/Kconfig| 13 + drivers/media/video/Makefile |2 ++ drivers/media/video/omap3-isp/Makefile | 13 +

[PATCH v6 00/10] OMAP3 ISP driver

2011-02-14 Thread Laurent Pinchart
Hi everybody, Here's the sixth version of the OMAP3 ISP driver patches, updated to 2.6.38-rc4 and the latest changes in the media controller and sub-device APIs. You can find the patches in http://git.linuxtv.org/pinchartl/media.git as usual (media-0005-omap3isp). David Cohen (1): omap3isp:

[PATCH v6 03/10] omap3: Add function to register omap3isp platform device structure

2011-02-14 Thread Laurent Pinchart
The omap3isp platform device requires platform data. Instead of registering the device in omap2_init_devices(), export an omap3_init_camera() function to fill the device structure with the platform data pointer and register the device. Signed-off-by: Laurent Pinchart

[PATCH v6 02/10] omap3: Remove unusued ISP CBUFF resource

2011-02-14 Thread Laurent Pinchart
From: Sergio Aguirre saagui...@ti.com The ISP CBUFF module isn't use, its resource isn't needed. Signed-off-by: Sergio Aguirre saagui...@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/devices.c |5 - 1

[PATCH v6 01/10] ARM: OMAP3: Update Camera ISP definitions for OMAP3630

2011-02-14 Thread Laurent Pinchart
From: Tuukka Toivonen tuukka...@gmail.com Add new/changed base address definitions and resources for OMAP3630 ISP. The OMAP3430 CSI2PHY block is same as the OMAP3630 CSIPHY2 block. But the later name is chosen as it gives more symmetry to the names. Signed-off-by: Tuukka Toivonen

RE: [PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-14 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 5:35 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; b-cous...@ti.com; khil...@ti.com; santosh.shilim...@ti.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH

RE: [PATCH v2 4/7] omap: dpll: Add allow_idle/deny_idle support for all DPLL's

2011-02-14 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 5:58 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; b-cous...@ti.com; khil...@ti.com; santosh.shilim...@ti.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH

Re: [PATCH v6 02/10] omap3: Remove unusued ISP CBUFF resource

2011-02-14 Thread Felipe Balbi
On Mon, Feb 14, 2011 at 01:21:29PM +0100, Laurent Pinchart wrote: From: Sergio Aguirre saagui...@ti.com The ISP CBUFF module isn't use, its resource isn't needed. Signed-off-by: Sergio Aguirre saagui...@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Tony

RE: [PATCH v2 5/7] omap: dpll: Enable all OMAP3/4 dpll autoidle late at boot

2011-02-14 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 6:13 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; b-cous...@ti.com; khil...@ti.com; santosh.shilim...@ti.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH

Re: [PATCH v6 03/10] omap3: Add function to register omap3isp platform device structure

2011-02-14 Thread Felipe Balbi
Hi, On Mon, Feb 14, 2011 at 01:21:30PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index d389756..4cf48ea 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -34,6 +34,8 @@ #include mux.h #include

RE: [PATCH v2 7/7] omap4: dpll: Enable auto gate control for all MX postdividers

2011-02-14 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 6:41 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; b-cous...@ti.com; khil...@ti.com; santosh.shilim...@ti.com; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH

Re: [PATCH v6 04/10] omap2: Fix camera resources for multiomap

2011-02-14 Thread Felipe Balbi
Hi, On Mon, Feb 14, 2011 at 01:21:31PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 4cf48ea..5d844bd 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -38,7 +38,7 @@ #if

Re: [PATCH v6 07/10] omap3isp: CCP2/CSI2 receivers

2011-02-14 Thread Felipe Balbi
On Mon, Feb 14, 2011 at 01:21:34PM +0100, Laurent Pinchart wrote: The OMAP3 ISP CCP2 and CSI2 receivers provide an interface to connect serial MIPI sensors to the device. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Sakari Ailus sakari.ai...@iki.fi

Re: [PATCH v6 07/10] omap3isp: CCP2/CSI2 receivers

2011-02-14 Thread Felipe Balbi
On Mon, Feb 14, 2011 at 01:21:34PM +0100, Laurent Pinchart wrote: The OMAP3 ISP CCP2 and CSI2 receivers provide an interface to connect serial MIPI sensors to the device. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Sakari Ailus sakari.ai...@iki.fi

RE: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

2011-02-14 Thread Vishwanath Sripathy
-Original Message- From: Kahn, Gery [mailto:ge...@ti.com] Sent: Monday, February 14, 2011 3:04 PM To: Vishwanath BS Cc: linux-omap@vger.kernel.org; patc...@linaro.org; Santosh Shilimkar Subject: Re: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support Dear Vishwanath, On

Re: [PATCH v6 00/10] OMAP3 ISP driver

2011-02-14 Thread Hans Verkuil
This patch series is Acked-by: Hans Verkuil hverk...@xs4all.nl Regards, Hans On Monday, February 14, 2011 13:21:27 Laurent Pinchart wrote: Hi everybody, Here's the sixth version of the OMAP3 ISP driver patches, updated to 2.6.38-rc4 and the latest changes in the media controller

Re: [PATCH v6 02/10] omap3: Remove unusued ISP CBUFF resource

2011-02-14 Thread Laurent Pinchart
Hi Felipe, On Monday 14 February 2011 13:31:06 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:29PM +0100, Laurent Pinchart wrote: From: Sergio Aguirre saagui...@ti.com The ISP CBUFF module isn't use, its resource isn't needed. Signed-off-by: Sergio Aguirre saagui...@ti.com

Re: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

2011-02-14 Thread Menon, Nishanth
On Mon, Feb 14, 2011 at 18:19, Vishwanath Sripathy vishwanath...@ti.com wrote: Is there solution for the issue? Yes this is an issue if CONFIG_SMP is disabled. We probably will need to put this code under #ifdef CONFIG_SMP till lpj is handled for SMP in generic cpufreq code itself .

Re: [PATCH v6 03/10] omap3: Add function to register omap3isp platform device structure

2011-02-14 Thread Laurent Pinchart
Hi Felipe, On Monday 14 February 2011 13:34:30 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:30PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index d389756..4cf48ea 100644 --- a/arch/arm/mach-omap2/devices.c +++

Re: [PATCH v4 0/5] ARM: omap[34]: Thumb-2 compatibility fixes

2011-02-14 Thread Dave Martin
On Fri, Feb 11, 2011 at 03:31:20PM -0800, Kevin Hilman wrote: Hi Dave, Dave Martin dave.mar...@linaro.org writes: This set of patches, along with some other patches under discussion on alkml, should enable omap3 and omap4 kernels to be built with CONFIG_THUMB2_KERNEL. OK, I tried

Re: [PATCH v6 03/10] omap3: Add function to register omap3isp platform device structure

2011-02-14 Thread Felipe Balbi
Hi, On Mon, Feb 14, 2011 at 02:07:08PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.h b/arch/arm/mach-omap2/devices.h new file mode 100644 index 000..12ddb8a --- /dev/null +++ b/arch/arm/mach-omap2/devices.h @@ -0,0 +1,17 @@ +/* + *

Re: [PATCH v6 04/10] omap2: Fix camera resources for multiomap

2011-02-14 Thread Laurent Pinchart
Hi Felipe, Thanks for the review. On Monday 14 February 2011 13:35:59 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:31PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 4cf48ea..5d844bd 100644 ---

Re: [PATCH v6 07/10] omap3isp: CCP2/CSI2 receivers

2011-02-14 Thread Laurent Pinchart
Hi Felipe, On Monday 14 February 2011 13:37:39 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:34PM +0100, Laurent Pinchart wrote: The OMAP3 ISP CCP2 and CSI2 receivers provide an interface to connect serial MIPI sensors to the device. Signed-off-by: Laurent Pinchart

Re: [PATCH v6 07/10] omap3isp: CCP2/CSI2 receivers

2011-02-14 Thread Laurent Pinchart
Hi Felipe, On Monday 14 February 2011 13:37:39 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:34PM +0100, Laurent Pinchart wrote: The OMAP3 ISP CCP2 and CSI2 receivers provide an interface to connect serial MIPI sensors to the device. Signed-off-by: Laurent Pinchart

Re: [PATCH v6 04/10] omap2: Fix camera resources for multiomap

2011-02-14 Thread Felipe Balbi
Hi, On Mon, Feb 14, 2011 at 02:19:24PM +0100, Laurent Pinchart wrote: Thanks for the review. np. On Monday 14 February 2011 13:35:59 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:31PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.c

Re: [PATCH] omap iommu: print module name on error messages

2011-02-14 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com Subject: [PATCH] omap iommu: print module name on error messages Date: Sat, 12 Feb 2011 12:02:29 +0200 OMAP IOMMU generic layer doesn't need ot print function name during error messages. Print module name instead which is more useful. Agree. This makes

RE: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

2011-02-14 Thread Vishwanath Sripathy
-Original Message- From: Menon, Nishanth [mailto:n...@ti.com] Sent: Monday, February 14, 2011 6:33 PM To: Vishwanath Sripathy Cc: Gery Kahn; linux-omap@vger.kernel.org; patc...@linaro.org; Santosh Shilimkar Subject: Re: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

Re: OMAP3 USB NFS root

2011-02-14 Thread Felipe Balbi
On Mon, Feb 14, 2011 at 03:46:46PM +0200, Tomi Valkeinen wrote: Hi, I've been trying to get USB ethernet gadget driver working so that I can use NFS root to boot my board (overo or beagle). With 2.6.37 I did get it work, but only after I enabled host mode and set the driver mode to OTG.

Re: [PATCH v6 04/10] omap2: Fix camera resources for multiomap

2011-02-14 Thread Laurent Pinchart
Hi Felipe, On Monday 14 February 2011 14:41:16 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 02:19:24PM +0100, Laurent Pinchart wrote: On Monday 14 February 2011 13:35:59 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 01:21:31PM +0100, Laurent Pinchart wrote: diff --git

Re: OMAP3 USB NFS root

2011-02-14 Thread Tomi Valkeinen
On Mon, 2011-02-14 at 07:48 -0600, Balbi, Felipe wrote: On Mon, Feb 14, 2011 at 03:46:46PM +0200, Tomi Valkeinen wrote: Hi, I've been trying to get USB ethernet gadget driver working so that I can use NFS root to boot my board (overo or beagle). With 2.6.37 I did get it work, but

Re: Pandaboard boot problem

2011-02-14 Thread Jean Pihet
On Fri, Feb 4, 2011 at 2:53 AM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [110201 10:29]: Hi! I have a problem with a Pandaboard hanging a few seconds after the kernel boot, likely due to the watchdog firing. The kernel boots fine, mounts the root FS

Re: OMAP3 USB NFS root

2011-02-14 Thread Felipe Balbi
On Mon, Feb 14, 2011 at 04:00:39PM +0200, Tomi Valkeinen wrote: On Mon, 2011-02-14 at 07:48 -0600, Balbi, Felipe wrote: On Mon, Feb 14, 2011 at 03:46:46PM +0200, Tomi Valkeinen wrote: Hi, I've been trying to get USB ethernet gadget driver working so that I can use NFS root to boot

Re: [PATCH v10 18/18] OMAP2,3: DSS2: Get DSS IRQ from platform device

2011-02-14 Thread Tomi Valkeinen
Hi, On Mon, 2011-01-24 at 11:52 +0530, ext Sumit Semwal wrote: From: Senthilvadivu Guruswamy svad...@ti.com DSS IRQ number can be obtained from platform_get_irq(). This API in turn picks the right IRQ number belonging to HW IP from the hwmod database. So hardcoding of IRQ number could be

Re: OMAP: DSS2: Common IRQ handler for all OMAPs

2011-02-14 Thread Tomi Valkeinen
Hi, On Wed, 2011-02-02 at 08:56 +, archit taneja wrote: OMAP2 has an irq line dedicated for DISPC interrupts, there is no DSI on omap2. OMAP3 has a common irq line for DISPC and DSI interrupts. OMAP4 has seperate irq lines for DISPC and DSI Interrupts. Use dss_features to have a common

Re: OMAP: DSS2: Common IRQ handler for all OMAPs

2011-02-14 Thread Felipe Balbi
Hi, On Mon, Feb 14, 2011 at 04:21:47PM +0200, Tomi Valkeinen wrote: On Wed, 2011-02-02 at 08:56 +, archit taneja wrote: OMAP2 has an irq line dedicated for DISPC interrupts, there is no DSI on omap2. OMAP3 has a common irq line for DISPC and DSI interrupts. OMAP4 has seperate irq

Re: Pandaboard boot problem

2011-02-14 Thread Jarkko Nikula
On Mon, 14 Feb 2011 15:01:30 +0100 Jean Pihet jean.pi...@newoldbits.com wrote: If so, I've seen this same issue few times after having my panda powered off for a while, for example over the weekend. What I've noticed is that leaving just u-boot prompt running for a few minutes cures the

Re: [PATCH v2 06/13] OMAP4: hwmod data: Add McBSP

2011-02-14 Thread Cousson, Benoit
Hi Kishon, I found a couple of weird stuff in this patch that does not look good to me and that must be fixed before merging that code. On 1/31/2011 3:50 PM, ABRAHAM, KISHON VIJAY wrote: From: Benoit Coussonb-cous...@ti.com Added a revision member inorder to facilitate the driver to

Re: [PATCH v4 0/5] ARM: omap[34]: Thumb-2 compatibility fixes

2011-02-14 Thread Nicolas Pitre
On Mon, 14 Feb 2011, Dave Martin wrote: @@ -289,8 +297,20 @@ clean_l2: * - should be faster and will change with kernel * - 'might' have to copy address, load and jump to it */ +#ifdef CONFIG_THUMB2_KERNEL + /* kernel is non-interworking : must do this from Thumb

Re: [PATCH v5 3/5] OMAP4: hwmod data: add mailbox data

2011-02-14 Thread Cousson, Benoit
Hi Omar, I found one minor change wrt to the original that I'd like to understand better. On 2/2/2011 8:27 PM, Ramirez Luna, Omar wrote: From: Benoit Coussonb-cous...@ti.com Mailbox hwmod data for omap4. Signed-off-by: Benoit Coussonb-cous...@ti.com Signed-off-by: Omar Ramirez

[PATCH RESEND v6 0/4] Introduce support for TI816X processor series

2011-02-14 Thread Hemant Pedanekar
(Resending v6 with cc: linux-arm-kernel) This patch set adds support for TI816X processor series. This series includes DM8168, C6A816x and AM389x devices. The details can be found at following links: http://focus.ti.com/general/docs/gencontent.tsp?contentId=77960

[PATCH RESEND v6 1/4] TI816X: Update common omap platform files

2011-02-14 Thread Hemant Pedanekar
This patch updates the common platform files with TI816X support. The approach taken in this patch is to add TI816X as part of OMAP3 variant where the cpu class is considered as OMAP34XX and the type is TI816X. This means, both cpu_is_omap34xx() and cpu_is_ti816x() checks return success on

[PATCH RESEND v6 2/4] TI816X: Update common OMAP machine specific sources

2011-02-14 Thread Hemant Pedanekar
This patch updates the common machine specific source files with support for TI816X. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-omap2/clock3xxx_data.c |5 +++- arch/arm/mach-omap2/common.c | 21 +++ arch/arm/mach-omap2/control.h

[PATCH RESEND v6 3/4] TI816X: Create board support and enable build for TI816X EVM

2011-02-14 Thread Hemant Pedanekar
This patch adds minimal support and build configuration for TI816X EVM. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-omap2/Kconfig |5 +++ arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-ti8168evm.c | 57

Re: [PATCH v6 04/10] omap2: Fix camera resources for multiomap

2011-02-14 Thread David Cohen
On Mon, Feb 14, 2011 at 3:50 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Felipe, Hello, On Monday 14 February 2011 14:41:16 Felipe Balbi wrote: On Mon, Feb 14, 2011 at 02:19:24PM +0100, Laurent Pinchart wrote: On Monday 14 February 2011 13:35:59 Felipe Balbi wrote:

Re: [PATCH v6 03/10] omap3: Add function to register omap3isp platform device structure

2011-02-14 Thread David Cohen
On Mon, Feb 14, 2011 at 3:18 PM, Felipe Balbi ba...@ti.com wrote: Hi, Hi On Mon, Feb 14, 2011 at 02:07:08PM +0100, Laurent Pinchart wrote: diff --git a/arch/arm/mach-omap2/devices.h b/arch/arm/mach-omap2/devices.h new file mode 100644 index 000..12ddb8a --- /dev/null +++

Re: [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

2011-02-14 Thread Kahn, Gery
Hi Vishwanath, On Mon, Feb 14, 2011 at 14:49, Vishwanath Sripathy vishwanath...@ti.com wrote: I took those patches and applied to my .38-rc4 with help from Nishanth Menon. There is problem appeared during compilation: arch/arm/plat-omap/cpu-omap.c:142: error: 'struct cpuinfo_arm' has no

Re: [PATCH v3 2/4] OMAP4: hwmod: add entries for DMIC driver

2011-02-14 Thread Cousson, Benoit
Hi David, I have few comments about the modification you did to the original code. On 1/25/2011 11:01 PM, Lambert, David wrote: From: Benoit Coussonb-cous...@ti.com Adds HWMOD entries for the OMAP DMIC driver and creates a platform device. The HWMOD entires define the system The changelog

Re: [PATCH v4 0/5] ARM: omap[34]: Thumb-2 compatibility fixes

2011-02-14 Thread Dave Martin
On Mon, Feb 14, 2011 at 10:00:23AM -0500, Nicolas Pitre wrote: On Mon, 14 Feb 2011, Dave Martin wrote: @@ -289,8 +297,20 @@ clean_l2: * - should be faster and will change with kernel * - 'might' have to copy address, load and jump to it */ +#ifdef CONFIG_THUMB2_KERNEL

RE: [RESEND][PATCH] ARM: OMAP: Add chip id recognition for OMAP4 ES2.1 and ES2.2

2011-02-14 Thread Nishant Kamat
Hi Tony, There have been no comments on this patch but an Ack from Santosh. Would you please accept/merge this, or do you have any comments? Thanks, Nishant -Original Message- From: Nishant Kamat [mailto:nska...@ti.com] Sent: Thursday, January 27, 2011 7:29 PM To:

Re: [PATCH 6/6] ARM: pm: allow generic sleep code to be used with SMP CPU idle

2011-02-14 Thread Russell King - ARM Linux
On Sun, Feb 13, 2011 at 01:59:54PM -0800, Colin Cross wrote: On Fri, Feb 11, 2011 at 8:19 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: Allow the generic sleep code to be used with SMP CPU idle by storing N CPU stack pointers rather than just one. Signed-off-by: Russell King

Re: [PATCH 0/4] OMAP4: DSS2: Adding fclk support for DPI interface

2011-02-14 Thread Tomi Valkeinen
Hi, On Thu, 2011-02-03 at 07:56 -0600, Murthy, Raghuveer wrote: - Adding dss_feature for DPLL fclk - Enabling pixel clock generation for DPI interface A bit more description what the patch set is about would be nice. Also, one line patch descriptions are a bit too short for anything else than

[PATCH] omap: dmtimer: Enable autoidle

2011-02-14 Thread Tero Kristo
This will save some power. Signed-off-by: Tero Kristo tero.kri...@nokia.com --- arch/arm/plat-omap/dmtimer.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c index 1d706cf..949becc 100644 ---

Re: [PATCH v9 05/11] OMAP4: hwmod data: add dmtimer

2011-02-14 Thread Cousson, Benoit
Hi Tarun, I just have two comments. On 2/11/2011 12:17 PM, DebBarma, Tarun Kanti wrote: From: Cousson, Benoitb-cous...@ti.com Add dmtimer data. Signed-off-by: Cousson, Benoitb-cous...@ti.com Signed-off-by: Tarun Kanti DebBarmatarun.ka...@ti.com ---

Re: [PATCH] OMAP4: clockdomain: Remove pr_errs' stating unsupported wkdep

2011-02-14 Thread Paul Walmsley
in the 'clkdm_statdep_omap4_2.6.39' branch of git://git.pwsan.com/linux-2.6. This patch is part of the 'integration-2.6.39' branch of git://git.pwsan.com/linux-integration as of tag 'integration-2.6.39-20110214-003'. - Paul -- To unsubscribe from this list: send the line unsubscribe linux

RE: [PATCH 3/3] OMAP4: clockdomain: Add wkup/sleep dependency support

2011-02-14 Thread Paul Walmsley
On Mon, 14 Feb 2011, Rajendra Nayak wrote: Thanks for the changes. I used the 'integration-2.6.39-20110212-002' tag (with the OMAP4 changes as well) and tested OFF mode in suspend on my 3430sdp. Also boot tested (making sure all static deps are cleared at boot) on my 4430sdp. Sounds good,

RE: [PATCH 1/7] omap: clock: Check for enable/disable ops support

2011-02-14 Thread Paul Walmsley
On Mon, 14 Feb 2011, Rajendra Nayak wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Sunday, February 13, 2011 4:48 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; b-cous...@ti.com; khil...@ti.com; santosh.shilim...@ti.com; linux-arm-

RE: [PATCH v2 3/7] omap: clock: Add allow_idle/deny_idle support in clkops

2011-02-14 Thread Paul Walmsley
On Mon, 14 Feb 2011, Rajendra Nayak wrote: A couple of issues on the clk_autoidle_a_2.6.39 branch: -1- There seems to be a missing fix which causes an abort at boot on omap4 http://marc.info/?l=linux-omapm=129768574027232w=2 This should be fixed now that this branch is rebased on your first

RE: [PATCH v2 4/7] omap: dpll: Add allow_idle/deny_idle support for all DPLL's

2011-02-14 Thread Paul Walmsley
On Mon, 14 Feb 2011, Rajendra Nayak wrote: Yes, the autogen scripts are updated, however they are currently in a separate branch (dpll-gatectrl). Will merge them into master soon. OK, great. No real reason for not adding OMAP2 dpll autoidle support. Its just that I started off trying to do

RE: [PATCH v2 5/7] omap: dpll: Enable all OMAP3/4 dpll autoidle late at boot

2011-02-14 Thread Paul Walmsley
On Mon, 14 Feb 2011, Rajendra Nayak wrote: Since I already tested the clk_autoidle_a_2.6.39 branch which also has this patch included, you can add a Tested-by: Rajendra Nayak rna...@ti.com Thanks, added. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

Re: [PATCH v10 18/18] OMAP2,3: DSS2: Get DSS IRQ from platform device

2011-02-14 Thread Semwal, Sumit
Hi, On Mon, Feb 14, 2011 at 7:39 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: Hi, On Mon, 2011-01-24 at 11:52 +0530, ext Sumit Semwal wrote: From: Senthilvadivu Guruswamy svad...@ti.com DSS IRQ number can be obtained from platform_get_irq().  This API in turn picks the right IRQ number

Re: [PATCH v3 2/3] OMAP4: hwmod data: add DSS DISPC DSI1,2 RFBI HDMI VENC

2011-02-14 Thread Semwal, Sumit
Hi Benoit, On Fri, Feb 11, 2011 at 10:20 PM, Cousson, Benoit b-cous...@ti.com wrote: Hi Sumit, While I was trying to merge that patch for 2.6.39, I found some changes that I didn't expected. I will take care of cleaning this patch, but I'd to get the rational first. All the other comments

Re: [PATCH 0/4] RETU fetch IRQ via struct resource

2011-02-14 Thread Felipe Balbi
Hi, On Thu, Feb 10, 2011 at 12:21:17PM +0200, Felipe Balbi wrote: here are 4 very quick patches to grab IRQ via struct resource. Now all these changes need to be ported to Tahvo. I'm not sure I'll have any time to look at that for a while, though. I have put together a few more patches

Re: [PATCH 3/5] ARM: l2x0: Errata fix for flush by Way operation can cause data corruption

2011-02-14 Thread Andrei Warkentin
On Sun, Feb 13, 2011 at 11:08 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: -Original Message- From: Andrei Warkentin [mailto:andr...@motorola.com] Sent: Sunday, February 13, 2011 4:48 AM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; Kevin Hilman; t...@atomide.com;

Re: [PATCH v4 0/5] ARM: omap[34]: Thumb-2 compatibility fixes

2011-02-14 Thread Nicolas Pitre
On Mon, 14 Feb 2011, Dave Martin wrote: On Mon, Feb 14, 2011 at 10:00:23AM -0500, Nicolas Pitre wrote: +#ifdef CONFIG_THUMB2_KERNEL + .align + bx pc + nop + .arm Also here, the .align has the potential to introduce a zero halfword in the instruction stream before the

Re: [PATCH 2/5] omap4: Enable ARM local timers with OMAP4430 es1.0 exception

2011-02-14 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [110212 03:28]: On OMAP4430 ES1.0 the local timers are gated by security. Enable the CONFIG_LOCAL_TIMERS for omap2plus build and handle the OMAP4430 es1.0 exception case. This patch has dependency on the first patch in this series. ARM:

Re: [PATCH 3/5] ARM: l2x0: Errata fix for flush by Way operation can cause data corruption

2011-02-14 Thread Andrei Warkentin
On Mon, Feb 14, 2011 at 1:33 PM, Andrei Warkentin andr...@motorola.com wrote: Fair enough, but you're doing it right now :-). I believe the smarter approach would be to start abstracting all accesses to secure-only resources (like the DCR reg). This would be your hypervisor interface. Then

Re: [PATCH 4/5] omap2plus: omap4: Set NR_CPU to 2 instead of default 4

2011-02-14 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [110212 03:28]: The omap2plus_defconfig picks default NR_CPU value as 4 which isn't correct for OMAP4430. Available CPUs are ony 2, so fix the same. I'll queue this for the upcoming merge window. Tony -- To unsubscribe from this list: send the line

Re: [PATCH 5/5] omap4: Remove 'FIXME: omap44xx_sram_init not implemented'

2011-02-14 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [110212 03:28]: The omap44xx_sram_init() implements functionality to push some code on SRAM whenever the code can't be executed from external memory. The low power and DVFS code can be executed from external DDR itself thanks to OMAP4 memory

Re: [PATCH v2 1/2] regulator: twl: add clk32kg to twl-regulator

2011-02-14 Thread Tony Lindgren
* Mark Brown broo...@opensource.wolfsonmicro.com [110211 03:17]: On Thu, Feb 10, 2011 at 06:44:50PM +0530, Balaji T K wrote: In OMAP4 Blaze and Panda, 32KHz clock to WLAN is supplied from Phoenix TWL6030. The 32KHz clock state (ON/OFF) is configured in CLK32KG_CFG_[GRP, TRANS, STATE]

Re: [PATCH 1/2] OMAP2420: mailbox: fix IVA vs DSP IRQ numbering

2011-02-14 Thread Tony Lindgren
* Kevin Hilman khil...@ti.com [110211 11:55]: The IRQ numbering for the IVA and DSP mailboxes was switched due to the wrong ordering in the OMAP2 mbox list. Switch the ordering so DSP is first and matches all the other SoCs. Tested on OMAP2420/n810. I'll queue both as fixes for the -rc

Re: [PATCH v2] OMAP: PM: DMA: Enable runtime pm

2011-02-14 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: From: Manjunath G Kondaiah manj...@ti.com Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put_autosuspend for OMAP DMA driver. The DMA driver uses auto suspend feature of runtime pm framework through which the clock gets disabled

Re: [PATCH V4] OMAP3: PM: Set/clear T2 bit for Smartreflex on TWL

2011-02-14 Thread Kevin Hilman
Shweta Gulati shweta.gul...@ti.com writes: From: Thara Gopinath th...@ti.com Voltage control on TWL can be done using VMODE/I2C1/I2C_SR. Since almost all platforms use I2C_SR on omap3, omap3_twl_init by default expects that OMAP's I2C_SR is plugged in to TWL's I2C and calls

Re: [PATCH V4] OMAP3: PM: Set/clear T2 bit for Smartreflex on TWL

2011-02-14 Thread Kevin Hilman
Menon, Nishanth n...@ti.com writes: On Fri, Feb 4, 2011 at 11:17, Shweta Gulati shweta.gul...@ti.com wrote: From: Thara Gopinath th...@ti.com Gentle ping - folks after 8 days no comments, does this rev address all previous comments? if so, it might be good to get some acks ;) Gentle

Re: [PATCH V4] OMAP3: PM: Set/clear T2 bit for Smartreflex on TWL

2011-02-14 Thread Kevin Hilman
On Mon, 2011-02-14 at 14:24 -0800, Kevin Hilman wrote: Shweta Gulati shweta.gul...@ti.com writes: From: Thara Gopinath th...@ti.com Voltage control on TWL can be done using VMODE/I2C1/I2C_SR. Since almost all platforms use I2C_SR on omap3, omap3_twl_init by default expects that OMAP's

Re: [PATCH V4] OMAP3: PM: Set/clear T2 bit for Smartreflex on TWL

2011-02-14 Thread Kevin Hilman
Kevin Hilman khil...@ti.com writes: Shweta Gulati shweta.gul...@ti.com writes: From: Thara Gopinath th...@ti.com Voltage control on TWL can be done using VMODE/I2C1/I2C_SR. Since almost all platforms use I2C_SR on omap3, omap3_twl_init by default expects that OMAP's I2C_SR is plugged in to

Re: [PATCH] arm: mach-omap2: smartreflex: fix another memory leak

2011-02-14 Thread Kevin Hilman
Aaro Koskinen aaro.koski...@nokia.com writes: Temporary strings with volt_* file names should be released after the debugfs entries are created. The patch eliminates kmemleak reports with the following stack trace (multiple objects depending on HW): unreferenced object 0xcedbc5a0 (size

Re: [PATCHv2] arm: mach-omap2: smartreflex: fix another memory leak

2011-02-14 Thread Kevin Hilman
Aaro Koskinen aaro.koski...@nokia.com writes: Temporary strings with volt_* file names should be released after the debugfs entries are created. While at it, also simplify the string allocation, and use just snprintf() to create the name. The patch eliminates kmemleak reports with the

Re: [PATCH] OMAP: Fix Memory Leaks in Smartreflex driver.

2011-02-14 Thread Kevin Hilman
Shweta Gulati shweta.gul...@ti.com writes: This Patch frees all the dynamically allocated memory which couldn't have been released in some error hitting cases. Signed-off-by: Shweta Gulati shweta.gul...@ti.com Looks fine for 2.6.38-rc cycle. Please repost with linux-arm-kernel in Cc, and

Re: [PATCH] OMAP: McBSP: Remove unused audio macros in mcbsp.h

2011-02-14 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [110204 01:17]: Some macros defined in mcbsp.h related to audio, which are never being used is removed. Applying this to devel-cleanup branch for the upcoming merge window. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

Re: [RESEND][PATCH] ARM: OMAP: Add chip id recognition for OMAP4 ES2.1 and ES2.2

2011-02-14 Thread Tony Lindgren
* Nishant Kamat nska...@ti.com [110214 07:53]: Hi Tony, There have been no comments on this patch but an Ack from Santosh. Would you please accept/merge this, or do you have any comments? Thanks will queue. Next time, please also Cc linux-arm-kernel mailing list for your arch/arm/*omap*/

Re: [PATCH v4 0/5] ARM: omap[34]: Thumb-2 compatibility fixes

2011-02-14 Thread Kevin Hilman
Hi Dave, Dave Martin dave.mar...@linaro.org writes: On Mon, Feb 14, 2011 at 10:00:23AM -0500, Nicolas Pitre wrote: On Mon, 14 Feb 2011, Dave Martin wrote: @@ -289,8 +297,20 @@ clean_l2: * - should be faster and will change with kernel * - 'might' have to copy address, load

Re: [PATCH 0/4] RETU fetch IRQ via struct resource

2011-02-14 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [110214 10:58]: Hi, On Thu, Feb 10, 2011 at 12:21:17PM +0200, Felipe Balbi wrote: here are 4 very quick patches to grab IRQ via struct resource. Now all these changes need to be ported to Tahvo. I'm not sure I'll have any time to look at that for a while,

Re: [PATCH RESEND v6 2/4] TI816X: Update common OMAP machine specific sources

2011-02-14 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: [...] @@ -402,7 +422,7 @@ void __init omap2_init_common_devices(struct omap_sdrc_params *sdrc_cs0, omap_hwmod_late_init(); - if (cpu_is_omap24xx() || cpu_is_omap34xx()) { + if (omap3_has_sdrc()) {

Re: [PATCH] omap: dmtimer: Enable autoidle

2011-02-14 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: This will save some power. Signed-off-by: Tero Kristo tero.kri...@nokia.com Please report which platforms this was tested with. Also, please Cc linux-arm-kernel. Thanks, Kevin --- arch/arm/plat-omap/dmtimer.c |1 + 1 files changed, 1

Re: [PATCH RESEND v6 0/4] Introduce support for TI816X processor series

2011-02-14 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: (Resending v6 with cc: linux-arm-kernel) This patch set adds support for TI816X processor series. This series includes DM8168, C6A816x and AM389x devices. [...] Other than the minor comment/confirmation on PATCH 2/4, this series Reviewed-by: Kevin

Re: [PATCH] ARM: OMAP2: use early init hook

2011-02-14 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [110124 12:16]: * Russell King - ARM Linux li...@arm.linux.org.uk [110123 09:47]: On Sun, Jan 23, 2011 at 05:13:44PM +, Russell King - ARM Linux wrote: Move non-mapping and non-irq initialization code out of .map_io and .init_irq respectively into the

[PATCH] omap: Move omap2_check_revision and omap_sram_init out of map_io

2011-02-14 Thread Tony Lindgren
With the early init changes we just want to map IO in map_io. Both omap2_check_revision and omap_sram_init can be moved to happen later in omap2_init_common_infrastructure. Note that now we can now remove _omap2_map_common_io and remove the extra flushes too as devicemaps_init will take care of

  1   2   >