[PATCHv3 1/1] omap: Ptr isr_reg tracked as NULL was dereferenced

2010-11-08 Thread Evgeny Kuznetsov
From: Evgeny Kuznetsov ext-eugeny.kuznet...@nokia.com Value of isr_reg pointer is depend on configuration and GPIO method. Potentially it may have NULL value and it is dereferenced later in code. Warning and exit from function are added in this case. Signed-off-by: Evgeny Kuznetsov

Re: OMAP not resuming after waking from suspend to RAM after addition of the new OMAP serial drivers

2010-11-08 Thread Govindraj
On Fri, Nov 5, 2010 at 3:36 AM, Laine Walker-Avina lwalk...@ieee.org wrote: Hi, I'm having trouble resuming from RAM suspend with the recent addition of the new omap-serial driver. It appears to be in some sort of loop in serial_omap_console_putchar() sometime after console_release_sem() is

Re: [PATCH v2 3/7] OMAP4: hwmod data: add mailbox data

2010-11-08 Thread Cousson, Benoit
Hi Omar, On 11/7/2010 10:07 AM, Ramirez Luna, Omar wrote: On Sat, Nov 6, 2010 at 12:18 PM, Cousson, Benoitb-cous...@ti.com wrote: I don't know why, but this patch has nothing to do with my original one. Can you stick to the original code? no, apart from the ordering of structure members,

Re: [PATCH] arm: fix compilation warning during compilation

2010-11-08 Thread Uwe Kleine-König
Hello, On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com During compilation of 2.6.36 for Beagle board, there a are a couple of warnings. This patch fix them. Please break lines for commit logs at around 76 chars and mention the

Re: OMAP3 Feature list buggy

2010-11-08 Thread Grazvydas Ignotas
On Mon, Nov 8, 2010 at 9:02 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Fri, Nov 05, 2010 at 10:08:13AM -0500, Arno Steffen wrote: There is a copy/paste bug in arch/arm/plat-omaop/include/control: Please replace: #define OMAP3_IVA_MASK                  (1 OMAP3_SGX_SHIFT) by: #define

Re: UbiFS + HWECC(?) + BeagleBoard = fail

2010-11-08 Thread Grazvydas Ignotas
On Sun, Nov 7, 2010 at 9:40 AM, [AvataR] public.ava...@gmail.com wrote: Hi. After moving to upstream 2.6.3{5,6,7} kernels, i forced to use jffs2 instead of ubifs, because of lot CRC errors. If i use prefetch/dma, i can attach to ubi, make volume, write data, reboot - and got lots of CRC

Re: [PATCH 1/2] video: omap: vram: remove from normal memory

2010-11-08 Thread Tomi Valkeinen
Hi, On Sun, 2010-11-07 at 23:49 +0100, ext Felipe Contreras wrote: On Tue, Oct 19, 2010 at 3:03 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Yes, I can queue them (when the required memblock stuff is in). Now it's in :) (v2.6.37-rc1) I pushed vram patches to my DSS tree. I

[PATCH] OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()

2010-11-08 Thread Archit Taneja
Read correct DISPC_CONFIG bit when the channel is DIGIT, remove extra line at the end of the function. Signed-off-by: Archit Taneja arc...@ti.com --- drivers/video/omap2/dss/dispc.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/video/omap2/dss/dispc.c

Re: [PATCH] arm: fix compilation warning during compilation

2010-11-08 Thread Marco Stornelli
2010/11/8 Uwe Kleine-König u.kleine-koe...@pengutronix.de: Hello, On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com During compilation of 2.6.36 for Beagle board, there a are a couple of warnings. This patch fix them. Please

RE: Mistral AM37x (with AM3715) devel board networking broken

2010-11-08 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Rick Bronson Sent: Sunday, November 07, 2010 9:15 PM To: srin...@mistralsolutions.com; linux-omap@vger.kernel.org Subject: RE: Mistral AM37x (with AM3715) devel board

