[PATCH V2] OMAP2+: SR Layer Cleanup.

2011-04-08 Thread Shweta Gulati
As a part of Voltage Layer Cleanup Patches, submitted by Kevin Hilman, Voltage domain Information is removed from hwmod, So the patch removes 'vdd_name' info from omap_hwmod and adds that info into dev_attr as SR code uses vdd_name to get voltagedomain sructure info. Tested on OMAP3630 SDP and

Re: omap: USB host disconnects connecting a device through USB HUB

2011-04-08 Thread Felipe Balbi
On Thu, Apr 07, 2011 at 11:03:38PM +0200, Enric Balletbò i Serra wrote: Hi, 2011/4/7 Alan Stern st...@rowland.harvard.edu: On Thu, 7 Apr 2011, Enric Balletbò i Serra wrote: Hi all, I'm experimenting some issues with USB on IGEP v2 board, in certain cases I've an USB disconnect when

Re: 2.6.38 not booting on sbc8100 (aka devkit8000)

2011-04-08 Thread Thomas Weber
Am 25.03.2011 08:53, schrieb Belisko Marek: On Fri, Mar 25, 2011 at 8:13 AM, Jarkko Nikula jhnik...@gmail.com wrote: On Thu, 24 Mar 2011 12:00:30 -0700 Tony Lindgren t...@atomide.com wrote: * Belisko Marek marek.beli...@gmail.com [110324 08:18]: On Thu, Mar 24, 2011 at 4:18 PM, Tony Lindgren

Re: 2.6.38 not booting on sbc8100 (aka devkit8000)

2011-04-08 Thread Belisko Marek
On Fri, Apr 8, 2011 at 9:00 AM, Thomas Weber thomas.weber.li...@googlemail.com wrote: Am 25.03.2011 08:53, schrieb Belisko Marek: On Fri, Mar 25, 2011 at 8:13 AM, Jarkko Nikula jhnik...@gmail.com wrote: On Thu, 24 Mar 2011 12:00:30 -0700 Tony Lindgren t...@atomide.com wrote: * Belisko Marek

Re: 2.6.38 not booting on sbc8100 (aka devkit8000)

2011-04-08 Thread Thomas Weber
Am 08.04.2011 10:03, schrieb Belisko Marek: On Fri, Apr 8, 2011 at 9:00 AM, Thomas Weber thomas.weber.li...@googlemail.com wrote: Am 25.03.2011 08:53, schrieb Belisko Marek: On Fri, Mar 25, 2011 at 8:13 AM, Jarkko Nikula jhnik...@gmail.com wrote: On Thu, 24 Mar 2011 12:00:30 -0700 Tony

Re: [PATCH 1/2] arm: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6

2011-04-08 Thread Nicolas Pitre
On Fri, 8 Apr 2011, Li Li wrote: Dears, I cannot understand how TLS EMU ensure it's SMP safe, because get_tls helper (at 0x0fe0) just read the value from 0x0ff0. But all SMP cores should have the exact same mapping to the vectors page (at 0x). So various threads running on

Re: [PATCH 1/2] arm: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6

2011-04-08 Thread Li Li
Nicolas, Thanks for the explanation. :) I noticed what you mentioned. Actually, Kconfig says TLS EMU might be used in some old (e.g. pre-armv6) SMP platforms without TLS register. In such a case, could we still ensure it's SMP safe by a single ldr? Thanks, Lea On Fri, Apr 8, 2011 at 9:19 PM,

Can i submit BN Nook Color generic kernel support patches?

2011-04-08 Thread Abimanyu Gottumukkala
Hi everyone, I am working on porting BN Nook color source to generic kernel (non Android). Can i submit my ported code to omap-linux git? Thanks -- 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: OMAP4 DSS clock setup

2011-04-08 Thread Cousson, Benoit
Hi Paul, On 4/7/2011 9:27 PM, Paul Walmsley wrote: Hello Tomi, Benoît, On Mon, 4 Apr 2011, Tomi Valkeinen wrote: On Fri, 2011-04-01 at 20:12 -0600, Paul Walmsley wrote: Based on the E-mail thread so far, I'd say that changing the clock aliases is the way to go for right now. The clock

Re: Can i submit BN Nook Color generic kernel support patches?

