Re: Please help! AM35xx mm/slab.c BUG

2012-06-18 Thread CF Adad
@vger.kernel.org linux-omap@vger.kernel.org; Tony Lindgren t...@atomide.com; Shilimkar, Santosh santosh.shilim...@ti.com Sent: Tuesday, June 12, 2012 7:14 AM Subject: RE: Please help! AM35xx mm/slab.c BUG Hi, On Fri, Jun 08, 2012 at 01:20:13, CF Adad wrote: Thanks for your thoughts!  I may try

Re: Please help! AM35xx mm/slab.c BUG

2012-06-14 Thread CF Adad
An update: *LAN9221 and GPMC off the hook?* We've isolated the GPMC away from this I believe by disabling the LAN9221 in both our bootloaders and the kernel and by booting everything off the SD cards only.  By removing it's initialization code from the respective board files, I *hope* we've

Re: Please help! AM35xx mm/slab.c BUG

2012-06-14 Thread jean-philippe francois
2012/6/14 CF Adad cfa...@rocketmail.com: An update: *LAN9221 and GPMC off the hook?* We've isolated the GPMC away from this I believe by disabling the LAN9221 in both our bootloaders and the kernel and by booting everything off the SD cards only.  By removing it's initialization code from

Re: Please help! AM35xx mm/slab.c BUG

2012-06-14 Thread CF Adad
@vger.kernel.org; Tony Lindgren t...@atomide.com; Shilimkar, Santosh santosh.shilim...@ti.com Sent: Thursday, June 14, 2012 3:10 PM Subject: Re: Please help! AM35xx mm/slab.c BUG 2012/6/14 CF Adad cfa...@rocketmail.com: An update: *LAN9221 and GPMC off the hook?* We've isolated the GPMC away

RE: Please help! AM35xx mm/slab.c BUG

2012-06-12 Thread Mohammed, Afzal
Hi, On Fri, Jun 08, 2012 at 01:20:13, CF Adad wrote: Thanks for your thoughts!  I may try fiddling a bit just to see if that helps. 5 series of patches for gpmc modifications [1-5] has been posted, In case it helps in resolving your issue, please let me know. You will have to use the new

Re: Please help! AM35xx mm/slab.c BUG

2012-06-12 Thread CF Adad
AM Subject: RE: Please help! AM35xx mm/slab.c BUG Hi, On Fri, Jun 08, 2012 at 01:20:13, CF Adad wrote: Thanks for your thoughts!  I may try fiddling a bit just to see if that helps. 5 series of patches for gpmc modifications [1-5] has been posted, In case it helps in resolving your issue, please

RE: Please help! AM35xx mm/slab.c BUG

2012-06-07 Thread Mohammed, Afzal
-read, reading BYTE_TEST should take care of it, not sure whether driver takes care of all scenarios as per datasheet. Perhaps cycle2cycledelay would help us achieve it if driver doesn't take care of it. Regards Afzal -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: Please help! AM35xx mm/slab.c BUG

2012-06-07 Thread CF Adad
: Thursday, June 7, 2012 5:32 AM Subject: RE: Please help! AM35xx mm/slab.c BUG Hi , On Wed, Jun 06, 2012 at 13:21:23, CF Adad wrote: Thanks again.  I'm really starting to think the GPMC almost has to be contributing. Does adding cycle2cycle delay / bus turnaround prevent the issue ?, SMSC

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread CF Adad
be happy to post more info on how we're setting that up now.  In case not, I'll save the electrons and not spam it here. Thanks again for all your help! PS -- If it's useful, here is our latest crash, with SLAB debugging enabled: [ 5278.124023] slab: Internal list corruption detected in cache

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread Shilimkar, Santosh
On Wed, Jun 6, 2012 at 11:44 AM, CF Adad cfa...@rocketmail.com wrote: All, We've learned a few more things: 1.) We have found a way to get it to happen pretty consistently.  We simply run iperf in a loop using the EMAC port to some other device. 2.) The crash ONLY happens on our custom

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [120605 23:41]: I don't know the AMXX architecture that well but looking at the crash-log, am not sure GPMC should play in role here. What I think is, it is mostly memory corruption and can be caused by many reasons as Tony outlined. Bad GPMC

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread CF Adad
2:36 AM Subject: Re: Please help! AM35xx mm/slab.c BUG On Wed, Jun 6, 2012 at 11:44 AM, CF Adad cfa...@rocketmail.com wrote: All, We've learned a few more things: 1.) We have found a way to get it to happen pretty consistently.  We simply run iperf in a loop using the EMAC port to some

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread CF Adad
# define M_NAND_GPMC_CONFIG7 0x0848 Any thoughts on that? Thanks again.  Your help is *greatly* appreciated. - Original Message - From: Tony Lindgren t...@atomide.com To: Shilimkar, Santosh santosh.shilim...@ti.com Cc: CF Adad cfa...@rocketmail.com; linux-omap@vger.kernel.org linux-omap

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread Tony Lindgren
a scope might help a lot. Regards, Tony -- 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: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread Jarkko Nikula
my 2 cents. On 06/06/2012 11:41 AM, Tony Lindgren wrote: * CF Adad cfa...@rocketmail.com [120606 00:55]: Do you folks know of a good reference for properly calculating these GPMC settings? In theory you just need to know the timings of connected components, then check which ones depend