RE: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Tomi Valkeinen
Hi, On Fri, 2010-11-05 at 22:17 +0100, ext Taneja, Archit wrote: Hi, linux-omap-ow...@vger.kernel.org wrote: Introduce struct panel config data in panel.h, which will be used to match the right panel configurations in generic DPI panel driver and other future dsi panel drivers.

[PATCH v4 0/7] OMAP: DSS2: Overlay Manager LCD2 support in DISPC

2010-11-08 Thread Archit Taneja
This patch series which incorporates changes in DSS2 to enable omap_dss_device instances to use the new Overlay Manager LCD2 in DISPC. On OMAP4, we have a new DISPC channel for Overlay Manager LCD2. This channel's video port is a source port for RFBI, DSI2 and DPI. The Primary channel's video

[PATCH v4 1/7] OMAP: DSS2: Add dss_features for omap4 and overlay manager related features

2010-11-08 Thread Archit Taneja
Add support for LCD2 manager through introducing a new has_feature, Initialize a dss_features struct for omap4. Signed-off-by: Archit Taneja arc...@ti.com --- drivers/video/omap2/dss/dss_features.c | 43 ++- drivers/video/omap2/dss/dss_features.h |7 - 2

[PATCH v4 2/7] OMAP: DSS2: Represent DISPC register defines with channel as parameter

2010-11-08 Thread Archit Taneja
From: Sumit Semwal sumit.sem...@ti.com Introduce new enum members for LCD2 Channel and corresponding Overlay Manager. Represent some of the DISPC register defines with channel as a parameter to differentiate between LCD, DIGIT and LCD2 channels. Replace the existing reads/writes to these

[PATCH v4 3/7] OMAP: DSS2: Introduce omap_channel as a omap_dss_device parameter

2010-11-08 Thread Archit Taneja
From: Sumit Semwal sumit.sem...@ti.com A new member 'channel' is introduced in omap_dss_device structure to determine which channel the panel uses. The dispc functions used by interface drivers (dsi, sdi etc) will use this member to differentiate between the 2 channels. The following dispc

[PATCH v4 4/7] OMAP: DSS2: Change remaining Dispc functions for new 'channel' argument

2010-11-08 Thread Archit Taneja
From: Sumit Semwal sumit.sem...@ti.com The following dispc functions are changed to incorporate channel as an argument: -dispc_lclk_rate() -dispc_pclk_rate() -dispc_set_pol_freq() -dispc_set_clock_div() -dispc_get_clock_div() Signed-off-by: Sumit Semwal

[PATCH v4 5/7] OMAP: DSS2: LCD2 Channel Changes for DISPC

2010-11-08 Thread Archit Taneja
From: Sumit Semwal sumit.sem...@ti.com Modify DISPC functions to work with LCD2 as the DISPC Channel. Signed-off-by: Sumit Semwal sumit.sem...@ti.com Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Samreen samr...@ti.com --- arch/arm/plat-omap/include/plat/display.h |4 +

[PATCH v4 6/7] OMAP: DSS2: Use dss_features to handle DISPC bits removed on OMAP4

2010-11-08 Thread Archit Taneja
DISPC_CONFIG bits LCDENABLEPOL, LCDENABLESIGNAL, PCKFREEENABLE and FUNCGATED have been removed from OMAP4, use dss_features to handle them correctly. Signed-off-by: Archit Taneja arc...@ti.com --- drivers/video/omap2/dss/dispc.c | 12 +++- 1 files changed, 11 insertions(+), 1

[PATCH v4 7/7] OMAP: DSS2: Add new Overlay Manager

2010-11-08 Thread Archit Taneja
From: Sumit Semwal sumit.sem...@ti.com Add new Overlay Manager in manager.c, make changes needed for LCD2 channel. Signed-off-by: Sumit Semwal sumit.sem...@ti.com Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Samreen samr...@ti.com --- drivers/video/omap2/dss/dispc.c | 21

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Tomi Valkeinen
Hi, On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: Introduce struct panel config data in panel.h, which will be used to match the right panel configurations in generic DPI panel driver and other future dsi panel drivers. Still keep sharp_ls_panel, since the sharp_ls_panel driver

