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

2010-10-04 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@nokia.com [101004 01:26]: 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. Looks like we should have

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

2010-10-04 Thread Steve Sakoman
On Mon, Oct 4, 2010 at 9:45 AM, Madhusudhan madhu...@ti.com wrote: -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;

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

2010-10-04 Thread Tony Lindgren
* tom.leim...@gmail.com tom.leim...@gmail.com [101004 09:45]: 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.

Re: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-04 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [100930 22:52]: Hi, On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote: AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine. It has USB phy built inside the IP itself. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com besides the

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:57 AM To: Madhusudhan Cc: Mike Rapoport; David Vrabel; Chris Ball; linux-...@vger.kernel.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards

RE: tidspbridge broken?

2010-10-04 Thread Ramirez Luna, Omar
Felipe Contreras wrote: ... Anyway, first, I think I tried a version similar to that one, and doesn't apply on mainline any more, also, bootmem doesn't seem to be working on ARM either, so I had to move to memblock, and third, I don't think that platform device is correct since it depends on

Re: [PATCH] video/omap: remove duplicated include

2010-10-04 Thread Tony Lindgren
* Nicolas Kaiser ni...@nikai.net [101004 08:35]: 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

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

2010-10-04 Thread Pavel Machek
Hi! Here is what I am proposing, in reply to all your comments: 1) rename the events to match Thomas's proposal: power:power_cpu_cstate power:power_cpu_pstate power:power_cpu_sstate If that sstate thing is going to mean suspend, then please drop it. Suspend is not a

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

2010-10-04 Thread Steve Sakoman
On Mon, Oct 4, 2010 at 10:33 AM, Madhusudhan madhu...@ti.com wrote: -Original Message- From: Steve Sakoman [mailto:sako...@gmail.com] Sent: Monday, October 04, 2010 11:57 AM To: Madhusudhan Cc: Mike Rapoport; David Vrabel; Chris Ball; linux-...@vger.kernel.org;

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

2010-10-04 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [101004 00:20]: [1] git://gitorious.org/usb/usb.git clksource I made a few changes to make checkpatch.pl --strict happy. Attached Good !! This patch addresses splitting as well as multi-omap builds and probably also a better candidate

Re: tidspbridge broken?

2010-10-04 Thread Felipe Contreras
On Mon, Oct 4, 2010 at 8:34 PM, Ramirez Luna, Omar omar.rami...@ti.com wrote: Felipe Contreras wrote: ... Anyway, first, I think I tried a version similar to that one, and doesn't apply on mainline any more, also, bootmem doesn't seem to be working on ARM either, so I had to move to

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

2010-10-04 Thread Tony Lindgren
* Varadarajan, Charulatha ch...@ti.com [101004 01:20]: 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() ||

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

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 G, Manjunath Kondaiah Sent: Monday, October 04, 2010 10:16 PM To: Kevin Hilman Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: RE: NOTE: hwmod changes

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

2010-10-04 Thread Dmitry Torokhov
On Mon, Oct 04, 2010 at 01:32:29PM +0530, G, Manjunath Kondaiah wrote: Dmitry, As agreed, can you push this patch? https://patchwork.kernel.org/patch/197442/ Manjunath, It is queued for 2.6.37 (take a peek at 'next' branch of my tree) - I do not believe that the failure is critical enough

[PATCH] video/omap: remove mux.h include

2010-10-04 Thread Nicolas Kaiser
Including mux.h should no longer be needed for omap2/3/4 SoCs outside arch/arm/mach-omap2 files. Signed-off-by: Nicolas Kaiser ni...@nikai.net --- drivers/video/omap/lcd_omap3beagle.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/video/omap/lcd_omap3beagle.c

Re: [PATCH] video/omap: remove mux.h include

2010-10-04 Thread Tony Lindgren
* Nicolas Kaiser ni...@nikai.net [101004 11:32]: Including mux.h should no longer be needed for omap2/3/4 SoCs outside arch/arm/mach-omap2 files. Signed-off-by: Nicolas Kaiser ni...@nikai.net Thanks, Acked-by: Tony Lindgren t...@atomide.com --- drivers/video/omap/lcd_omap3beagle.c |

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