Re: Please help! AM35xx mm/slab.c BUG

2012-06-06 Thread CF Adad
a ton, only to disappear back into the vapor. Thanks again for all your help and time.  If we get any more points of interest I'll certainly share. - Original Message - From: Jarkko Nikula jarkko.nik...@bitmer.com To: Tony Lindgren t...@atomide.com Cc: CF Adad cfa...@rocketmail.com

Please help! AM35xx mm/slab.c BUG

2012-06-05 Thread CF Adad
All, I'm **really** hoping someone out there can help us with this. My team has been working with the AM3517 for several months now, and we seem to be plagued every so often by what we have termed the slab bug.  In short, it looks something like the pasted bootlog below.  This has been

Re: Please help! AM35xx mm/slab.c BUG

2012-06-05 Thread Tony Lindgren
* CF Adad cfa...@rocketmail.com [120604 23:47]: All, I'm **really** hoping someone out there can help us with this. My team has been working with the AM3517 for several months now, and we seem to be plagued every so often by what we have termed the slab bug.  In short, it looks

Re: Please help! AM35xx mm/slab.c BUG

2012-06-05 Thread CF Adad
for several iterations. *DaVinci EMAC?: Perhaps it's just my latest thought-of-the-day, but since I saw so many of these things yesterday while focusing on Ethernet work, after seeing none for the past several days doing other work, I can't help but think it may be related to the networks

Re: help: BeagleBoard xM RevC ethernet port

2012-03-07 Thread Brian Austin
On Thu, 1 Mar 2012, Govindraj wrote: On Wed, Feb 29, 2012 at 11:36 PM, Brian Austin brian.aus...@cirrus.com wrote: Applying this patch gives this on my beagleboard xM revC Linux debian 3.3.0-rc4 Unable to set up timer: unexpected error Failed to bring up eth0. Works for me on 3.3-rc4 +

Re: help: BeagleBoard xM RevC ethernet port

2012-03-07 Thread Brian Austin
On Wed, 7 Mar 2012, Brian Austin wrote: On Thu, 1 Mar 2012, Govindraj wrote: On Wed, Feb 29, 2012 at 11:36 PM, Brian Austin brian.aus...@cirrus.com wrote: Applying this patch gives this on my beagleboard xM revC Linux debian 3.3.0-rc4 Unable to set up timer: unexpected error Failed to

Re: help: BeagleBoard xM RevC ethernet port

2012-03-07 Thread Govindraj
On Thu, Mar 8, 2012 at 2:26 AM, Brian Austin brian.aus...@cirrus.com wrote: On Wed, 7 Mar 2012, Brian Austin wrote: On Thu, 1 Mar 2012, Govindraj wrote: On Wed, Feb 29, 2012 at 11:36 PM, Brian Austin brian.aus...@cirrus.com wrote: Applying this patch gives this on my beagleboard xM revC

Re: help: BeagleBoard xM RevC ethernet port

2012-03-05 Thread Peter Ujfalusi
On 02/28/2012 04:04 PM, Govindraj wrote: The issue seems to a mux conflict issue, uart2_rx mux is been taken by uart init and gpio_147 needed for usb phy init is not in mux mode4 as set by bootloader. On beagle I see no other uarts being used other than uart3 as console_uart. So I think it

Re: help: BeagleBoard xM RevC ethernet port