Re: [PATCH] OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()

2010-11-08 Thread Tomi Valkeinen
On Mon, 2010-11-08 at 12:56 +0100, ext Archit Taneja wrote: Read correct DISPC_CONFIG bit when the channel is DIGIT, remove extra line at the end of the function. Signed-off-by: Archit Taneja arc...@ti.com Thanks, applied. Tomi -- To unsubscribe from this list: send the line unsubscribe

[PATCH v4 00/13] OMAP: DMA: hwmod and DMA as platform device

2010-11-08 Thread G, Manjunath Kondaiah
Changes incorporated from v3 version: 1. http://www.spinics.net/lists/arm-kernel/msg102937.html 2. http://www.spinics.net/lists/arm-kernel/msg103156.html All the information such as build, testing etc from 'v3' is valid for v4 also(except this series is rebased to latest linux omap master

[PATCH v4 01/13] OMAP: DMA: Replace read/write macros with functions

2010-11-08 Thread G, Manjunath Kondaiah
The low level read/write macros are replaced with static inline functions and register offsets are handled through static register offset tables mapped through enumeration constants. The objective of this patch is to prepare for omap dma driver cleanup and dma hwmod implementation. The code

[PATCH v4 02/13] OMAP: DMA: Introduce errata handling feature

2010-11-08 Thread G, Manjunath Kondaiah
Implement errata handling to use flags instead of cpu_is_* and cpu_class_* in the code. The errata flags are initialized at init time and during runtime we are using the errata variable (via the IS_DMA_ERRATA macro) to execute the required errata workaround. Reused errata handling patch from

[PATCH v4 03/13] OMAP: DMA: Introduce DMA device attributes

2010-11-08 Thread G, Manjunath Kondaiah
Introduce OMAP DMA device attributes for using the same in DMA platform driver for all OMAP's and hwmod database(OMAP2+ onwards) Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar

[PATCH v4 04/13] OMAP2420: DMA: hwmod: add system DMA

2010-11-08 Thread G, Manjunath Kondaiah
Add OMAP2420 DMA hwmod structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 85

[PATCH v4 05/13] OMAP2430: DMA: hwmod: add system DMA

2010-11-08 Thread G, Manjunath Kondaiah
Add OMAP2430 DMA hwmod structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 85

[PATCH v4 06/13] OMAP3: DMA: hwmod: add system DMA

2010-11-08 Thread G, Manjunath Kondaiah
Add OMAP3 DMA hwmod structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 94

[PATCH v4 07/13] OMAP4: DMA: hwmod: add system DMA

2010-11-08 Thread G, Manjunath Kondaiah
From: Benoit Cousson b-cous...@ti.com Add OMAP4 DMA hwmod structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com ---

[PATCH v4 08/13] OMAP1: DMA: Introduce DMA driver as platform device

2010-11-08 Thread G, Manjunath Kondaiah
Register OMAP1 DMA driver as platform device and add support for registering through platform device layer using resource structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar

[PATCH v4 09/13] OMAP2+: DMA: hwmod: Device registration

2010-11-08 Thread G, Manjunath Kondaiah
Prepare omap2+ dma driver to use hwmod infrastructure so that DMA driver can register as platform device. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com ---

[PATCH v4 12/13] OMAP2+: DMA: descriptor autoloading feature

2010-11-08 Thread G, Manjunath Kondaiah
From: Venkatraman S svenk...@ti.com Add sDMA driver support for descriptor autoloading feature. Descriptor autoloading is OMAP sDMA v5 hardware capability that can be exploited for scatter gather scenarios, currently available in OMAP3630 and OMAP4430. The feature works as described below. 1. A

[PATCH v4 13/13] OMAP: PM: DMA: Enable runtime pm

2010-11-08 Thread G, Manjunath Kondaiah
Enable runtime pm and use pm_runtime_get and pm_runtime_put for OMAP DMA driver. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/plat-omap/dma.c | 13

