2.6.37-omap1 tag?

2011-01-11 Thread Koen Kooi
Hi, Are there any plans to do a 2.6.37-omap1 tag? regards, Koen -- 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 http://vger.kernel.org/majordomo-info.html

RE: 2.6.37-omap1 tag?

2011-01-11 Thread Anand Gadiyar
Koen Kooi wrote: Are there any plans to do a 2.6.37-omap1 tag? Given that linux-omap is now closely tracking mainline, is this still needed? - Anand -- 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

Re: [PATCH] TWD: enable one-shot mode

2011-01-11 Thread Russell King - ARM Linux
On Mon, Jan 10, 2011 at 09:12:36PM -0800, Stephen Boyd wrote: On 12/24/2010 11:18 AM, Russell King - ARM Linux wrote: Allow one shot timer mode to be used with the TWD. This allows NOHZ mode to be used on SMP systems using the TWD localtimer. Tested on Versatile Express.

RE: [PATCH 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-01-11 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, January 11, 2011 7:02 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; khil...@deeprootsystems.com; b-cous...@ti.com Subject: Re: [PATCH 2/5] OMAP: clockdomain: Arch specific funcs to handle

RE: [PATCH 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

2011-01-11 Thread Rajendra Nayak
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, January 11, 2011 6:36 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org; khil...@deeprootsystems.com; b-cous...@ti.com Subject: Re: [PATCH 2/5] OMAP: clockdomain: Arch specific funcs to handle

Re: [PATCH 7/7 v2] OMAP: runtime: McSPI driver runtime conversion

2011-01-11 Thread Govindraj
On Sat, Jan 8, 2011 at 4:19 AM, Kevin Hilman khil...@ti.com wrote: Grant Likely grant.lik...@secretlab.ca writes: On Wed, Dec 01, 2010 at 07:32:11PM +0530, Govindraj.R wrote: McSPI runtime conversion. Changes involves: 1) remove clock framework apis to use runtime framework apis. 2) context

[PATCH] omap3: igep3: Add omap_reserve functionality

2011-01-11 Thread Enric Balletbo i Serra
This patch adds omap_reserve functionality to board-igep0030.c. This patch is in similar lines to commit id 71ee7dad9b6991, from Russell king Cc: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- arch/arm/mach-omap2/board-igep0030.c |1 +

[PATCH v5 2/3] omap3: beaglexm: fix DVI reset GPIO

2011-01-11 Thread Nishanth Menon
From: Koen Kooi k...@beagleboard.org GPIO reset line for Beagle XM is different from vanilla beagle so we populate it as part of gpio update routine. This in part fixes the issue of display not functioning on beagle XM platform. [...@ti.com: split up, added descriptive changelogs]

[PATCH v5 0/3] OMAP3: beaglexm: GPIO fixes

2011-01-11 Thread Nishanth Menon
Hi, revision 5 of this series. As discussed in the threads: http://thread.gmane.org/gmane.linux.ports.arm.omap/47807/ http://marc.info/?t=12154003084r=1w=2 here is the split up series with commit message after discussion: http://www.beagleboard.org/irclogs/index.php?date=2011-01-06#T19:12:21

[PATCH v5 1/3] omap3: beaglexm: fix EHCI power up GPIO dir