2011-04-08 Thread Kevin Hilman
Hello, Abimanyu Gottumukkala m...@abimanyu.in writes: I am working on porting BN Nook color source to generic kernel (non Android). Can i submit my ported code to omap-linux git? Absolutely! Support for new platforms is always welcome. This platform is based on the OMAP36xx (3621 I think),

Re: [PATCH 1/2] arm: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6

2011-04-08 Thread Li Li
Ah, I see. That's why I saw abnormal behavior when I enabled TLS EMU on an ARMv7 SMP SOC. Many thanks! :) On Fri, Apr 8, 2011 at 10:35 PM, Jamie Lokier ja...@shareable.org wrote: Li Li wrote: Nicolas, Thanks for the explanation. :) I noticed what you mentioned. Actually, Kconfig says TLS

Re: OMAP4 DSS clock setup

2011-04-08 Thread Paul Walmsley
Hi On Fri, 8 Apr 2011, Tomi Valkeinen wrote: On Thu, 2011-04-07 at 13:27 -0600, Paul Walmsley wrote: On Mon, 4 Apr 2011, Tomi Valkeinen wrote: On Fri, 2011-04-01 at 20:12 -0600, Paul Walmsley wrote: Based on the E-mail thread so far, I'd say that changing the clock aliases

Re: [PATCH 1/2] arm: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6

2011-04-08 Thread Jamie Lokier
Li Li wrote: Nicolas, Thanks for the explanation. :) I noticed what you mentioned. Actually, Kconfig says TLS EMU might be used in some old (e.g. pre-armv6) SMP platforms without TLS register. In such a case, could we still ensure it's SMP safe by a single ldr? In that case, the

Re: OMAP4 DSS clock setup

2011-04-08 Thread Cousson, Benoit
Hi Tomi, On 4/8/2011 7:51 AM, Valkeinen, Tomi wrote: Hi Paul, On Thu, 2011-04-07 at 13:27 -0600, Paul Walmsley wrote: Hello Tomi, Benoît, On Mon, 4 Apr 2011, Tomi Valkeinen wrote: On Fri, 2011-04-01 at 20:12 -0600, Paul Walmsley wrote: Based on the E-mail thread so far, I'd say that

Re: OMAP4 DSS clock setup

2011-04-08 Thread Paul Walmsley
Hi Tomi, On Fri, 8 Apr 2011, Tomi Valkeinen wrote: Also, I hope you and the other DSS hackers can finish the PM runtime conversion of the DSS driver soon. Ideally before any new DSS features are added. We really need to be able to separate the OMAP integration details from the drivers,

Re: OMAP4 DSS clock setup

2011-04-08 Thread Tomi Valkeinen
On Fri, 2011-04-08 at 17:36 +0200, Cousson, Benoit wrote: Hi Tomi, On 4/8/2011 7:51 AM, Valkeinen, Tomi wrote: - If the modules are handled separately, how should the dependencies be handled? For example, dss_core's reset will reset all the other modules also, and most of the submodules

Re: OMAP4 DSS clock setup

2011-04-08 Thread Paul Walmsley
Hi Tomi, On Mon, 4 Apr 2011, Tomi Valkeinen wrote: On Fri, 2011-04-01 at 20:12 -0600, Paul Walmsley wrote: Of course, at some point soon, those clock aliases are going to go away. But hopefully you all will have converted the driver over to PM runtime at that point. Once that

Kernel panic on run_init_process(execute command)

2011-04-08 Thread Boswell, Patrick
Hello, I am working with a custom OMAP3530 board. I am using rowboat 2.6.32, codesourcery 2010q1, X-loader and U-boot, all uniquely customized for this board. I am using the 3 partition microSD card for this board, modeled after the TI-DevKit version 2.2, with rootfs as a partition at

Re: Kernel panic on run_init_process(execute command)

2011-04-08 Thread Elvis Dowson
Hi, On Apr 8, 2011, at 11:22 PM, Boswell, Patrick wrote: I am working with a custom OMAP3530 board. I am using rowboat 2.6.32, codesourcery 2010q1, X-loader and U-boot, all uniquely customized for this board. I am using the 3 partition microSD card for this board, modeled after

[no subject]

2011-04-08 Thread Taylor, David
Subscribe -- 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