[PATCH] OMAP3: I2C: hwmod: Fix PRCM module offset

2010-11-08 Thread G, Manjunath Kondaiah
The commit '311225e6' is missing '.module_offs' in prcm structure in omap3 hwmod data base which results in accessing wrong register for I2Cx IDLEST bit monitoring. Added module offsets for accessing register CM_IDLEST1_CORE. Patch tested on Zoom3 using omap2plus_defconfig Signed-off-by: G,

RE: Mistral AM37x (with AM3715) devel board networking broken

2010-11-08 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Premi, Sanjeev Sent: Monday, November 08, 2010 5:37 PM To: Rick Bronson; srin...@mistralsolutions.com; linux-omap@vger.kernel.org Subject: RE: Mistral AM37x (with

Re: [PATCH v2 6/7] omap: mailbox: fix detection for previously supported chips

2010-11-08 Thread Ramirez Luna, Omar
On Sun, Nov 7, 2010 at 3:05 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Huh? The mailbox is working for me on tidspbridge on 2.6.37-rc1. Are you using an omap based board with a 3630 chip? Regards, Omar -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

Re: [PATCH 0/5] omap: dsp: fixes for 2.6.37-rc1

2010-11-08 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [101107 14:38]: On Mon, Nov 8, 2010 at 12:02 AM, Greg KH g...@kroah.com wrote: On Sun, Nov 07, 2010 at 11:43:24PM +0200, Felipe Contreras wrote: Paul already sent these, but I did some minor modifications, mostly to minimize the amount of

Re: [PATCH v2 3/7] OMAP4: hwmod data: add mailbox data

2010-11-08 Thread Ramirez Luna, Omar
Hi Benoit, On Mon, Nov 8, 2010 at 2:56 AM, Cousson, Benoit b-cous...@ti.com wrote: no, apart from the ordering of structure members, that I will change, If you do want to change a patch already submitted to loml, the least you can do is to comment on the mailing list, and afaik, you didn't

Re: [PATCH] arm: fix compilation warning during compilation

2010-11-08 Thread Gadiyar, Anand
2010/11/8 Marco Stornelli marco.storne...@gmail.com: 2010/11/8 Uwe Kleine-König u.kleine-koe...@pengutronix.de: Hello, On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: From: Marco Stornelli marco.storne...@gmail.com During compilation of 2.6.36 for Beagle board, there a are

Re: [PATCH v2 06/12] staging: tidspbridge: convert core to list_head

2010-11-08 Thread Sapiens, Rene
Hi Ionut, On Sat, Nov 6, 2010 at 11:21 AM, Ionut Nicu ionut.n...@mindbit.ro wrote: Hi Rene, On Fri, 2010-11-05 at 15:07 -0600, Sapiens, Rene wrote: Hi Ionut, On Fri, Nov 5, 2010 at 9:13 AM, Ionut Nicu ionut.n...@gmail.com wrote: Convert the core module of the tidspbridge driver to use

Re: [PATCH v2 06/12] staging: tidspbridge: convert core to list_head

2010-11-08 Thread Sapiens, Rene
Hi Ionut, On Sat, Nov 6, 2010 at 11:31 AM, Ionut Nicu ionut.n...@mindbit.ro wrote: Hi Rene, On Fri, 2010-11-05 at 16:12 -0600, Sapiens, Rene wrote: Hi Ionut, On Fri, Nov 5, 2010 at 9:13 AM, Ionut Nicu ionut.n...@gmail.com wrote: Convert the core module of the tidspbridge driver to use

Re: [PATCH 0/5] omap: dsp: fixes for 2.6.37-rc1

2010-11-08 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101108 08:37]: * Felipe Contreras felipe.contre...@gmail.com [101107 14:38]: Thanks for putting together all these patches, that already helps people working on it a great deal. However, these patches are in the no-no category for -rc cycle, they're in

Re: [PATCH v2 07/12] staging: tidspbridge: convert pmgr to list_head