2011-01-11 Thread Nishanth Menon
From: Koen Kooi k...@beagleboard.org EHCI enable power pin is inverted (active high) in comparison to vanilla beagle which is active low. Handle this case conditionally. Without this fix, Beagle XM 4 port EHCI will not function and no networking will be available [...@ti.com: split up, added

OMAP DSS Enable clocks in dss_setup_partial_planes

2011-01-11 Thread Ben Tucker
From 086e3454c8f154cd90a4669899f2179f16ef32cd Mon Sep 17 00:00:00 2001 From: Ben Tucker btuc...@mpc-data.co.uk Date: Thu, 13 Jan 2011 12:56:45 + Subject: [PATCH] OMAP DSS Enable clocks in dss_setup_partial_planes Enable the interface clocks while calling configure_dispc(). ---

Spinlock recursion after root nfs mount

2011-01-11 Thread Aguirre, Sergio
Hi all, Has anyone been trying to boot w/k.org lately? I tried with: - commit e0e736fc + 2 patches attached I got from patchworks - 4430SDP w/ES2.1 - Busybox FS through NFS. I see the attached log, which shows a spinlock recursion bug. I did a git bisect, and found this offending commit:

[PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-01-11 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [110110 10:51]: * Russell King - ARM Linux li...@arm.linux.org.uk [110107 08:12]: On Thu, Jan 06, 2011 at 12:40:54PM -0800, Tony Lindgren wrote: Anyways, I can debug the DEBUG_LL booting issue further if the patch I posted does not help. This is what

Re: [PATCH v5 3/3] omap3: beaglexm: fix power on of DVI

2011-01-11 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [110111 09:12]: From: Koen Kooi k...@beagleboard.org TFP410 DVI chip is used to provide display out. This chip is controlled by 2 lines: LDO which supplies the power is controlled over gpio + 2 and the enable of the chip itself is done over gpio + 1 NOTE: the

Re: [PATCH] omap3: igep3: Add omap_reserve functionality

2011-01-11 Thread Tony Lindgren
* Enric Balletbo i Serra eballe...@gmail.com [110111 07:47]: This patch adds omap_reserve functionality to board-igep0030.c. This patch is in similar lines to commit id 71ee7dad9b6991, from Russell king Applying to devel-board. Tony Cc: Russell King rmk+ker...@arm.linux.org.uk

Re: [PATCH v5 3/3] omap3: beaglexm: fix power on of DVI

2011-01-11 Thread Nishanth Menon
Tony Lindgren had written, on 01/11/2011 05:23 PM, the following: [..] - - gpio_request(gpio + 1, EHCI_nOC); - gpio_direction_input(gpio + 1); + if (omap3_beagle_get_rev() != OMAP3BEAGLE_BOARD_XM) { + gpio_request(gpio + 1, EHCI_nOC); +

[PATCH 0/0] RFC: ARM: Thumb-2: Symbol manipulation macros for function body copying

2011-01-11 Thread Dave Martin
the requirement for function body copying is in the arch/arm/ tree, however. Signed-off-by: Dave Martin dave.mar...@linaro.org --- KernelVersion: next-20110111 arch/arm/include/asm/unified.h | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm

[PATCH 1/1] ARM: Thumb-2: Symbol manipulation macros for function body copying

2011-01-11 Thread Dave Martin
observed to lead to strange optimisation side-effects when doing the arithmetic which is required in order to copy/move function bodies correctly in Thumb-2. Signed-off-by: Dave Martin dave.mar...@linaro.org --- KernelVersion: next-20110111 arch/arm/include/asm/unified.h | 26

Re: [PATCH v5 3/3] omap3: beaglexm: fix power on of DVI

2011-01-11 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [110111 15:54]: Tony Lindgren had written, on 01/11/2011 05:23 PM, the following: [..] - - gpio_request(gpio + 1, EHCI_nOC); - gpio_direction_input(gpio + 1); + if (omap3_beagle_get_rev() != OMAP3BEAGLE_BOARD_XM) { + gpio_request(gpio + 1,

Re: [PATCH v5 3/3] omap3: beaglexm: fix power on of DVI

2011-01-11 Thread Nishanth Menon
Tony Lindgren had written, on 01/11/2011 06:15 PM, the following: * Nishanth Menon n...@ti.com [110111 15:54]: Tony Lindgren had written, on 01/11/2011 05:23 PM, the following: [..] - - gpio_request(gpio + 1, EHCI_nOC); - gpio_direction_input(gpio + 1); + if

[PATCH v6.1 3/3] omap3: beaglexm: fix power on of DVI

2011-01-11 Thread Nishanth Menon
From: Koen Kooi k...@beagleboard.org TFP410 DVI chip is used to provide display out. This chip is controlled by 2 lines: LDO which supplies the power is controlled over gpio + 2 and the enable of the chip itself is done over gpio + 1 NOTE: the LDO is necessary for LED, serial blocks as well.

Re: [alsa-devel] [PATCH v2 2/4] ASoC: DMIC codec: Adding a generic DMIC codec

2011-01-11 Thread Liam Girdwood
On Thu, 2011-01-06 at 08:00 -0600, David Lambert wrote: This codec is to be used by the DMIC driver to control the DMIC codec. This driver will be used on future implementations of the DMIC driver to support codec specific features. At this time, the codec driver just registers the codec

Re: [PATCH v6.1 3/3] omap3: beaglexm: fix power on of DVI

2011-01-11 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [110111 16:22]: From: Koen Kooi k...@beagleboard.org TFP410 DVI chip is used to provide display out. This chip is controlled by 2 lines: LDO which supplies the power is controlled over gpio + 2 and the enable of the chip itself is done over gpio + 1 NOTE: the

Re: Issues with ADATA SD cards on OMAP? -- dto calculation??

2011-01-11 Thread Steve Sakoman
On Sat, Jan 8, 2011 at 10:04 PM, Steve Sakoman sako...@gmail.com wrote: I've recently been testing memory card performance to identify the best performing brands/models. As expected, I found a huge difference in performance between brands. What I didn't expect to find, however, was a brand

Re: Issues with ADATA SD cards on OMAP? -- dto calculation??

2011-01-11 Thread Elvis Dowson
On Jan 12, 2011, at 9:58 AM, Steve Sakoman wrote: On the suggestion of Steve Kipisz of TI I tried increasing the value of dto in the set_data_timeout function of drivers/mmc/host/omap_hsmmc.c Hard coding dto to the max value of 14 appears to fix the timeout errors with ADATA brand cards.

RE: Issues with ADATA SD cards on OMAP?

2011-01-11 Thread Ghorai, Sukumar
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Steve Sakoman Sent: Sunday, January 09, 2011 10:45 PM To: Elvis Dowson Cc: linux-omap Mailing List Subject: Re: Issues with ADATA SD cards on OMAP? On Sun, Jan 9,

Re: [PATCH 3/9] X86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer

2011-01-11 Thread Len Brown
I'm happy to see the trace point move up into cpuidle from intel_idle. If somebody is picking this up in a perf tree, Acked-by: Len Brown len.br...@intel.com else I can put it in the idle tree, let me know. thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this

Re: [PATCH 4/9] cpuidle: Introduce .abbr (abbrevation) for cpuidle states

2011-01-11 Thread Len Brown
I'm not fond of inventing a new 3-character abbreviation field for every state because display tools can't handle the existing 16-character name field. If the display tools can only handle 3 characters, then why not have them simply use the 1st 3 characters of the existing name field? If that is