2012-03-05 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [120305 01:21]: On 02/28/2012 04:04 PM, Govindraj wrote: The issue seems to a mux conflict issue, uart2_rx mux is been taken by uart init and gpio_147 needed for usb phy init is not in mux mode4 as set by bootloader. On beagle I see no other uarts

Re: help: BeagleBoard xM RevC ethernet port

2012-02-29 Thread Brian Austin
, then the board file needs some help configuring the right regulators. Thanks for the hint Kevin  Apologies for the malformed patch, but I don't have time to clean it up this morning (or test it in its cleaned state); however, the following fixes the problem for me.  It used to be masked because u-boot

Re: help: BeagleBoard xM RevC ethernet port

2012-02-28 Thread Govindraj
if that helps.  If so, then the board file needs some help configuring the right regulators. Thanks for the hint Kevin  Apologies for the malformed patch, but I don't have time to clean it up this morning (or test it in its cleaned state); however, the following fixes the problem for me

Re: help: BeagleBoard xM RevC ethernet port

2012-02-28 Thread Robert Nelson
these regulator failures is to add CONFIG_REGULATOR_DUMMY=y to the .config to see if that helps.  If so, then the board file needs some help configuring the right regulators. Thanks for the hint Kevin  Apologies for the malformed patch, but I don't have time to clean it up this morning (or test

[PATCH] DSS Kconfig: Add some help, and fix a couple typoes.

2012-02-24 Thread Robert P. J. Day
Add the standard Kconfig help info as to the name of the module that will be created, and fix a couple typoes while we're there. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index 7be7c06..c5941c9

Re: help: BeagleBoard xM RevC ethernet port

2012-02-23 Thread Richard Watts
: failed to get ehci port1 regulator The first thing I try when I see these regulator failures is to add CONFIG_REGULATOR_DUMMY=y to the .config to see if that helps. If so, then the board file needs some help configuring the right regulators. Kevin -- Apologies for the malformed patch

Re: help: BeagleBoard xM RevC ethernet port

2012-02-22 Thread Kevin Hilman
The first thing I try when I see these regulator failures is to add CONFIG_REGULATOR_DUMMY=y to the .config to see if that helps. If so, then the board file needs some help configuring the right regulators. Kevin -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

help: BeagleBoard xM RevC ethernet port

2012-02-17 Thread Peter Ujfalusi
Hi, I hoped that time will solve this, but so far no luck. I just can not get the ethernet port (along with the USB host ports) working on my xM RevC. What is the trick to get it working on 3.3-rc3? There seams to be some configuration issue: [1.437530] ehci_hcd: USB 2.0 'Enhanced' Host

RE: Help enabling OMAP3/TPS65950 vibration motor

2012-01-23 Thread Paul Chiha
On Mon, 23 Jan 2012 5:16 PM, Paul Chiha wrote: Hi, I'm using the DM37x EVM and need to trigger the vibra ports on the TPS65950. It appears that I just need to define INPUT_TWL4030_VIBRA in the config. After doing this, I see that the twl4030-vibra platform driver is registered, but the

Help enabling OMAP3/TPS65950 vibration motor

2012-01-22 Thread Paul Chiha
Hi, I'm using the DM37x EVM and need to trigger the vibra ports on the TPS65950. It appears that I just need to define INPUT_TWL4030_VIBRA in the config. After doing this, I see that the twl4030-vibra platform driver is registered, but the twl4030_vibra_probe() function is never called. Is there

Re: Help with clk API

2011-11-18 Thread Paul Walmsley
Hi On Wed, 16 Nov 2011, Felipe Balbi wrote: ok, so if I understood correctly, xclk60mhsp1_ck is the external clock for port 1 and init_60m_clk is the internal optional 60MHz clock, right? Yes. So the final workaround would be something like: clk = uhh-utmi_p1_fck; Since the struct clk

Re: Help with clk API

2011-11-16 Thread Felipe Balbi
Hi, On Tue, Nov 15, 2011 at 06:45:17AM -0700, Paul Walmsley wrote: Hi Felipe On Fri, 11 Nov 2011, Felipe Balbi wrote: I have a doubt about using clk API to change CLKSEL_UTMI_P1 bit for a silicon errata (OMAP4460 i693) implementation. According to errata, I need to switch from

Re: Help with clk API