2010-11-08 Thread Sapiens, Rene
Hi Ionut, On Sun, Nov 7, 2010 at 7:39 AM, Ionut Nicu ionut.n...@mindbit.ro wrote: Hi Rene, On Fri, 2010-11-05 at 16:41 -0600, Sapiens, Rene wrote: Hi Ionut, On Fri, Nov 5, 2010 at 9:13 AM, Ionut Nicu ionut.n...@gmail.com wrote: Convert the pmgr module of the tidspbridge driver to use

Re: [PATCH v2 08/12] staging: tidspbridge: convert rmgr to list_head

2010-11-08 Thread Sapiens, Rene
Hi Ionut, On Sat, Nov 6, 2010 at 12:18 PM, Ionut Nicu ionut.n...@mindbit.ro wrote: Hi Rene, On Fri, 2010-11-05 at 18:07 -0600, Sapiens, Rene wrote: Hi Ionut, On Fri, Nov 5, 2010 at 9:13 AM, Ionut Nicu ionut.n...@gmail.com wrote: Convert the rmgr module of the tidspbridge driver to use

Re: [PATCH v2 14/14] OMAP2PLUS: Enable various options in defconfig

2010-11-08 Thread Tony Lindgren
* Thara Gopinath th...@ti.com [101029 08:30]: This patch enables Smartreflex and Cpu Freq in the omap2plus defconfig. Signed-off-by: Thara Gopinath th...@ti.com --- arch/arm/configs/omap2plus_defconfig |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Bryan Wu
On Mon, Nov 8, 2010 at 7:26 AM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Fri, 2010-11-05 at 20:43 +0100, ext Bryan Wu wrote: Introduce struct panel config data in panel.h, which will be used to match the right panel configurations in generic DPI panel driver and other future dsi

Re: [PATCH 1/3] OMAP: use generic panel data in board files

2010-11-08 Thread Bryan Wu
On Mon, Nov 8, 2010 at 7:19 AM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Fri, 2010-11-05 at 22:17 +0100, ext Taneja, Archit wrote: Hi, linux-omap-ow...@vger.kernel.org wrote: Introduce struct panel config data in panel.h, which will be used to match the right panel

Re: [PATCH v2 6/7] omap: mailbox: fix detection for previously supported chips

2010-11-08 Thread Cousson, Benoit
On 11/7/2010 10:15 AM, Ramirez Luna, Omar wrote: On Sat, Nov 6, 2010 at 1:11 PM, Cousson, Benoitb-cous...@ti.com wrote: -#if defined(CONFIG_ARCH_OMAP3430) +#if defined(CONFIG_ARCH_OMAP3) Ideally you should get rid of all the CONFIG_ARCH_OMAPXXX or cpu_is_omap in that code. This is a driver,

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #4)

2010-11-08 Thread Bryan Wu
There are 4 duplicated DPI panel drivers in DSS2 display driver. They are similar and a generic DPI panel driver can support all them with specific panel configuration. And new DPI panel driver can be easily supported by adding panel configurations into generic panel DPI driver. This patchset

[PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

2010-11-08 Thread Bryan Wu
Generic DPI panel driver includes the driver and 4 similar panel configurations. It will match the panel name which is passed from platform data and setup the right configurations. With generic DPI panel driver, we can remove those 4 duplicated panel display drivers. In the future, it is simple

[PATCH 2/3] OMAP: use generic DPI panel driver in board files

2010-11-08 Thread Bryan Wu
Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight control driver code which will be moved out later. Then we can use generic DPI driver for sharp_ls_panel. Signed-off-by: Bryan Wu bryan...@canonical.com --- arch/arm/mach-omap2/board-3430sdp.c | 10 +++---

[PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers

2010-11-08 Thread Bryan Wu
Still keep sharp_ls_panel driver, because it contains blacklight control driver. Signed-off-by: Bryan Wu bryan...@canonical.com --- drivers/video/omap2/displays/Kconfig | 18 -- drivers/video/omap2/displays/Makefile |3 -

Re: [PATCH 0/6] omap: iommu: hwmod support and code reorganization

2010-11-08 Thread Cousson, Benoit
On 11/7/2010 10:43 AM, Ramirez Luna, Omar wrote: On Sat, Nov 6, 2010 at 1:31 PM, Cousson, Benoitb-cous...@ti.com wrote: s/ducati/ipu/ s/tesla/dsp/ Please do not use internal codename for the changelog or even for the code. I picked this terminology from the driver, I didn't want to cause

Re: [PATCH 0/5] omap: dsp: fixes for 2.6.37-rc1

2010-11-08 Thread Felipe Contreras
On Mon, Nov 8, 2010 at 9:16 PM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [101108 08:37]: * Felipe Contreras felipe.contre...@gmail.com [101107 14:38]: Thanks for putting together all these patches, that already helps people working on it a great deal. However,

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-08 Thread Felipe Contreras
On Sun, Nov 7, 2010 at 11:36 PM, Felipe Contreras felipe.contre...@gmail.com wrote: The situation of tidspbridge driver on staging has been pretty sad, basically, it has never worked. This is a step backwards from the previous situation where it was clear which branch to use to get it working.

Re: [PATCH 2/6] OMAP3: hwmod data: Add mmu for iva2 and isp

2010-11-08 Thread Cousson, Benoit
On 11/7/2010 11:00 AM, Ramirez Luna, Omar wrote: On Sat, Nov 6, 2010 at 2:15 PM, Cousson, Benoitb-cous...@ti.com wrote: On 11/5/2010 9:19 PM, Ramirez Luna, Omar wrote: Add mmu hwmod data for iva2 and isp. s/iva2/iva/ Where this terminology can be found? I'm basing this naming on what was

Re: [PATCH 3/6] OMAP4: hwmod data: add mmu hwmod for ducati and tesla

2010-11-08 Thread Cousson, Benoit
On 11/7/2010 11:18 AM, Ramirez Luna, Omar wrote: On Sat, Nov 6, 2010 at 3:47 PM, Cousson, Benoitb-cous...@ti.com wrote: On 11/5/2010 9:19 PM, Ramirez Luna, Omar wrote: Add mmu hwmod data for ducati and tesla. s/ducati/ipu/ s/tesla/dsp/ Please do not use internal codename. Tried to avoid

Re: [PATCH 3/6] OMAP4: hwmod data: add mmu hwmod for ducati and tesla

2010-11-08 Thread Ramirez Luna, Omar
On Mon, Nov 8, 2010 at 5:21 PM, Cousson, Benoit b-cous...@ti.com wrote: I wrote this one from scratch, I didn't see that there were pieces to handle some stuff since the code is buried in a private tree. Not true at all... It was sent to l-o:

Re: [PATCH 2/6] OMAP3: hwmod data: Add mmu for iva2 and isp

2010-11-08 Thread Ramirez Luna, Omar
On Mon, Nov 8, 2010 at 5:05 PM, Cousson, Benoit b-cous...@ti.com wrote: Add mmu hwmod data for iva2 and isp. s/iva2/iva/ Where this terminology can be found? I'm basing this naming on what was there or TRM. For omap3 there is no such thing as iva, it is iva2. IVA2 means IVA v2, before we

Re: [PATCH 3/6] OMAP4: hwmod data: add mmu hwmod for ducati and tesla

2010-11-08 Thread Cousson, Benoit
On 11/9/2010 12:48 AM, Ramirez Luna, Omar wrote: On Mon, Nov 8, 2010 at 5:21 PM, Cousson, Benoitb-cous...@ti.com wrote: I wrote this one from scratch, I didn't see that there were pieces to handle some stuff since the code is buried in a private tree. Not true at all... It was sent to l-o:

Re: [PATCH v4 01/13] OMAP: DMA: Replace read/write macros with functions

2010-11-08 Thread Tony Lindgren
Hi, * G, Manjunath Kondaiah manj...@ti.com [101108 05:58]: +static u16 reg_map_omap1[] = { + [GCR1] = 0x400, + [GSCR] = 0x404, + [GRST] = 0x408, ... +}; The above you should move to mach-omap1/dma.c and pass it in the init function to plat-omap/dma.c.

Re: [PATCH 0/5] omap: dsp: fixes for 2.6.37-rc1

2010-11-08 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [101108 14:47]: On Mon, Nov 8, 2010 at 9:16 PM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [101108 08:37]: * Felipe Contreras felipe.contre...@gmail.com [101107 14:38]: Thanks for putting together all these patches,

Re: [PATCH 1/5] omap: dsp: remove shm from normal memory

2010-11-08 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [101107 13:34]: Also, don't be picky about the location, which incidentally fixes the build since MEMBLOCK_REAL_LIMIT is gone on 2.6.37. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com This is a valid fix for 2.6.37 -rc cycle now that

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-08 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [101108 14:51]: On Sun, Nov 7, 2010 at 11:36 PM, Felipe Contreras felipe.contre...@gmail.com wrote: The situation of tidspbridge driver on staging has been pretty sad, basically, it has never worked. This is a step backwards from the previous

Re: [PATCH 0/2] combine zoom board-files

2010-11-08 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [101107 22:45]: Those boards are so similar they don't deserve separate board files. Felipe Balbi (2): arm: omap: combine zoom2 and zoom3 board-files arm: omap: zoom: substitute gpio number with symbolic name arch/arm/mach-omap2/Makefile

Re: [PATCH 1/5] omap: dsp: remove shm from normal memory

2010-11-08 Thread Greg KH
On Mon, Nov 08, 2010 at 04:53:21PM -0800, Tony Lindgren wrote: * Felipe Contreras felipe.contre...@gmail.com [101107 13:34]: Also, don't be picky about the location, which incidentally fixes the build since MEMBLOCK_REAL_LIMIT is gone on 2.6.37. Signed-off-by: Felipe Contreras

DSS2 Query: Use of FIFO preload values

2010-11-08 Thread Taneja, Archit
Hi, I was going through the DSS2 code and was unable to find a place where we set the 11th bit in DISPC_GFX_ATTRIBUTES or the 19th bit in DISPC_VIDn_ATTRIBUTES. Setting these bits ensures that the DISPC FIFO's fill up to the high threshold value specified by us instead of the preload values. Is

[PATCH] omap: mailbox - Enable IRQ after allocating queues

2010-11-08 Thread Deepak Chitriki
Currently we are enabling the IRQ before queue's are allocated.But in some corner cases as soon as we enable the interruption,the ISR will be executed but the queue's wont be ready.Because of this we may be reading some garbage message in the mailbox which may lead to panic. This patch is based

RE: Mistral AM37x (with AM3715) devel board networking broken

2010-11-08 Thread Rick Bronson
Hi Sanjeev, Thanks much for the help. I tried building the latest on l-o master and was able to boot consistently in 4 times I tried. Didn't notice the gpio clock related error I noticed in your boot log. U-Boot 2010.09 (Nov 08 2010 - 17:11:45) OMAP3630/3730-GP ES2.0, CPU-OPP2,

Re: Mistral AM37x (with AM3715) devel board networking broken

2010-11-08 Thread Gadiyar, Anand
On Tue, Nov 9, 2010 at 10:23 AM, Rick Bronson r...@efn.org wrote: Hi Sanjeev,  Thanks much for the help. I tried building the latest on l-o master and was able to boot consistently in 4 times I tried. Didn't notice the gpio clock related error I noticed in your boot log. U-Boot 2010.09

RE: [PATCH v4 07/13] OMAP4: DMA: hwmod: add system DMA

2010-11-08 Thread Varadarajan, Charulatha
One minor comment, snip + static __initdata struct omap_hwmod *omap44xx_hwmods[] = { /* dmm class */ omap44xx_dmm_hwmod, @@ -1077,6 +1174,8 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = { omap44xx_uart2_hwmod, omap44xx_uart3_hwmod,