2010-10-04 Thread G, Manjunath Kondaiah
-Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Monday, October 04, 2010 11:59 PM To: G, Manjunath Kondaiah Cc: Ameya Palande; linux-omap@vger.kernel.org; linux-in...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Kevin Hilman
Ming Lei tom.leim...@gmail.com writes: 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. Master branch and PM branch have

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

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Cousson, Benoit wrote: --- /dev/null +++ b/arch/arm/plat-omap/32ksynctimer.c @@ -0,0 +1,184 @@ +/* + * linux/arch/arm/plat-omap/clocksource.c What name do you want to use? 32ksynctimer.c or clocksource.c? Thanks, that's a bug. If this file is dedicated for the

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

2010-10-04 Thread Paul Walmsley
Here's the updated patch: - Paul From b535de7eb9130d13b6121d0c67f86df7ee697850 Mon Sep 17 00:00:00 2001 From: Paul Walmsley p...@pwsan.com Date: Fri, 1 Oct 2010 15:46:41 -0600 Subject: [PATCH] OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC Currently,

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

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Paul Walmsley wrote: On Mon, 4 Oct 2010, Cousson, Benoit wrote: --- /dev/null +++ b/arch/arm/plat-omap/32ksynctimer.c @@ -0,0 +1,184 @@ +/* + * linux/arch/arm/plat-omap/clocksource.c What name do you want to use? 32ksynctimer.c or clocksource.c?

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

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Shilimkar, Santosh wrote: -Original Message- From: Balbi, Felipe Sent: Monday, October 04, 2010 12:31 PM On Mon, Oct 04, 2010 at 01:56:24AM -0500, Balbi, Felipe wrote: I still have that sitting on my gitorious tree. The patch is attached to this mail.

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

2010-10-04 Thread Kevin Hilman
G, Manjunath Kondaiah manj...@ti.com writes: 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

[GIT PULL v2] OMAP: SCM/McBSP/clock: branch integration patches for 2.6.37

2010-10-04 Thread Paul Walmsley
Hi Tony, here's the updated pull request for this branch, with comments integrated. The following changes since commit 7ad0e386d46e9edff64705ab25337ad9130baf63: OMAP2+: defconfig: disable CPUfreq (2010-09-29 10:39:02 -0700) are available in the git repository at:

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

2010-10-04 Thread Thomas Renninger
On Monday 04 October 2010 05:20:59 pm Jean Pihet wrote: 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. ... diff --git

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

2010-10-04 Thread Liam Girdwood
On Mon, 2010-10-04 at 08:04 -0700, Mark Brown wrote: 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

[PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-04 Thread Fernando Guzman Lugo
This patch adds superpages support to fixed ad address inside iommu_kmap function. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com --- arch/arm/plat-omap/iovmm.c | 61 ++- 1 files changed, 37 insertions(+), 24 deletions(-) diff --git

[PATCHv2 1/3] iovmm: no gap checking for fixed address

2010-10-04 Thread Fernando Guzman Lugo
If some fixed da address is wanted to be mapped and the page is freed but it is used as gap, the mapping will fail. This patch is fixing that and olny keeps the gap for not fixed address. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com --- arch/arm/plat-omap/iovmm.c |4 ++-- 1 files

[PATCHv2 0/3] iovmm: fixes for iovmm module

2010-10-04 Thread Fernando Guzman Lugo
iovmm: fixes for iovmm module Version 2: * Removed iovmm: fixes for iovmm module that patch was already sent. * Modified iovmm: fix roundup for next area and end check for the last area patch, base on Davin Cohen's comments and rename it to a proper name that describes what it is doing now.

[PATCHv2 3/3] iovmm: replace __iounmap with omap_iounmap

2010-10-04 Thread Fernando Guzman Lugo
Omap platform is omap_iounmap function. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com --- arch/arm/plat-omap/iovmm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/iovmm.c b/arch/arm/plat-omap/iovmm.c index 8006a19..75965a1 100644 ---

Re: [PATCH 6/6] ARM: l2x0: Optimise the range based operations

2010-10-04 Thread Russell King - ARM Linux
On Tue, Sep 07, 2010 at 01:27:23PM +0530, Santosh Shilimkar wrote: For the big buffers which are in excess of cache size, the maintaince operations by PA are very slow. For such buffers the maintainace operations can be speeded up by using the WAY based method. This causes my Versatile Express

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:52 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Remove nosmp from your bootargs and try. Indeed, it doesn't boot. wizery.com/ohad/blaze-linux-omap-smp.txt.gz -Manjunath -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

Re: multiple linux-next OMAP3 build errors

2010-10-04 Thread Benjamin Herrenschmidt
On Mon, 2010-10-04 at 09:29 +0300, Tomi Valkeinen wrote: CC drivers/video/omap2/vram.o drivers/video/omap2/vram.c: In function 'omap_vram_reserve_sdram_memblock': drivers/video/omap2/vram.c:568: error: implicit declaration of function 'memblock_region_is_memory' Benjamin, your

[PATCH] beagle xm: enable USB hub at startup

2010-10-04 Thread Max Thrun
The beagleboard XM requires an active high signal to enable the USB hub. Previous versions required an active low signal. This patch checks which version of the board is being used and sets the enable line accordingly. Singed-off-by: Max Thrun bear2...@gmail.com diff --git

Re: [PATCH v5] power: introduce library for device-specific OPPs

2010-10-04 Thread Rafael J. Wysocki
On Friday, October 01, 2010, Nishanth Menon wrote: SoCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain. These are called Operating Performance Points or OPPs. The actual definitions of OPP varies over silicon versions.

Re: [PATCH v5] power: introduce library for device-specific OPPs

2010-10-04 Thread Rafael J. Wysocki
On Tuesday, October 05, 2010, Rafael J. Wysocki wrote: On Friday, October 01, 2010, Nishanth Menon wrote: ... +int opp_init_cpufreq_table(struct device *dev, + struct cpufreq_frequency_table **table) +{ + struct device_opp *dev_opp; + struct opp *opp; +

Re: multiple linux-next OMAP3 build errors

2010-10-04 Thread Yinghai Lu
On 10/04/2010 03:30 PM, Benjamin Herrenschmidt wrote: On Mon, 2010-10-04 at 09:29 +0300, Tomi Valkeinen wrote: CC drivers/video/omap2/vram.o drivers/video/omap2/vram.c: In function 'omap_vram_reserve_sdram_memblock': drivers/video/omap2/vram.c:568: error: implicit declaration of

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

2010-10-04 Thread Rafael J. Wysocki
On Monday, October 04, 2010, Jean Pihet wrote: 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 Acked-by: Rafael J. Wysocki r...@sisk.pl --- kernel/power/suspend.c |3 +++

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

2010-10-04 Thread Grazvydas Ignotas
Looks like for you is_sram_locked function is failing. There was a patch in my series from Vikram which was fixing this API. Do you have this patch applied when you are trying this out ? http://www.spinics.net/linux/lists/arm-kernel/msg98697.html Well it looks like this only happens on

Re: [GIT PULL v2] OMAP: SCM/McBSP/clock: branch integration patches for 2.6.37

2010-10-04 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [101004 12:32]: Hi Tony, here's the updated pull request for this branch, with comments integrated. The following changes since commit 7ad0e386d46e9edff64705ab25337ad9130baf63: OMAP2+: defconfig: disable CPUfreq (2010-09-29 10:39:02 -0700) are

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

2010-10-04 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [101004 16:35]: Looks like for you is_sram_locked function is failing. There was a patch in my series from Vikram which was fixing this API. Do you have this patch applied when you are trying this out ?

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

2010-10-04 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101004 17:26]: * Grazvydas Ignotas nota...@gmail.com [101004 16:35]: Looks like for you is_sram_locked function is failing. There was a patch in my series from Vikram which was fixing this API. Do you have this patch applied when you are trying

Re: [GIT PULL] omap2 sparse fixes

2010-10-04 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [100929 16:38]: Patches are same except pulling out twl and driver patches from the series. Paul's comment is addressed and changes are pushed to git branch. Build tested with omap3_defconfig and boot tested with beagle board. Thanks, pulling this

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

2010-10-04 Thread Shilimkar, Santosh
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, October 05, 2010 1:02 AM To: Shilimkar, Santosh Cc: Balbi, Felipe; linux-omap@vger.kernel.org; linux-arm- ker...@lists.infradead.org Subject: RE: [PATCH 08/10] OMAP: split plat-omap/common.c On Mon, 4

RE: [PATCH 6/6] ARM: l2x0: Optimise the range based operations

2010-10-04 Thread Shilimkar, Santosh
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Tuesday, October 05, 2010 2:53 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; catalin.mari...@arm.com; t...@linutronix.de; linux-omap@vger.kernel.org Subject: Re: [PATCH 6/6]

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

2010-10-04 Thread Paul Walmsley
On Tue, 5 Oct 2010, Shilimkar, Santosh wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, October 05, 2010 1:02 AM It's great that this is getting cleaned up but it's too late for 2.6.37. We stop taking new code after -rc6 comes out so we can

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: Tuesday, October 05, 2010 5:14 AM 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 Shilimkar, Santosh
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, October 05, 2010 10:26 AM To: Shilimkar, Santosh Cc: Balbi, Felipe; khil...@deeprootsystems.com; linux- o...@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: RE: [PATCH 08/10] OMAP: split

Re: beagle hangs in uart3 disabling clocks

2010-10-04 Thread Ming Lei
2010/10/5 Kevin Hilman khil...@deeprootsystems.com: Ming Lei tom.leim...@gmail.com writes: 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

Re: [PATCH 1/3 v5] AM35x: Add musb support

2010-10-04 Thread Felipe Balbi
On Mon, Oct 04, 2010 at 12:28:14PM -0500, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [100930 22:52]: Hi, On Thu, Sep 30, 2010 at 12:19:07AM -0500, Gupta, Ajay Kumar wrote: AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine. It has USB phy built inside the IP itself.

<    1   2