[PATCH] OMAP: Enable Sysrq on serial console

2011-01-12 Thread Thomas Weber
SUPPORT_SYSRQ must be defined to enable handling of sysrq character. Signed-off-by: Thomas Weber we...@corscience.de --- drivers/serial/omap-serial.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/serial/omap-serial.c b/drivers/serial/omap-serial.c index

Re: OMAP DSS Enable clocks in dss_setup_partial_planes

2011-01-12 Thread Tomi Valkeinen
Hi, On Tue, 2011-01-11 at 17:41 +, ext Ben Tucker wrote: 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

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

2011-01-12 Thread Russell King - ARM Linux
On Tue, Jan 11, 2011 at 06:02:30PM -0600, Dave Martin wrote: To make it easier to deal with cases like this, I've had a go at writing some macros to make copying function bodies easier, while being robust for ARM and Thumb-2. How about instead providing some infrastructure which coes the copy

RE: OMAP DSS Enable clocks in dss_setup_partial_planes

2011-01-12 Thread Ben Tucker
-Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: 12 January 2011 09:14 To: ext Ben Tucker Cc: linux-omap@vger.kernel.org Subject: Re: OMAP DSS Enable clocks in dss_setup_partial_planes Hi, On Tue, 2011-01-11 at 17:41 +, ext Ben Tucker wrote:

[RFC 0/3] OMAP4 static dependency support

2011-01-12 Thread Rajendra Nayak
OMAP4 supports 2 type of domain dependency between clock domains. -1- Static dependency Given a domain dependency from clockdomain A to another clockdomain B, static dependency consists in constraining domain B to become or stay active, as soon as and as long as there exists atleast one system

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

2011-01-12 Thread Rajendra Nayak
Add OMAP4 platform specific implementation to support clkdm wkup and sleep dependencies a.k.a static dependencies. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/clockdomain44xx.c | 52 + arch/arm/mach-omap2/cm44xx.h |1 + 2

[RFC 2/3] OMAP4: CM: Add CM accesor api for bitwise control

2011-01-12 Thread Rajendra Nayak
Add new OMAP4 CM accesor apis to set/clear and read bitfields (based on mask) from CM registers. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/cminst44xx.c | 21 + arch/arm/mach-omap2/cminst44xx.h |6 ++ 2 files changed, 27 insertions(+), 0

[RFC 1/3] OMAP4: clockdomain: Add clkmd static dependency srcs

2011-01-12 Thread Rajendra Nayak
OMAP4 supports static dependencies and dynamic dependencies between clock domains. Static dependencies imply both wakeup as well as sleep dependencies. Generate all clkdm static dependency srcs. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/clockdomains44xx_data.c | 313

RE: OMAP DSS Enable clocks in dss_setup_partial_planes

2011-01-12 Thread Tomi Valkeinen
On Wed, 2011-01-12 at 11:20 +, ext Ben Tucker wrote: -Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: 12 January 2011 09:14 To: ext Ben Tucker Cc: linux-omap@vger.kernel.org Subject: Re: OMAP DSS Enable clocks in dss_setup_partial_planes

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

2011-01-12 Thread Thomas Renninger
On Wednesday 12 January 2011 07:56:45 Len Brown wrote: 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. I am also not fond of it, but it's a sane and easy solution and appropriate for this

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

2011-01-12 Thread Thomas Renninger
On Wednesday 12 January 2011 07:42:59 Len Brown wrote: 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. I didn't know you have an

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

2011-01-12 Thread Dave Martin
Hi, On Wed, Jan 12, 2011 at 3:32 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Jan 11, 2011 at 06:02:30PM -0600, Dave Martin wrote: To make it easier to deal with cases like this, I've had a go at writing some macros to make copying function bodies easier, while being

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

2011-01-12 Thread Russell King - ARM Linux
On Wed, Jan 12, 2011 at 10:00:25AM -0600, Dave Martin wrote: omap provides some infrastructure for both allocating SRAM space and doing the copy, using omap_sram_push() and friends. So I wasn't sure what the correct level of abstraction was for the new helpers. Certainly, providing a sort of

Q: OMAP 4430 FDIF (Face Detection Interface)

2011-01-12 Thread Thomas Winkler
Dear OMAP Developers, I'm working on a driver for the face detection interface (FDIF) IP core that is part of the OMAP 4430 SoC. My development platform is the Pandaboard. I'm make good progress - I was able to set up the IP core according to the TI documents (SWPU231N). For now, I'm not using

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

2011-01-12 Thread Dave Martin
On Wed, Jan 12, 2011 at 10:11 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Wed, Jan 12, 2011 at 10:00:25AM -0600, Dave Martin wrote: omap provides some infrastructure for both allocating SRAM space and doing the copy, using omap_sram_push() and friends.  So I wasn't sure what

Re: Issues with ADATA SD cards on OMAP?

2011-01-12 Thread Steve Sakoman
On Tue, Jan 11, 2011 at 10:17 PM, Ghorai, Sukumar s-gho...@ti.com wrote: [Ghorai] We also experienced the same issue using 32GB SD card for omap3 and omap4. And the problem is seen is that DTO value (in SYSCTL) is not current in following function. So add the following modification and

Re: 2.6.37-omap1 tag?

2011-01-12 Thread Koen Kooi
Op 11 jan 2011, om 17:34 heeft Tony Lindgren het volgende geschreven: * Anand Gadiyar gadi...@ti.com [110111 03:04]: 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? Those tags are no longer

[PATCHv2] omap3: Add basic support for 720MHz part