2011-11-15 Thread Paul Walmsley
Hi Felipe On Fri, 11 Nov 2011, Felipe Balbi wrote: I have a doubt about using clk API to change CLKSEL_UTMI_P1 bit for a silicon errata (OMAP4460 i693) implementation. According to errata, I need to switch from external to internal clock during USB port suspend, wait 1ms and switch back

Re: Help with clk API

2011-11-14 Thread Felipe Balbi
Hi, On Fri, Nov 11, 2011 at 01:32:00PM +0200, Felipe Balbi wrote: I have a doubt about using clk API to change CLKSEL_UTMI_P1 bit for a silicon errata (OMAP4460 i693) implementation. According to errata, I need to switch from external to internal clock during USB port suspend, wait 1ms and

Help with clk API

2011-11-11 Thread Felipe Balbi
Hi Paul, I have a doubt about using clk API to change CLKSEL_UTMI_P1 bit for a silicon errata (OMAP4460 i693) implementation. According to errata, I need to switch from external to internal clock during USB port suspend, wait 1ms and switch back from internal to external. How can I do that with

Re: Help with interfacing to OMAP2+: McBSP

2011-10-19 Thread Jarkko Nikula
need to be used, and so I would like to see an example driver which uses them that I can base mine one. Any help would be appreciated. Only public user at the moment is sound/soc/omap/omap-mcbsp.c. -- Jarkko -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: Please help with the OMAP static mapping mess

2011-10-05 Thread Santosh Shilimkar
On Wednesday 05 October 2011 08:09 AM, Nicolas Pitre wrote: On Tue, 4 Oct 2011, Rob Herring wrote: On 10/04/2011 04:21 PM, Nicolas Pitre wrote: On Tue, 4 Oct 2011, Santosh Shilimkar wrote: On Tuesday 04 October 2011 04:08 AM, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003

Re: DSS testing help?

2011-10-05 Thread R, Sricharan
Hi Paul, Hello Sricharan, It looks like Archit is out of the office.  Would it be possible for you to test the updated DSS reset patch, below?  Ok. I will test this. I have tested the patch from, git://gitorious.org/linux-omap-dss2/linux.git MASTER branch. I tested

Re: DSS testing help?

2011-10-05 Thread Paul Walmsley
On Tue, 4 Oct 2011, Tomi Valkeinen wrote: For what it's worth, I took your dss hwmod patches from hwmod_dss_fixes_3.2 branch, and tested them with my latest dss tree. Works fine on Blaze. However, I don't have a bootloader which would enable the DSS, so that part I cannot test. Thanks for

Re: DSS testing help?

2011-10-05 Thread Paul Walmsley
On Wed, 5 Oct 2011, R, Sricharan wrote: Hi Paul, Hello Sricharan, It looks like Archit is out of the office.  Would it be possible for you to test the updated DSS reset patch, below?  Ok. I will test this. I have tested the patch from,

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Shilimkar, Santosh
On Tue, Oct 4, 2011 at 4:29 AM, Tony Lindgren t...@atomide.com wrote: * Nicolas Pitre n...@fluxnic.net [111003 15:05]: On Mon, 3 Oct 2011, Nicolas Pitre wrote: On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 11:26]: Furthermore... there is also a

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Santosh Shilimkar
Nicolas, On Tuesday 04 October 2011 04:08 AM, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 14:36]: On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 11:26]: OK, so let's modify omap4_panda_map_io() just to test this one board and reverse

Re: DSS testing help?

2011-10-04 Thread Tomi Valkeinen
Hi Paul, On Mon, 2011-10-03 at 14:48 -0600, Paul Walmsley wrote: Hello Sricharan, It looks like Archit is out of the office. Would it be possible for you to test the updated DSS reset patch, below? thanks - Paul -- Forwarded message -- Date: Mon, 3 Oct 2011

Re: DSS testing help?

