RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Varadarajan, Charulatha
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:06 AM To: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: [PATCH 08/10] OMAP: split

RE: Issue : jffs2 and ecc layout

2010-10-04 Thread Ghorai, Sukumar
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Ghorai, Sukumar Sent: Tuesday, September 28, 2010 6:17 PM To: linux-...@lists.infradead.org Cc: linux-omap@vger.kernel.org Subject: Issue : jffs2 and ecc layout Hi,

Re: [PATCH] nand: omap2: Missing arg to gpmc_prefetch_reset()

2010-10-04 Thread Artem Bityutskiy
On Fri, 2010-09-24 at 23:45 +0200, Loïc Minier wrote: Fix missing cs arg to gpmc_prefetch_reset() when CONFIG_MTD_NAND_OMAP_PREFETCH_DMA=y which caused a build failure since 948d38e799f0ab87cf8ed9113fcdaaee61acf321: drivers/mtd/nand/omap2.c: In function 'omap_nand_dma_transfer':

Re: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread Peter Ujfalusi
On Monday 04 October 2010 10:36:16 ext G, Manjunath Kondaiah wrote: are going to have: DMA_ERRATA_i541_OMAP2, and DMA_ERRATA_i541_OMAP3 to For OMAP2, you should use DMA_ERRATA_IFRAME_BUFFERING since it is different type of issue. Thanks! I'll do that. -Manjunath -- Péter -- To

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
Hi Tony, With latest merges on master branch with commit ID: 0882b1455797b0a104978000a622c3f2412e7cf5 omap: READ CAREFULLY: Fix build after merging in hwmod support for testing Booting with zoom3 seems to be fine but observed issues with omap4 blaze board. Looks like multiple warning dumps and

Re: [PATCH 2/2] OMAP3 PM: sleep code clean up

2010-10-04 Thread Amit Kucheria
On 10 Oct 04, Sripathy, Vishwanath wrote: Kevin, [snip] But this also makes me wonder, if we're going to clean this up, the bulk of it could be re-written in C, with some inline asm helpers as needed. Probably yes. But as this code is specific to OMAP3, do you think it's worth spending

Re: [PATCH] OMAP: Fix compilation warnings

2010-10-04 Thread Pramod
On Friday 01 October 2010 09:30 PM, Kevin Hilman wrote: pramod.gu...@ti.com writes: From: Pramod Guravpramod.gu...@ti.com patch is missing - more descriptive subject - more descriptive changelog (preferably incluing compilation error) - signoff (should've been noticed when running

Re: multiple linux-next OMAP3 build errors

2010-10-04 Thread Tomi Valkeinen
Hi, On Fri, 2010-10-01 at 17:57 +0200, ext Grazvydas Ignotas wrote: hi, I've been building linux-next for a while now and keep getting these build errors, just posting them here in case not all are known. Not familiar enough with that code to send patches unfortunately. CC

Re: [PATCH] usb: musb: fix build break due to partial rename

2010-10-04 Thread Felipe Balbi
On Fri, Oct 01, 2010 at 03:34:24PM -0500, Gadiyar, Anand wrote: Patch usb gadget: don't save bind callback in struct usb_gadget_driver in Greg's USB queue missed one conversion of usb_gadget_register_driver to usb_gadget_probe_driver, causing a build break when MUSB is built in gadget mode. Fix

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread DebBarma, Tarun Kanti
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Cousson, Benoit Sent: Monday, October 04, 2010 2:39 PM To: Paul Walmsley Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 08/10]

[PATCH v4 3/4] OMAP2: DMA: Use errata flag for disabling buffering