2011-01-12 Thread Sanjeev Premi
This patch adds support for new speed enhanced parts with ARM and IVA running at 720MHz and 520MHz respectively. These parts can be probed at run-time by reading PRODID.SKUID[3:0] at 0x4830A20C [1]. This patch specifically doe following: * Detect devices capable of 720MHz. * Add new OPP *

Re: 2.6.37-omap1 tag?

2011-01-12 Thread Paul Walmsley
On Wed, 12 Jan 2011, Koen Kooi wrote: Op 11 jan 2011, om 17:34 heeft Tony Lindgren het volgende geschreven: * Anand Gadiyar gadi...@ti.com [110111 03:04]: 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

Re: 2.6.37-omap1 tag?

2011-01-12 Thread Felipe Balbi
Hi, On Wed, 2011-01-12 at 19:03 +0100, Koen Kooi wrote: Op 11 jan 2011, om 17:34 heeft Tony Lindgren het volgende geschreven: * Anand Gadiyar gadi...@ti.com [110111 03:04]: Koen Kooi wrote: Are there any plans to do a 2.6.37-omap1 tag? Given that linux-omap is now closely tracking

Re: 2.6.37-omap1 tag?

2011-01-12 Thread Felipe Balbi
On Wed, 2011-01-12 at 19:03 +0100, Koen Kooi wrote: Op 11 jan 2011, om 17:34 heeft Tony Lindgren het volgende geschreven: * Anand Gadiyar gadi...@ti.com [110111 03:04]: Koen Kooi wrote: Are there any plans to do a 2.6.37-omap1 tag? Given that linux-omap is now closely tracking

Re: [PATCH] adding gpmc configuration functions, west bridge related

2011-01-12 Thread Greg KH
On Wed, Jan 12, 2011 at 12:56:44PM -0800, Sutharsan Ramamoorthy wrote: This patch implements gpmc configuration functions. Why? These gpmc functions are used by westbridge device controller driver in staging tree to configure gpmc timings and bus width. How does the driver live today without

Re: [PATCH] adding gpmc configuration functions, west bridge related

2011-01-12 Thread Greg KH
On Wed, Jan 12, 2011 at 12:56:44PM -0800, Sutharsan Ramamoorthy wrote: This patch implements gpmc configuration functions. snip Oh, and you also sent your email in html format, which caused the mailing lists to reject it. Please fix this as well. thanks, greg k-h -- To unsubscribe from this

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

2011-01-12 Thread Len Brown
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? You mean use: C3 NHM instead of NHM-C3 for intel_idle? Yes. is there a reason that would be a problem? If only 3 characters are useful, then I'd

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

2011-01-12 Thread Len Brown
Applied to idle-test git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git idle-test Thomas, Please test this branch, and base your incremental patches on it. thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line unsubscribe

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

2011-01-12 Thread Thomas Renninger
On Wednesday 12 January 2011 23:25:12 Len Brown wrote: 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? You mean use: C3 NHM instead of NHM-C3 for intel_idle? Yes. is there a reason that

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-12 Thread Paul Walmsley
On Wed, 12 Jan 2011, Bryan Wu wrote: We are trying to build kernel package or GCC natively on OMAP4 panda board. With the mainline 2.6.37 kernel or Ubuntu Natty 2.6.35 based kernel, we met same instabilities on the system when we try to use mem=1G on the board. Please find our bug tracker

Re: Passing mem=1G to kernel on Panda, system is unstable.

2011-01-12 Thread Bryan Wu
On Thu, Jan 13, 2011 at 7:50 AM, Paul Walmsley p...@pwsan.com wrote: On Wed, 12 Jan 2011, Bryan Wu wrote: We are trying to build kernel package or GCC natively on OMAP4 panda board. With the mainline 2.6.37 kernel or Ubuntu Natty 2.6.35 based kernel, we met same instabilities on the system

Re: [PATCHv2] omap3: Add basic support for 720MHz part

2011-01-12 Thread G, Manjunath Kondaiah
Hi Sanjeev, On Thu, Jan 13, 2011 at 12:03:54AM +0530, Sanjeev Premi wrote: This patch adds support for new speed enhanced parts with ARM and IVA running at 720MHz and 520MHz respectively. These parts can be probed at run-time by reading PRODID.SKUID[3:0] at 0x4830A20C [1]. This patch

[PATCH 12/12] cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer

2011-01-12 Thread Len Brown
From: Thomas Renninger tr...@suse.de Currently intel_idle and acpi_idle driver show double cpu_idle exit idle events - this patch fixes it and makes cpu_idle events throwing less complex. It also introduces cpu_idle events for all architectures which use the cpuidle subsystem, namely: -

RE: [PATCH RFC:] FIX: OMAP3EVM: Ethernet controller smsc911x reset

2011-01-12 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Monday, September 27, 2010 8:26 PM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; Premi, Sanjeev; t...@atomide.com Subject: Re: [PATCH

Re: Issues with ADATA SD cards on OMAP?

2011-01-12 Thread Steve Sakoman
On Wed, Jan 12, 2011 at 9:48 AM, Steve Sakoman sako...@gmail.com wrote: On Tue, Jan 11, 2011 at 10:17 PM, Ghorai, Sukumar s-gho...@ti.com wrote: [Ghorai] We also experienced the same issue using 32GB SD card for omap3 and omap4. And the problem is seen is that DTO value (in SYSCTL) is not

RE: [PATCHv2] omap3: Add basic support for 720MHz part

2011-01-12 Thread Premi, Sanjeev
-Original Message- From: G, Manjunath Kondaiah [mailto:manj...@ti.com] Sent: Thursday, January 13, 2011 9:24 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCHv2] omap3: Add basic support for 720MHz part Hi Sanjeev, [snip]...[snip] */ + + /*