2011-10-04 Thread Igor Grinberg
On 10/04/11 10:06, Tomi Valkeinen wrote: Hi Paul, On Mon, 2011-10-03 at 14:48 -0600, Paul Walmsley wrote: Hello Sricharan, It looks like Archit is out of the office. Would it be possible for you to test the updated DSS reset patch, below? thanks - Paul -- Forwarded

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [111003 22:45]: On Tue, Oct 4, 2011 at 4:29 AM, Tony Lindgren t...@atomide.com wrote: * Nicolas Pitre n...@fluxnic.net [111003 15:05]: On Mon, 3 Oct 2011, Nicolas Pitre wrote: On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Nicolas Pitre
On Mon, 3 Oct 2011, Russell King - ARM Linux wrote: On Mon, Oct 03, 2011 at 06:09:57PM -0400, Nicolas Pitre wrote: On Mon, 3 Oct 2011, Tony Lindgren wrote: Having the SRAM base address move around with different sizes also requires the SoC detection.. Otherwise we can end up mapping

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Nicolas Pitre
On Tue, 4 Oct 2011, Santosh Shilimkar wrote: On Tuesday 04 October 2011 04:08 AM, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 14:36]: On Mon, 3 Oct 2011, Tony Lindgren wrote: Having the SRAM base address move around with different sizes also requires the SoC

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Russell King - ARM Linux
On Tue, Oct 04, 2011 at 05:10:36PM -0400, Nicolas Pitre wrote: Which makes me think... with all those architectures intercepting ioremap calls in order to provide an equivalent static mapping address, they already get an unexpected domain given that static mappings are mostly DOMAIN_IO and

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Nicolas Pitre
On Tue, 4 Oct 2011, Russell King - ARM Linux wrote: On Tue, Oct 04, 2011 at 05:10:36PM -0400, Nicolas Pitre wrote: Which makes me think... with all those architectures intercepting ioremap calls in order to provide an equivalent static mapping address, they already get an unexpected

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [111004 15:47]: On Tue, 4 Oct 2011, Russell King - ARM Linux wrote: On Tue, Oct 04, 2011 at 05:10:36PM -0400, Nicolas Pitre wrote: Which makes me think... with all those architectures intercepting ioremap calls in order to provide an equivalent static

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Nicolas Pitre
On Tue, 4 Oct 2011, Tony Lindgren wrote: In any case, I suggest we add the following __arm_ioremap_exec patch and then sort out issues with it as they show up. This allows further work on the common SRAM genalloc patches and generic map_io patches. Nico, I already have a series

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [111004 17:23]: On Tue, 4 Oct 2011, Tony Lindgren wrote: In any case, I suggest we add the following __arm_ioremap_exec patch and then sort out issues with it as they show up. This allows further work on the common SRAM genalloc patches and generic

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Rob Herring
On 10/04/2011 04:21 PM, Nicolas Pitre wrote: On Tue, 4 Oct 2011, Santosh Shilimkar wrote: On Tuesday 04 October 2011 04:08 AM, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 14:36]: On Mon, 3 Oct 2011, Tony Lindgren wrote: Having the SRAM base address move around with

Re: Please help with the OMAP static mapping mess

2011-10-04 Thread Nicolas Pitre
On Tue, 4 Oct 2011, Rob Herring wrote: On 10/04/2011 04:21 PM, Nicolas Pitre wrote: On Tue, 4 Oct 2011, Santosh Shilimkar wrote: On Tuesday 04 October 2011 04:08 AM, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 14:36]: On Mon, 3 Oct 2011, Tony Lindgren wrote:

Please help with the OMAP static mapping mess

2011-10-03 Thread Nicolas Pitre
rant I must state up front that I'm starting to share the frustration that was publicly expressed by some other kernel maintainers on a few occasions during the last year. I'm sorry that this frustration build-up often ends up bursting out on the OMAP code, but the OMAP kernel community is

DSS testing help?

2011-10-03 Thread Paul Walmsley
Hello Sricharan, It looks like Archit is out of the office. Would it be possible for you to test the updated DSS reset patch, below? thanks - Paul -- Forwarded message -- Date: Mon, 3 Oct 2011 13:30:06 -0600 (MDT) From: Paul Walmsley p...@pwsan.com To: Archit Taneja

Re: Please help with the OMAP static mapping mess

2011-10-03 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [111003 11:26]: The problem is that those ioremap() calls are performed _*before*_ the memory is fully set up yet, and also even before the corresponding static mappings are even in place! So not only is the ioremap code unoperational at this point, but a

Re: Please help with the OMAP static mapping mess

2011-10-03 Thread Nicolas Pitre
On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 11:26]: The problem is that those ioremap() calls are performed _*before*_ the memory is fully set up yet, and also even before the corresponding static mappings are even in place! So not only is the

Re: Please help with the OMAP static mapping mess

