Re: [PATCH 10/12] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names

2009-03-16 Thread Adrian Hunter
Russell King - ARM Linux wrote: On Tue, Mar 10, 2009 at 02:13:52PM -0700, Tony Lindgren wrote: From: Adrian Hunter adrian.hun...@nokia.com Signed-off-by: Adrian Hunter adrian.hun...@nokia.com Acked-by: David Brownell dbrown...@users.sourceforge.net Signed-off-by: Tony Lindgren t...@atomide.com

Re: [PATCH 04/12] ARM: OMAP3: mmc-twl4030 fix name buffer length

2009-03-16 Thread Adrian Hunter
Russell King - ARM Linux wrote: On Tue, Mar 10, 2009 at 02:06:08PM -0700, Tony Lindgren wrote: From: Adrian Hunter adrian.hun...@nokia.com Add 1 to buffer length for null terminator. Yes, and: sprintf(twl-name, mmc%islot%i, c-mmc, 1); should be snprintf to ensure that it

Re: [PATCH 10/12] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names

2009-03-16 Thread Adrian Hunter
From 9b04f19a7e88f8877176c25845c38676ee3127c1 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Tue, 10 Mar 2009 22:13:52 +0100 Subject: [PATCH] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names Signed-off-by: Adrian Hunter adrian.hun...@nokia.com ---

Re: [PATCH] DSPBRIDGE Fix for auto image load updated

2009-03-16 Thread Ameya Palande
ext Gupta, Ramesh wrote: From 757beb63e8e66c168231dd990440816fc5789d6c Mon Sep 17 00:00:00 2001 From: Ramesh Gupta grgu...@ti.com Date: Thu, 12 Mar 2009 09:32:31 -0500 Subject: [PATCH] DSPBRIDGE Fix for auto image load updated Resending as the previous patch was not applyng cleanly. This is

RE: [PATCH] DSPBRIDGE Fix for auto image load updated

2009-03-16 Thread Gupta, Ramesh
Ameya, -Original Message- From: Ameya Palande [mailto:ameya.pala...@nokia.com] Sent: Monday, March 16, 2009 7:41 PM To: Gupta, Ramesh Cc: linux-omap@vger.kernel.org; Menon, Nishanth; Kanigeri, Hari Subject: Re: [PATCH] DSPBRIDGE Fix for auto image load updated ext Gupta,

Re: [PATCH] DSPBRIDGE Fix for auto image load updated

2009-03-16 Thread Ameya Palande
Hi Ramesh, ext Gupta, Ramesh wrote: Ameya, Hi Ramesh, I am not clear about the issue which this patch fixes. As I understand that: 1. You have increased the count for pdata-mpu_speed[i] = vdd1_rate_table_bridge[i].rate; 2. Moved driverContext = DSP_Init(initStatus) after

Re: [patch 2.6.29-rc7-omap 5/5] mmc-twl4030 uses regulator framework