2010-10-04 Thread Peter Ujfalusi
Convert the errata handling of buffering disable on OMAP2 platforms. Signed-off-by: Peter Ujfalusi peter.ujfal...@nokia.com --- arch/arm/plat-omap/dma.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Varadarajan, Charulatha
Paul, snip +static int __init omap_init_clocksource_32k(void) +{ + static char err[] __initdata = KERN_ERR + %s: can't register clocksource!\n; + + if (cpu_is_omap16xx() || cpu_class_is_omap2()) { + struct clk *sync_32k_ick; + + if

[PATCH v4 0/4] OMAP2/3: DMA: FIFO drain errata fixes

2010-10-04 Thread Peter Ujfalusi
Hello, Changes since v3: - use flags for errata handling - OMAP2 buffering disable converted to use flags - OMAP3 i541 is using the dma_errata flag - Spelling fix in OMAP3 drain timeout message Changes since v2: - remove multiple assignment Changes since v1: - Errata ID added to the comment

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
Peter, -Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Monday, October 04, 2010 12:46 PM To: G, Manjunath Kondaiah Cc: Jarkko Nikula; Tony Lindgren; linux-omap@vger.kernel.org; Liam Girdwood Subject: Re: [PATCH v3 1/2] omap: dma: Fix buffering

Re: [PATCH v4 0/4] OMAP2/3: DMA: FIFO drain errata fixes

2010-10-04 Thread Peter Ujfalusi
On Monday 04 October 2010 11:29:16 ext Peter Ujfalusi wrote: Hello, Will resend, since I'll wait for comments on v4 series, and I'll send the v5 later today after the comments to reduce the noise. -- Péter -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: [PATCH 02/14] omap: Map only available sram memory

2010-10-04 Thread Grazvydas Ignotas
This hangs OMAP3 pandora: [    0.00] Linux version 2.6.36-rc6-next-20101001-2-ge76bb53-dirty (no...@pixelinis) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-20 [    0.00] CPU: ARMv7 Processor [411fc082] revision 2 (ARMv7), cr=10c53c7f [    0.00] CPU: VIPT

Re: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread Ohad Ben-Cohen
On Mon, Oct 4, 2010 at 2:20 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Can you post complete boot log? so far, it failed on one blaze and one 3430sdp both of them are having es2.0 Sure: wizery.com/ohad/blaze-linux-omap.txt.gz Summary of my setup: - Blaze ES2.0 - linux-omap-2.6 master

Re: Dropping omap3430 ES1.0 support in mainline

2010-10-04 Thread Cousson, Benoit
On 10/2/2010 12:28 AM, Anand Gadiyar wrote: Paul Walmsley wrote: On Sat, 2 Oct 2010, Anand Gadiyar wrote: Okay, so we're aligned that you guys don't have an ES1 board to test, and TI doesn't have any either. :) I'd still like to know if anyone in the wild still cares about the board. (I

RE: [PATCH 2/2] OMAP3 PM: sleep code clean up

2010-10-04 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Amit Kucheria Sent: Monday, October 04, 2010 2:27 PM To: Sripathy, Vishwanath Cc: Kevin Hilman; linux-omap@vger.kernel.org; linaro-...@lists.linaro.org Subject: Re:

Re: [PATCH] nand: omap2: Missing arg to gpmc_prefetch_reset()

2010-10-04 Thread Artem Bityutskiy
On Mon, 2010-10-04 at 10:52 +0200, Loïc Minier wrote: On Mon, Oct 04, 2010, Artem Bityutskiy wrote: FYI, a similar patch is already in Linus' tree, so I'm dropping it from my tree Ok, thanks; is there something I should have done to get this patch into Linus tree? No, you did

[PATCH v4 1/4] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread Peter Ujfalusi
From: ext Jarkko Nikula jhnik...@gmail.com An errata workaround for omap24xx is not setting the buffering disable bit 25 what is the purpose but channel enable bit 7 instead. Background for this fix is the DMA stalling issue with ASoC omap-mcbsp driver. Peter Ujfalusi peter.ujfal...@nokia.com

[PATCH v4 2/4] OMAP: DMA: Introduce errata handling variable, and macro

2010-10-04 Thread Peter Ujfalusi
Use flags for errata handling. Signed-off-by: Peter Ujfalusi peter.ujfal...@nokia.com --- arch/arm/plat-omap/dma.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 6914ccf..ae0ff64 100644 ---

RE: [PATCH 2/2] OMAP3 PM: sleep code clean up

2010-10-04 Thread Sripathy, Vishwanath
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 25, 2010 1:35 AM To: Sripathy, Vishwanath Cc: linux-omap@vger.kernel.org; linaro-...@lists.linaro.org Subject: Re: [PATCH 2/2] OMAP3 PM: sleep code clean up Vishwanath BS

Re: [PATCH] nand: omap2: Missing arg to gpmc_prefetch_reset()

2010-10-04 Thread Loïc Minier
On Mon, Oct 04, 2010, Artem Bityutskiy wrote: FYI, a similar patch is already in Linus' tree, so I'm dropping it from my tree Ok, thanks; is there something I should have done to get this patch into Linus tree? -- Loïc Minier -- To unsubscribe from this list: send the line unsubscribe

Re: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread Ohad Ben-Cohen
On Mon, Oct 4, 2010 at 9:49 AM, G, Manjunath Kondaiah manj...@ti.com wrote: Booting with zoom3 seems to be fine but observed issues with omap4 blaze board. FWIW, for me it worked just fine with blaze -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Pramod
Hi Sanjeev, I just tested pm branch of tony's linux-omap-2.6 tree, and found my beagle will hang in uart3 disabling clocks, follows the log info: [snip]..[snip] Texas Instruments X-Loader 1.41 Starting OS Bootloader... U-Boot 1.3.3 (Jul 10 2008 - 16:33:09) OMAP3530-GP rev 2, CPU-OPP2

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Monday, October 04, 2010 6:03 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing On Mon, Oct 4, 2010 at 2:20

Re: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-04 Thread David Cohen
Hi, I have no access to my @nokia.com e-mail at this moment, so I'm replying using my personal one. On Mon, Oct 4, 2010 at 6:17 AM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Fri, Oct 01, 2010 at 09:21:36PM +0200, ext Guzman Lugo, Fernando wrote: On Fri, Oct 01, 2010 at

RE: [PATCH 02/14] omap: Map only available sram memory

2010-10-04 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Shilimkar, Santosh Sent: Monday, October 04, 2010 3:08 PM To: Grazvydas Ignotas Cc: Tony Lindgren; linux-omap@vger.kernel.org; linux-arm- ker...@lists.infradead.org;

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Ohad Ben-Cohen [mailto:o...@wizery.com] Sent: Monday, October 04, 2010 5:44 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing On Mon, Oct 4, 2010 at 2:13

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Govindraj [mailto:govindraj...@gmail.com] Sent: Monday, October 04, 2010 2:50 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing On Mon, Oct 4, 2010 at

RE: [PATCH v4 1/4] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject:

RE: [PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Monday, October 04, 2010 4:13 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH v4 4/4] OMAP3: DMA:

[PATCH] omap: devices: Avoid merge conflict between ASoC and OMAP hwmod changes

2010-10-04 Thread Jarkko Nikula
Upcoming ASoC multi-component and OMAP hwmod changes will conflict in arch/arm/mach-omap2/devices.c. Avoid this by moving a little bit include statement introduced by ASoC Multi-Component Support patch. Signed-off-by: Jarkko Nikula jhnik...@gmail.com Cc: Paul Walmsley p...@pwsan.com Cc: Tony

Re: multiple linux-next OMAP3 build errors

2010-10-04 Thread Gadiyar, Anand
On Mon, Oct 4, 2010 at 11:59 AM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, On Fri, 2010-10-01 at 17:57 +0200, ext Grazvydas Ignotas wrote: hi, I've been building linux-next for a while now and keep getting these build errors, just posting them here in case not all are known. Not

Re: [PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread Peter Ujfalusi
On Monday 04 October 2010 12:17:41 ext G, Manjunath Kondaiah wrote: ... + /* OMAP3 Errata i541: sDMA FIFO draining does not finish */ This logic is required for multiple erratas. As Tony requested, I have added a variable for flags to handle the different erratas. I even added a

[PATCH 4/5] arm/omap: remove duplicated include

2010-10-04 Thread Nicolas Kaiser
Remove duplicated include. Signed-off-by: Nicolas Kaiser ni...@nikai.net --- arch/arm/mach-omap2/board-cm-t35.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index e10bc10..3308119 100644 ---

Re: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread Ohad Ben-Cohen
On Mon, Oct 4, 2010 at 2:13 PM, G, Manjunath Kondaiah manj...@ti.com wrote: ES2.0 or ES1.0? 2.0 -Manjunath -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Ming Lei
2010/10/4 Premi, Sanjeev pr...@ti.com: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Ming Lei Sent: Sunday, October 03, 2010 2:34 PM To: Kevin Hilman; linux-omap@vger.kernel.org Subject: beagle hangs in uart3

Re: Dropping omap3430 ES1.0 support in mainline

2010-10-04 Thread Felipe Balbi
On Fri, Oct 01, 2010 at 04:58:32PM -0500, Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [101001 14:38]: Tony, all, The OMAP3430 ES1.0 was pretty much a test chip, with the only known board being the 3430ES1.0 SDP. There are only a small number of these boards outside TI and within TI,

RE: [PATCH v4 3/4] OMAP2: DMA: Use errata flag for disabling buffering

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject:

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Shilimkar, Santosh
-Original Message- From: Balbi, Felipe Sent: Monday, October 04, 2010 12:31 PM To: Balbi, Felipe Cc: Shilimkar, Santosh; Paul Walmsley; linux-omap@vger.kernel.org; linux- arm-ker...@lists.infradead.org Subject: Re: [PATCH 08/10] OMAP: split plat-omap/common.c On Mon, Oct 04, 2010

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Varadarajan, Charulatha wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:06 AM To: linux-omap@vger.kernel.org;

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Felipe Balbi
On Mon, Oct 04, 2010 at 12:34:48AM -0500, Shilimkar, Santosh wrote: Felipe, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:06 AM To: linux-omap@vger.kernel.org;

Re: [PATCH] usb: musb: fix build break due to partial rename

2010-10-04 Thread Uwe Kleine-König
On Sat, Oct 02, 2010 at 02:04:24AM +0530, Anand Gadiyar wrote: Patch usb gadget: don't save bind callback in struct usb_gadget_driver in Greg's USB queue missed one conversion of usb_gadget_register_driver to usb_gadget_probe_driver, causing a build break when MUSB is built in gadget mode.

RE: [PATCH v2] OMAP3: Keypad: Fix failure exit path in probe

2010-10-04 Thread G, Manjunath Kondaiah
Dmitry, As agreed, can you push this patch? https://patchwork.kernel.org/patch/197442/ -Manjunath -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, September 21, 2010 9:57 PM To: G, Manjunath Kondaiah Cc: Ameya Palande;

Re: [PATCHv3 3/17] dmtimer: add omap2420 hwmod database

2010-10-04 Thread Cousson, Benoit
Hi Paul, On 10/2/2010 12:25 AM, Paul Walmsley wrote: On Thu, 30 Sep 2010, Cousson, Benoit wrote: On 9/21/2010 10:51 AM, DebBarma, Tarun Kanti wrote: #include omap_hwmod_common_data.h #include prm-regbits-24xx.h @@ -121,6 +123,614 @@ static struct omap_hwmod omap2420_l4_wkup_hwmod = {

Re: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread Govindraj
On Mon, Oct 4, 2010 at 1:19 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Hi Tony, With latest merges on master branch with commit ID: 0882b1455797b0a104978000a622c3f2412e7cf5 omap: READ CAREFULLY: Fix build after merging in hwmod support for testing Booting with zoom3 seems to be fine

RE: [PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc: linux-omap@vger.kernel.org; Jarkko Nikula; linux-arm-ker...@lists.infradead.org Subject:

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Felipe Balbi
On Mon, Oct 04, 2010 at 01:56:24AM -0500, Balbi, Felipe wrote: On Mon, Oct 04, 2010 at 12:34:48AM -0500, Shilimkar, Santosh wrote: Felipe, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday,

Re: [PATCH v4 0/4] OMAP2/3: DMA: FIFO drain errata fixes

2010-10-04 Thread Peter Ujfalusi
Hello, Will resend, since On Monday 04 October 2010 11:18:10 ext Peter Ujfalusi wrote: ... ext Jarkko Nikula (1): omap: dma: Fix buffering disable bit setting for omap24xx Our mail server changed Jarkko's name. Sorry. -- Péter -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread Peter Ujfalusi
On Monday 04 October 2010 09:23:18 ext G, Manjunath Kondaiah wrote: No errata numbers numbers used with TI errata documents till omap2430. Errata numbers avaialable from omap3430 onwards. For OMAP3 the errata number is i541, but I do not know the iXYZ number for OMAP2 class. Being said

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Govindraj
I tried now on zoom3 with uart3[ttyO2] as console It boots up fine for me Logs: http://pastebin.com/sXR5nYcD I am using omap2plus_defconfig and lo-master commit 0882b1455797b0a104978000a622c3f2412e7cf5 Author: Tony Lindgren t...@atomide.com Date: Fri Oct 1 17:23:48 2010 -0700 omap:

RE: [PATCH 1/2] OMAP3 PM: move omap3 sleep to ddr

2010-10-04 Thread Sripathy, Vishwanath
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 25, 2010 1:28 AM To: Sripathy, Vishwanath Cc: linux-omap@vger.kernel.org; linaro-...@lists.linaro.org Subject: Re: [PATCH 1/2] OMAP3 PM: move omap3 sleep to ddr Vishwanath

RE: [PATCH 02/14] omap: Map only available sram memory

2010-10-04 Thread Shilimkar, Santosh
-Original Message- From: Grazvydas Ignotas [mailto:nota...@gmail.com] Sent: Monday, October 04, 2010 2:34 PM To: Shilimkar, Santosh Cc: Tony Lindgren; linux-omap@vger.kernel.org; linux-arm- ker...@lists.infradead.org; Russell King - ARM Linux Subject: Re: [PATCH 02/14] omap: Map

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Cousson, Benoit
Hi Paul, On 10/1/2010 11:35 PM, Paul Walmsley wrote: Split plat-omap/common.c into three pieces: 1. the 32KiHz sync timer and clocksource code, which now lives in plat-omap/32ksynctimer.c; 2. the OMAP2+ common code, which has been moved to mach-omap2/common.c; 3. and the remainder of the

Re: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread Peter Ujfalusi
On Monday 04 October 2010 08:55:46 ext G, Manjunath Kondaiah wrote: 2/2 is applicable for all omap2plus except omap4. So far 2/2 workaround is not used with TI internal trees. We experimented that also on 2420 and it seemed to help but since the lockup was unrecovable I went thinking if

RE: [PATCH 01/10] OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Varadarajan, Charulatha wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:05 AM To: linux-omap@vger.kernel.org;

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Jarkko Nikula [mailto:jhnik...@gmail.com] Sent: Monday, October 04, 2010 11:13 AM To: G, Manjunath Kondaiah Cc: Peter Ujfalusi; Tony Lindgren; linux-omap@vger.kernel.org; Liam Girdwood Subject: Re: [PATCH v3 1/2] omap: dma: Fix buffering disable bit

RE: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Monday, October 04, 2010 11:45 AM To: G, Manjunath Kondaiah Cc: Jarkko Nikula; Tony Lindgren; linux-omap@vger.kernel.org; Liam Girdwood Subject: Re: [PATCH v3 1/2] omap: dma: Fix buffering disable

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Cousson, Benoit
Hi Tarun, On 10/4/2010 11:35 AM, DebBarma, Tarun Kanti wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Cousson, Benoit Sent: Monday, October 04, 2010 2:39 PM To: Paul Walmsley Cc: linux-omap@vger.kernel.org;

[PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread Peter Ujfalusi
Implement the suggested workaround for OMAP3 regarding to sDMA draining issue, when the channel is disabled on the fly. This errata affects the following configuration: sDMA transfer is source synchronized Buffering is enabled SmartStandby is selected. The issue can be easily reproduced by

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Shilimkar, Santosh
Felipe, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:06 AM To: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: [PATCH 08/10] OMAP: split

Re: [PATCH v3 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread Jarkko Nikula
On Sat, 2 Oct 2010 10:12:50 +0530 G, Manjunath Kondaiah manj...@ti.com wrote: --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c @@ -1000,7 +1000,7 @@ void omap_start_dma(int lch) * This will always fail on ES1.0 */ if (cpu_is_omap24xx()) - l |=

Re: [PATCHv3 17/17] dmtimer: remove OCP config code from plat-omap

2010-10-04 Thread Cousson, Benoit
On 9/21/2010 10:56 AM, DebBarma, Tarun Kanti wrote: This patch removes the ocp config code from omap-plat because they are supposed to be taken care of by the hwmod framework. Specifically, following changes are incorporated: (1) setting of smart-idle and wakeup-enable is already taken care in

Re: [PATCH 2/3 v5] musb: add musb support for AM35x

2010-10-04 Thread Felipe Balbi
On Fri, Oct 01, 2010 at 01:48:57AM -0500, Balbi, Felipe wrote: On Fri, Oct 01, 2010 at 01:33:49AM -0500, Gupta, Ajay Kumar wrote: Hi, [...] I couldn't fetch your gitorious tree so I just applied 14 patch set Manually on my branch. Anyways I will look into it and send the refreshed patch

Re: [PATCH v4 1/4] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-04 Thread Jarkko Nikula
On Mon, 4 Oct 2010 14:44:28 +0530 G, Manjunath Kondaiah manj...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Peter Ujfalusi Sent: Monday, October 04, 2010 1:48 PM To: Tony Lindgren Cc:

[PATCH] OMAP3: SDRC : Add comments on Errata i520 for Global SW reset

2010-10-04 Thread Vishwanath BS
This patch adds comments on precatution to be taken if Global SW reset is used as the means to trigger sysem reset. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/prcm.c | 26 ++ 1 files changed, 26

Re: [PATCH] omap: devices: Avoid merge conflict between ASoC and OMAP hwmod changes

2010-10-04 Thread Mark Brown
On Mon, Oct 04, 2010 at 03:04:53PM +0300, Jarkko Nikula wrote: Upcoming ASoC multi-component and OMAP hwmod changes will conflict in arch/arm/mach-omap2/devices.c. Avoid this by moving a little bit include statement introduced by ASoC Multi-Component Support patch. Signed-off-by: Jarkko

Re: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: Hi Tony, With latest merges on master branch with commit ID: 0882b1455797b0a104978000a622c3f2412e7cf5 omap: READ CAREFULLY: Fix build after merging in hwmod support for testing Booting with zoom3 seems to be fine but observed issues with omap4

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Ming Lei
2010/10/4 Govindraj govindraj...@gmail.com: I tried now on zoom3 with uart3[ttyO2] as console It boots up fine for me Logs: http://pastebin.com/sXR5nYcD I am using omap2plus_defconfig and lo-master commit 0882b1455797b0a104978000a622c3f2412e7cf5 Author: Tony Lindgren t...@atomide.com

PATCH [0/4] perf: clean-up of power events API

2010-10-04 Thread Jean Pihet
Here is a re-spin of the patches after discussion. It includes: - clean-up of the API, - a deprecation process for backward compatibility, - support for x86 and OMAP processors, - support for the following tracepoints: cpuidle, cpufreq, system suspend, clocks power domains ToDO: -

[PATCH 1/4] perf: cleanup power events API

2010-10-04 Thread Jean Pihet
From: Thomas Renninger tr...@suse.de New power trace events: power:processor_idle power:processor_frequency power:machine_suspend C-state/idle accounting events: power:power_start power:power_end are replaced with: power:processor_idle and power:power_frequency is replaced with:

[PATCH 2/4] perf: add OMAP support for the new power events

2010-10-04 Thread Jean Pihet
The patch adds the new power management trace points for the OMAP architecture. The trace points are for cpuidle, cpufreq (DVFS), the clocks changes (enable, disable, set_rate) and the power domains transitions. Signed-off-by: Jean Pihet j-pi...@ti.com --- arch/arm/mach-omap2/cpuidle34xx.c |

[PATCH 3/4] perf: add calls to suspend trace point

2010-10-04 Thread Jean Pihet
Uses the machine_suspend trace point, from the generic kernel suspend_enter function. Signed-off-by: Jean Pihet j-pi...@ti.com CC: Thomas Renninger tr...@suse.de --- kernel/power/suspend.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/power/suspend.c

[PATCH 4/4] perf: provide a DEPRECTAED power trace API to user space

2010-10-04 Thread Jean Pihet
Provide a CONFIG_DEPRECATED_POWER_EVENT_TRACING option in order to provide backward compatibility with the user space tracing tools. To be removed as soon as the tools are in sync with the new API. Note: only the old events are mapped to. Signed-off-by: Jean Pihet j-pi...@ti.com CC: Thomas

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Kevin Hilman
Ming Lei tom.leim...@gmail.com writes: I just tested pm branch of tony's linux-omap-2.6 tree, and found my beagle will hang in uart3 disabling clocks, follows the log info: It greatly helps when you also state what defconfig you're using, and what you've changed from the default defconfig.

tidspbridge broken?

2010-10-04 Thread Felipe Contreras
Hi, I was trying the iommu patches but I noticed the tidspbridge driver doesn't work at all, I found two critical issues: First, the platform device is missing, so there's no way the driver can work. It seems to have been dropped from the migration to staging which happened some time ago... I

Re: [PATCHv2 00/11] staging tidspbridge: iommu migration

2010-10-04 Thread Felipe Contreras
Hi, On Fri, Oct 1, 2010 at 5:12 AM, Fernando Guzman Lugo x0095...@ti.com wrote: This set of patches remove the dspbridge custom mmu implementation and use iommu module instead. I suppose the driver wouldn't work in the middle of this patch series. I wanted to try this patches and experiment to

Re: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface

2010-10-04 Thread Janusz Krzysztofik
Sunday 03 October 2010 04:42:53 Guennadi Liakhovetski napisał(a): On Sat, 2 Oct 2010, Janusz Krzysztofik wrote: Saturday 02 October 2010 08:07:28 Guennadi Liakhovetski napisał(a): Same with this one - let's take it as is and address a couple of clean-ups later. Guennadi, Thanks for

RE: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-04 Thread Guzman Lugo, Fernando
-Original Message- From: David Cohen [mailto:daco...@gmail.com] Sent: Monday, October 04, 2010 7:11 AM To: Guzman Lugo, Fernando Cc: David Cohen; Doyu Hiroshi (Nokia-MS/Espoo); Contreras Felipe (Nokia-MS/Helsinki); Palande Ameya (Nokia-MS/Helsinki);

Re: [PATCH] OMAP3: SDRC : Add comments on Errata i520 for Global SW reset

2010-10-04 Thread Kevin Hilman
Vishwanath BS vishwanath...@ti.com writes: This patch adds comments on precatution to be taken if Global SW reset is used as the means to trigger sysem reset. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Paul Walmsley p...@pwsan.com Please fix multi-line comment style. Search

[PATCH] video/omap: remove duplicated include

2010-10-04 Thread Nicolas Kaiser
Remove duplicated include. Signed-off-by: Nicolas Kaiser ni...@nikai.net --- drivers/video/omap/lcd_omap3beagle.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c index ca75cc2..ac715f9 100644

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Kevin Hilman
Ming Lei tom.leim...@gmail.com writes: 2010/10/4 Govindraj govindraj...@gmail.com: I tried now on zoom3 with uart3[ttyO2] as console It boots up fine for me Logs: http://pastebin.com/sXR5nYcD I am using omap2plus_defconfig and lo-master commit 0882b1455797b0a104978000a622c3f2412e7cf5

Re: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-04 Thread David Cohen
On Mon, Oct 04, 2010 at 05:37:04PM +0200, ext Guzman Lugo, Fernando wrote: -Original Message- From: David Cohen [mailto:daco...@gmail.com] Sent: Monday, October 04, 2010 7:11 AM To: Guzman Lugo, Fernando Cc: David Cohen; Doyu Hiroshi (Nokia-MS/Espoo); Contreras Felipe

RE: tidspbridge broken?

2010-10-04 Thread Ramirez Luna, Omar
Hi, Felipe Contreras wrote: Hi, I was trying the iommu patches but I noticed the tidspbridge driver doesn't work at all, I found two critical issues: First, the platform device is missing, so there's no way the driver can work. It seems to have been dropped from the migration to staging

[PATCHv2] OMAP3: SDRC : Add comments on Errata i520 for Global SW reset

2010-10-04 Thread Vishwanath BS
This patch adds comments on precatution to be taken if Global Warm reset is used as the means to trigger sysem reset. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/prcm.c | 28 1 files changed, 28

[PATCH 0/2] omap: dsp: make the driver actually work

2010-10-04 Thread Felipe Contreras
Hi, It seems the platform device was dropped from the migration of tidspbridge into staging, plus the sdram meblock (previously bootmem) required for it work are gone. Withouth these patches the driver loads, but doesn't do anything. A second issue with ioremap() still remains, but that can be

[PATCH 1/2] omap: add dsp platform device

2010-10-04 Thread Felipe Contreras
Otherwise tidspbridge cannot work. It looks like this was dropped in the conversion to staging. I took the liberty of doing some cleaning up. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/mach-omap2/Makefile |4 ++ arch/arm/mach-omap2/dsp.c |

[PATCH 2/2] staging: tidspbridge: use omap_dsp_platform_data

2010-10-04 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/staging/tidspbridge/core/tiomap3430.c | 14 -- drivers/staging/tidspbridge/core/tiomap3430_pwr.c | 14 -- drivers/staging/tidspbridge/core/tiomap_io.c |4 +++-

Re: [PATCH 4/4] perf: provide a DEPRECTAED power trace API to user space

2010-10-04 Thread Frank Ch. Eigler
Hi - Provide a CONFIG_DEPRECATED_POWER_EVENT_TRACING option in order to provide backward compatibility with the user space tracing tools. This is clever: +/* Map new events trace points calls to old ones */ +#define trace_processor_idle(state, cpu_id) \ + do {

Re: [PATCHv2] OMAP3: SDRC : Add comments on Errata i520 for Global SW reset

2010-10-04 Thread Paul Walmsley
Hi Vishwa, On Mon, 4 Oct 2010, Vishwanath BS wrote: This patch adds comments on precatution to be taken if Global Warm reset is used as the means to trigger sysem reset. thanks for this but the comment style still needs at least one more fix per Documentation/CodingStyle: The

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Ming Lei
2010/10/4 Kevin Hilman khil...@deeprootsystems.com: Why?  What do you need from the PM branch that is not in l-o master? Seems master branch works fine for me, my beagle board doesn't hang uart3 disabling clocks. I only want to have a try of the runtime pm feature of omap3, so use PM branch to

Re: tidspbridge broken?

2010-10-04 Thread Felipe Contreras
Hi, On Mon, Oct 4, 2010 at 6:59 PM, Ramirez Luna, Omar omar.rami...@ti.com wrote: Felipe Contreras wrote: I was trying the iommu patches but I noticed the tidspbridge driver doesn't work at all, I found two critical issues: First, the platform device is missing, so there's no way the driver

Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-10-04 Thread Steve Sakoman
On Wed, Sep 1, 2010 at 11:02 PM, Mike Rapoport m...@compulab.co.il wrote: David Vrabel wrote: On 27/08/2010 20:22, Chris Ball wrote: Hi David, On Mon, Feb 22, 2010 at 02:24:17PM +, David Vrabel wrote: These patches add support for SDIO cards to the omap_hsmmc driver. Power management

RE: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-10-04 Thread Madhusudhan
-Original Message- From: Steve Sakoman [mailto:sako...@gmail.com] Sent: Monday, October 04, 2010 11:32 AM To: Mike Rapoport Cc: David Vrabel; Chris Ball; linux-...@vger.kernel.org; linux- o...@vger.kernel.org; madhu...@ti.com Subject: Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO

RE: NOTE: hwmod changes merged to linux-omap master for testing

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, October 04, 2010 8:36 PM To: G, Manjunath Kondaiah Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: NOTE: hwmod changes merged to linux-omap master for testing G, Manjunath

Re: [PATCH 4/4] perf: provide a DEPRECTAED power trace API to user space

2010-10-04 Thread Jean Pihet
Hi, On Mon, Oct 4, 2010 at 6:10 PM, Frank Ch. Eigler f...@redhat.com wrote: Hi - Provide a CONFIG_DEPRECATED_POWER_EVENT_TRACING  option in order to provide backward compatibility with the user space tracing tools. This is clever: +/* Map new events trace points calls to old ones */

[PATCH] OMAP: mmc: remove ifdef in omap_mmc_platform_data defination

2010-10-04 Thread tom . leiming
From: Ming Lei tom.leim...@gmail.com The instance of omap_mmc_platform_data is alwasy passed to mmc omap host driver from board, so remove ifdef in omap_mmc_platform_data defination to simplify handling it in mmc omap host driver. The patch fixes the compile error below:

Re: [PATCH v4 4/4] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish

2010-10-04 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@nokia.com [101004 03:33]: On Monday 04 October 2010 12:17:41 ext G, Manjunath Kondaiah wrote: ... + /* OMAP3 Errata i541: sDMA FIFO draining does not finish */ This logic is required for multiple erratas. As Tony requested, I have added a

  1   2   >