2011-10-03 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [111003 14:36]: On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 11:26]: OK, so let's modify omap4_panda_map_io() just to test this one board and reverse the omap44xx_map_common_io() and omap2_set_globals_443x() call

Re: Please help with the OMAP static mapping mess

2011-10-03 Thread Nicolas Pitre
On Mon, 3 Oct 2011, Nicolas Pitre wrote: On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 11:26]: Furthermore... there is also a static mapping for physical address 0x4e00 using virtual address 0xff10 which is already reserved for other

Re: Please help with the OMAP static mapping mess

2011-10-03 Thread Russell King - ARM Linux
On Mon, Oct 03, 2011 at 06:09:57PM -0400, Nicolas Pitre wrote: On Mon, 3 Oct 2011, Tony Lindgren wrote: Having the SRAM base address move around with different sizes also requires the SoC detection.. Otherwise we can end up mapping wrong size and end up trying to access secure SRAM that

Re: Please help with the OMAP static mapping mess

2011-10-03 Thread Tony Lindgren
* Nicolas Pitre n...@fluxnic.net [111003 15:05]: On Mon, 3 Oct 2011, Nicolas Pitre wrote: On Mon, 3 Oct 2011, Tony Lindgren wrote: * Nicolas Pitre n...@fluxnic.net [111003 11:26]: Furthermore... there is also a static mapping for physical address 0x4e00 using virtual

Re: DSS testing help?

2011-10-03 Thread R, Sricharan
Paul, On Tue, Oct 4, 2011 at 2:18 AM, Paul Walmsley p...@pwsan.com wrote: Hello Sricharan, It looks like Archit is out of the office.  Would it be possible for you to test the updated DSS reset patch, below? Ok. I will test this. snip .. Thanks, Sricharan -- To unsubscribe from this

Re: Kconfig help descriptions

2011-07-25 Thread Mark Brown
On Thu, Jul 21, 2011 at 12:57:03PM +0300, Felipe Balbi wrote: the problem seems to be worse then you thought: $ git ls-files drivers/ | grep madc drivers/hwmon/twl4030-madc-hwmon.c drivers/mfd/twl4030-madc.c This is normal for this sort of auxiliary ADC - they're *normally* used for system

Kconfig help descriptions

2011-07-21 Thread Russell King - ARM Linux
Some of the Kconfig help descriptions aren't very useful - for example: | CONFIG_TWL4030_MADC: | | This driver provides support for triton TWL4030-MADC. The | driver supports both RT and SW conversion methods. | | This driver can be built as a module. If so it will be | named twl4030-madc What

Re: Kconfig help descriptions

2011-07-21 Thread Felipe Balbi
On Thu, Jul 21, 2011 at 10:22:21AM +0100, Russell King - ARM Linux wrote: Some of the Kconfig help descriptions aren't very useful - for example: | CONFIG_TWL4030_MADC: | | This driver provides support for triton TWL4030-MADC. The | driver supports both RT and SW conversion methods

Re: Kconfig help descriptions

2011-07-21 Thread Russell King - ARM Linux
On Thu, Jul 21, 2011 at 12:37:19PM +0300, Felipe Balbi wrote: On Thu, Jul 21, 2011 at 10:22:21AM +0100, Russell King - ARM Linux wrote: Some of the Kconfig help descriptions aren't very useful - for example: | CONFIG_TWL4030_MADC: | | This driver provides support for triton TWL4030

Re: Kconfig help descriptions

2011-07-21 Thread Felipe Balbi
Hi, On Thu, Jul 21, 2011 at 10:22:21AM +0100, Russell King - ARM Linux wrote: Some of the Kconfig help descriptions aren't very useful - for example: | CONFIG_TWL4030_MADC: | | This driver provides support for triton TWL4030-MADC. The | driver supports both RT and SW conversion methods

Re: Kconfig help descriptions

2011-07-21 Thread J, KEERTHY
apologize for missing this information in KConfig help. I will post a patch to update this. On Thu, Jul 21, 2011 at 3:27 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Thu, Jul 21, 2011 at 10:22:21AM +0100, Russell King - ARM Linux wrote: Some of the Kconfig help descriptions aren't very useful

Re: Kconfig help descriptions

2011-07-21 Thread Santosh Shilimkar
ADC channel sysfs nodes is part of hwmon. I apologize for missing this information in KConfig help. I will post a patch to update this. Avoid top posting while replying on patches. Regards Santosh -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