2009-03-16 Thread Adrian Hunter
ext David Brownell wrote: On Thursday 12 March 2009, Adrian Hunter wrote: + } } else { - ret = twl_mmc_set_voltage(c, 0); + if (c-vcc_aux) + ret = regulator_enable(c-vcc_aux); Sorry for slow reply. Shouldn't that be

OpenGL ES 2.0 support under DSS2 kernel?

2009-03-16 Thread david . hagood
Does anybody have any pointers on getting the kernel driver for the PowerVR OpenGL ES2.0 hardware working under the current Linux kernel with the DSS2 patches? I am trying to get accelerated X working in order to test if it will be able to do what I need to do. Currently the Xsgx X server won't

Re: [patch] twl4030-regulator: expose VPLL2

2009-03-16 Thread Mark Brown
On Fri, Mar 13, 2009 at 05:54:54PM -0700, David Brownell wrote: From: David Brownell dbrown...@users.sourceforge.net Add VPLL2 to the set of twl4030-family regulators exposed for use by various drivers. It's commonly used to power the digital video outputs (e.g. LCD or DVI displays) on

Re: [PATCH 02/12] ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx

2009-03-16 Thread Juha Yrjola
Russell King - ARM Linux wrote: The reboot mode can be communicated to a bootloader (or the kernel itself) with a scratchpad register. This functionality is especially useful, if userspace is allowed to change the reboot mode. The reason for this being... If my other patch [1] is applied,

Re: [PATCH 02/12] ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx

2009-03-16 Thread Russell King - ARM Linux
On Mon, Mar 16, 2009 at 06:07:07PM +0200, Juha Yrjola wrote: Russell King - ARM Linux wrote: The reboot mode can be communicated to a bootloader (or the kernel itself) with a scratchpad register. This functionality is especially useful, if userspace is allowed to change the reboot mode. The

Re: [2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed

2009-03-16 Thread Tony Lindgren
* Jarkko Nikula jarkko.nik...@nokia.com [090310 01:47]: This patch adds a new command line option i2c_bus=bus_id,clkrate into I2C bus registration helper. Purpose of the option is to override the default board specific bus speed which is supplied by the omap_register_i2c_bus. The default

Re: dma_alloc_coherent bug?

2009-03-16 Thread Ameya Palande
I did some modification to kernel and dummy driver so that the dummy driver will print memory zones after module_init and module_exit. As we can see from the following output 4 MB zones are decreasing and when it reaches to zero driver fails :( [ 84.669036] Normal: 50*4kB 45*8kB 41*16kB 36*32kB

Re: [PATCH 0/7] Updates for common omap code for next merge window

2009-03-16 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090304 13:48]: Hi, This series contains updates for common omap code. Still to come is a series of omap3 specific patches during this week. I've added this series to my for-next queue to wait for the merge window to start. Regards, Tony --- Felipe

Re: [PATCH 02/12] ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx

2009-03-16 Thread Juha Yrjola
Russell King - ARM Linux wrote: Right. You are aware that there is already a mechanism for doing this in the generic kernel (obviously not)? I am. Unfortunately, glibc fails to support this mechanism, as you say. I didn't want to start making such intrusive changes for our trivial need.

Re: [PATCH 04/12] ARM: OMAP3: mmc-twl4030 fix name buffer length

2009-03-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090316 03:14]: On Mon, Mar 16, 2009 at 12:04:39PM +0200, Adrian Hunter wrote: Russell King - ARM Linux wrote: On Tue, Mar 10, 2009 at 02:06:08PM -0700, Tony Lindgren wrote: From: Adrian Hunter adrian.hun...@nokia.com Add 1 to buffer

Re: [PATCH 06/12] ARM: OMAP3: mmc-twl4030 init passes device nodes back

2009-03-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090315 09:02]: On Tue, Mar 10, 2009 at 02:08:43PM -0700, Tony Lindgren wrote: From: David Brownell dbrown...@users.sourceforge.net When setting up HSMMC devices, pass pass the device nodes back so Double pass? Here's this one updated

Re: [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support, v2

2009-03-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090315 10:40]: On Sun, Mar 15, 2009 at 07:27:32PM +0200, Grazvydas Ignotas wrote: On Sun, Mar 15, 2009 at 6:04 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Mar 10, 2009 at 02:10:00PM -0700, Tony Lindgren wrote: ...

Re: [PATCH 00/86] OMAP2/3: clock sync with linux-omap

2009-03-16 Thread Kevin Hilman
Kevin Hilman wrote: This is the series of patches contained in the 'omap-clks3' branch of Russell King's git repository[1]. Posted on behalf of Russell who had some mail issues in first attempt, and then ran of out time. This series is proposed to be merged into the next merge window.

Re: [PATCH 1/4] ARM: OMAP3: Add SMSC911X support to Overo platform (V2)

2009-03-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090315 10:37]: On Sun, Mar 15, 2009 at 10:13:47AM -0700, Steve Sakoman wrote: On Sun, Mar 15, 2009 at 10:00 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sun, Mar 15, 2009 at 09:36:25AM -0700, Steve Sakoman wrote: On

Re: [PATCH] Add new lower-latency C1 state take #2

2009-03-16 Thread Kevin Hilman
Premi, Sanjeev pr...@ti.com writes: [...] +static int _cpuidle_allow_idle(struct powerdomain *pwrdm, +struct clockdomain *clkdm) +{ +omap2_clkdm_allow_idle(clkdm); +} + +static int _cpuidle_deny_idle(struct powerdomain *pwrdm, +

RE: dma_alloc_coherent bug?

2009-03-16 Thread Menon, Nishanth
-Original Message- From: Ameya Palande [mailto:2am...@gmail.com] Sent: Monday, March 16, 2009 7:30 PM To: Menon, Nishanth Cc: Gupta, Ramesh; Kevin Hilman; linux-omap@vger.kernel.org; Ramirez Luna, Omar; Kanigeri, Hari; Ameya Palande; Guzman Lugo, Fernando Subject: Re:

Re: [patch 2.6.29-rc7-omap 5/5] mmc-twl4030 uses regulator framework

2009-03-16 Thread David Brownell
On Monday 16 March 2009, Adrian Hunter wrote: The linker is not happy with built-in code trying to call functions in a module directly. Hmm, I guess I mis-read something ... didn't know the MMC core could be built as a module! So the workaround is not to build it that way. And the long-term

Re: [PATCH 2/4] ARM: OMAP3: Add ADS7846 touchscreen support to Overo platform, v2

2009-03-16 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090313 15:46]: From: Steve Sakoman sako...@gmail.com An upcoming Overo expansion board includes an ADS7846 touchscreen controller. This patch adds support via the ads7846 driver when enabled in the kernel config. Here's this one refreshed to apply without