help

2011-04-22 Thread wolfu
-- 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: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-04-17 Thread Roy Lee
Bob Liu lliubbo at gmail.com writes: I use buildroot to generate an initramfs Of course I made some changes. If using 8250 serial driver, my fs works well,it can enter console correctly. But using omap-serial driver, it can't. I think there maybe some problem about the ttyO2 node in my

RE: [HELP] Audio on BeagleBoard xM can't work

2011-03-16 Thread Premi, Sanjeev
...@nokia.com; Koyamangalath, Abhilash Subject: Re: [HELP] Audio on BeagleBoard xM can't work On Wed, Mar 16, 2011 at 12:21 AM, Premi, Sanjeev pr...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Bob Liu Sent

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-16 Thread Peter Ujfalusi
On 03/16/11 07:45, ext Bob Liu wrote: amixer cset name=HandsfreeR Switch 1 amixer cset name=HandsfreeR Mux 2 amixer cset name=HandsfreeL Switch 1 amixer cset name=HandsfreeL Mux 2 amixer cset name=DAC1 Analog Playback Switch 1 amixer cset name=DAC1 Analog Playback Volume 12 amixer cset

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-16 Thread Bob Liu
On Wed, Mar 16, 2011 at 3:40 PM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: On 03/16/11 07:45, ext Bob Liu wrote: amixer cset name=HandsfreeR Switch 1 amixer cset name=HandsfreeR Mux 2 amixer cset name=HandsfreeL Switch 1 amixer cset name=HandsfreeL Mux 2 amixer cset name=DAC1 Analog

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-16 Thread Peter Ujfalusi
Hi, On 03/16/11 11:27, ext Bob Liu wrote: On Wed, Mar 16, 2011 at 3:40 PM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: On 03/16/11 07:45, ext Bob Liu wrote: amixer cset name=HandsfreeR Switch 1 amixer cset name=HandsfreeR Mux 2 amixer cset name=HandsfreeL Switch 1 amixer cset

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-16 Thread Bob Liu
On Wed, Mar 16, 2011 at 6:42 PM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: Hi, On 03/16/11 11:27, ext Bob Liu wrote: On Wed, Mar 16, 2011 at 3:40 PM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: On 03/16/11 07:45, ext Bob Liu wrote: amixer cset name=HandsfreeR Switch 1 amixer cset

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-16 Thread Peter Ujfalusi
Hi, On 03/16/11 12:52, ext Bob Liu wrote: Yeah, it works!! Thank you very much. You welcome! So in order to make aplay work I need to set all of these? amixer sset 'HeadsetL Mixer AudioL2' on amixer sset 'HeadsetR Mixer AudioR2' on amixer sset 'Headset' 2 amixer

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-15 Thread Jarkko Nikula
On Tue, 15 Mar 2011 11:12:17 +0800 Bob Liu lliu...@gmail.com wrote: It seems that the code in sound/soc/omap/omap-mcbsp.c uses the function cpu-is-omap343x() which fails and returns ENODEV. But I have enabled OMAP3430 support in System Type / TI OMAP2/3/4 Specific Features, why it still

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-15 Thread Bob Liu
On Tue, Mar 15, 2011 at 5:53 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Tue, 15 Mar 2011 11:12:17 +0800 Bob Liu lliu...@gmail.com wrote: It seems that the code in sound/soc/omap/omap-mcbsp.c uses the function cpu-is-omap343x() which fails and returns ENODEV. But I have enabled OMAP3430

RE: [HELP] Audio on BeagleBoard xM can't work

2011-03-15 Thread Premi, Sanjeev
...@metafoo.de; p...@pwsan.com; peter.ujfal...@nokia.com Subject: Re: [HELP] Audio on BeagleBoard xM can't work On Tue, Mar 15, 2011 at 5:53 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Tue, 15 Mar 2011 11:12:17 +0800 Bob Liu lliu...@gmail.com wrote: It seems that the code in sound/soc/omap

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-15 Thread Bob Liu
...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk; l...@metafoo.de; p...@pwsan.com; peter.ujfal...@nokia.com Subject: Re: [HELP] Audio on BeagleBoard xM can't work On Tue, Mar 15, 2011 at 5:53 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Tue, 15 Mar 2011 11:12:17 +0800 Bob Liu lliu

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-15 Thread ABRAHAM, KISHON VIJAY
3:27 PM To: Jarkko Nikula Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk; l...@metafoo.de; p...@pwsan.com; peter.ujfal...@nokia.com Subject: Re: [HELP] Audio on BeagleBoard xM can't work On Tue, Mar 15, 2011 at 5:53 PM, Jarkko Nikula jhnik