Re: [patch 2.6.29-rc8-omap] twl4030 power scripts, initsection fixups

2009-03-16 Thread David Brownell
On Sunday 15 March 2009, Felipe Balbi wrote: how about applying this one instead ? Looks OK to me, though it implies re-ordering the patches I sent on Friday since change prevents the updated From: Peter 'p2' De Schrijver peter.de-schrij...@nokia.com Subject: Group and resource assignments

Re: [patch 2.6.29-rc8-omap] twl4030 power scripts, initsection fixups

2009-03-16 Thread Felipe Balbi
On Mon, Mar 16, 2009 at 02:11:41PM -0700, David Brownell wrote: On Sunday 15 March 2009, Felipe Balbi wrote: how about applying this one instead ? Looks OK to me, though it implies re-ordering the patches I sent on Friday since change prevents the updated From: Peter 'p2' De Schrijver

Re: [patch 2.6.29-rc8-omap] twl4030 power scripts, initsection fixups

2009-03-16 Thread Felipe Balbi
On Mon, Mar 16, 2009 at 11:32:19PM +0200, Felipe Balbi wrote: On Mon, Mar 16, 2009 at 02:11:41PM -0700, David Brownell wrote: On Sunday 15 March 2009, Felipe Balbi wrote: how about applying this one instead ? Looks OK to me, though it implies re-ordering the patches I sent on Friday

Re: [patch 2.6.29-rc8 regulator-next] regulator: init fixes (v4)

2009-03-16 Thread Mark Brown
On Sat, Mar 14, 2009 at 09:05:29PM -0700, David Brownell wrote: was called. It's not exactly hard to check if it was enabled, then act accordingly, in the typical single consumer of the regulator case. How typical that is depends very much on the devices you're looking at. Devices that need

Re: [PATCH 04/12] ARM: OMAP3: mmc-twl4030 fix name buffer length

2009-03-16 Thread Russell King - ARM Linux
On Mon, Mar 16, 2009 at 10:42:56AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090316 03:14]: On Mon, Mar 16, 2009 at 12:04:39PM +0200, Adrian Hunter wrote: Russell King - ARM Linux wrote: On Tue, Mar 10, 2009 at 02:06:08PM -0700, Tony Lindgren wrote:

Re: [PATCH 06/12] ARM: OMAP3: mmc-twl4030 init passes device nodes back

2009-03-16 Thread Russell King - ARM Linux
On Mon, Mar 16, 2009 at 10:44:15AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090315 09:02]: On Tue, Mar 10, 2009 at 02:08:43PM -0700, Tony Lindgren wrote: From: David Brownell dbrown...@users.sourceforge.net When setting up HSMMC devices, pass pass

Re: [PATCH 12/12] ARM: OMAP3: MUSB initialization for omap hw, v2

2009-03-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090315 09:14]: On Tue, Mar 10, 2009 at 02:16:28PM -0700, Tony Lindgren wrote: Patch modified by Tony to build the module based on CONFIG_USB_MUSB_SOC. I don't see this. +# Platform specific device init code

[PATCH] ARM: OMAP: Add name for musb clocks

2009-03-16 Thread Tony Lindgren
* David Brownell davi...@pacbell.net [090315 11:46]: On Sunday 15 March 2009, Russell King - ARM Linux wrote: clkdev removes the need for this sort of crap. And once it, or its equivalent, works on all the platforms supportihg the musb_hdrc driver, then the driver can switch. Yeah, I added

Re: Embedded Linux Conference

2009-03-16 Thread Kyungmin Park
Hi, On Tue, Mar 17, 2009 at 7:56 AM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@deeprootsystems.com [090316 15:52]: Hans Verkuil hverk...@xs4all.nl writes: Just FYI: I'll be attending the Embedded Linux Conference in San Francisco, April 6th-8th

Re: Embedded Linux Conference

2009-03-16 Thread Steve Sakoman
On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@deeprootsystems.com [090316 15:52]: Hans Verkuil hverk...@xs4all.nl writes: Just FYI: I'll be attending the Embedded Linux Conference in San Francisco, April 6th-8th

Re: Embedded Linux Conference

2009-03-16 Thread Tony Lindgren
* Steve Sakoman sako...@gmail.com [090316 17:14]: On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@deeprootsystems.com [090316 15:52]: Hans Verkuil hverk...@xs4all.nl writes: Just FYI: I'll be attending the Embedded Linux Conference in

RE: [PATCH] tidspbridge: remove revision history

2009-03-16 Thread Menon, Nishanth
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Felipe Contreras Sent: Tuesday, March 17, 2009 12:06 AM To: linux-omap@vger.kernel.org Cc: Kanigeri, Hari; Hiroshi DOYU; Ameya Palande; Guzman Lugo, Fernando; Felipe