Re: [HELP] Audio on BeagleBoard xM can't work

2011-03-15 Thread Bob Liu
-omap-ow...@vger.kernel.org] On Behalf Of Bob Liu Sent: Tuesday, March 15, 2011 3:27 PM To: Jarkko Nikula Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk; l...@metafoo.de; p...@pwsan.com; peter.ujfal...@nokia.com Subject: Re: [HELP] Audio on BeagleBoard

[HELP] Audio on BeagleBoard xM can't work

2011-03-14 Thread Bob Liu
Hi, folks, I am using 2.6.37-rc3(from linux-2.6.git not linux-omap.git) and I am not able to play any audio on my beagleboard-xM. The log is like this: - # aplay a.wav Playing WAVE 'a.wav' : Signed 16 bit Little Endasoc: interface omap-mcbsp-dai.1 hw params failed

[PATCH] Adding help for FB_OMAP_LCD_VGA option

2011-02-24 Thread Mayuresh Janorkar
FB_OMAP config FB_OMAP_LCD_VGA bool Use LCD in VGA mode depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP - + help + Set LCD resolution as VGA (640 X 480). + Default resolution without this option is QVGA(320 X 240

Re: [PATCH] Adding help for FB_OMAP_LCD_VGA option

2011-02-24 Thread Tomi Valkeinen
On Thu, 2011-02-24 at 03:39 -0600, Janorkar, Mayuresh wrote: CONFIG_FB_OMAP_LCD_VGA option is present in drivers/video/omap There is no explaination about what this flag does. Lets add information about it. FB_OMAP_LCD_VGA flag sets resolution of display to VGA (640 X 480). The default

[HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Bob Liu
Hi, folks After I update kernel from 2.6.36.2 to 2.6.37, my beagleboard-xM can't bootup. The message is: === Texas Instruments X-Loader 1.4.4ss (Aug 19 2010 - 02:49:27) Beagle xM Rev A Reading boot sector Loading u-boot.bin from mmc U-Boot

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Felipe Balbi
Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. -- balbi -- 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: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Jarkko Nikula
On Wed, 19 Jan 2011 18:57:33 +0800 Bob Liu lliu...@gmail.com wrote: I think the reason is 2.6.37 using omap-serial driver. After I force it using 8250 serial driver, it works fine. Any ideas? Change ttySx to ttyOx in your bootloader arguments, /etc/inittab and /etc/securetty. Previous

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Abdoulaye Walsimou GAYE
On 01/19/2011 12:06 PM, Felipe Balbi wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Hi, BTW what is major and minor number of ttyO devices? This is not documented in devices.txt

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread G, Manjunath Kondaiah
On Wed, Jan 19, 2011 at 12:07:35PM +0100, Abdoulaye Walsimou GAYE wrote: On 01/19/2011 12:06 PM, Felipe Balbi wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Hi,

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Bob Liu
On Wed, Jan 19, 2011 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Yeah, that work! Thanks! But my system still can't enter shell, I have changed

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Felipe Balbi
On Thu, Jan 20, 2011 at 01:32:24PM +0800, Bob Liu wrote: On Wed, Jan 19, 2011 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Yeah, that

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread G, Manjunath Kondaiah
On Thu, Jan 20, 2011 at 01:32:24PM +0800, Bob Liu wrote: On Wed, Jan 19, 2011 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Yeah, that

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Bob Liu
On Thu, Jan 20, 2011 at 2:30 PM, Felipe Balbi ba...@ti.com wrote: On Thu, Jan 20, 2011 at 01:32:24PM +0800, Bob Liu wrote: On Wed, Jan 19, 2011 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas?

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread Bob Liu
On Thu, Jan 20, 2011 at 2:33 PM, G, Manjunath Kondaiah manj...@ti.com wrote: On Thu, Jan 20, 2011 at 01:32:24PM +0800, Bob Liu wrote: On Wed, Jan 19, 2011 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas?

<    1   2   3   4   >