All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tero Kristo <t-kristo@ti.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: OMAP baseline test results for v3.7-rc1
Date: Thu, 18 Oct 2012 11:37:16 +0300	[thread overview]
Message-ID: <1350549436.2143.47.camel@sokoban> (raw)
In-Reply-To: <alpine.DEB.2.00.1210180644170.15666@utopia.booyaka.com>

On Thu, 2012-10-18 at 06:48 +0000, Paul Walmsley wrote:
> On Thu, 18 Oct 2012, Paul Walmsley wrote:
> 
> > Here are some basic OMAP test results for Linux v3.7-rc1.
> > Logs and other details at http://www.pwsan.com/omap/testlogs/test_v3.7-rc1/
> 
> A few additional observations missing from the original message.
> 
> > Failing tests: needing investigation
> > ------------------------------------
> > 
> > Boot tests:
> > 
> > * 2420n800: boot hangs during UART initialization
> >   - http://lkml.org/lkml/2012/9/11/454
> >   - Various attempts at fixes posted; etiology known; issue still unresolved
> > 
> > * CM-T3517: L3 in-band error with IPSS during boot
> >   - Cause unknown but see http://marc.info/?l=linux-omap&m=134833869730129&w=2
> >   - Longstanding issue; does not occur on the 3517EVM
> > 
> > * 3517EVM & CM-T3517: boot hangs with NFS root
> >   - Likely some Kconfig, board file, and PM issues with EMAC
> > 
> > * CM-T3517: boot hangs with MMC boot
> >   - Due to missing MMC setup in board file
> 
> * 4430es2panda: clockevents problems early in boot
>   - boots with dummy_timer
>   - no one-shot mode so no-HZ is likely to fail

I have a fix for this problem, however I am seeing this on omap4460
panda. The root cause seems to be that local timer init for OMAP is
using wrong interrupt number. It adds a wrong offset to the interrupt
(OMAP_INTC_START) which should be omitted. Will send a patch soon along
with a new version of core ret set.

-Tero

> 
> * 4460pandaes: boot fails early
>   - Appears to be timer-related
> 
> > PM tests:
> > 
> > * 3530es3beagle, 37xxevm, 3730beaglexm: I2C fails during resume from suspend
> >   - Causes MMC to become unusable since regulators are not reenabled
> >   - Can be worked around by reverting the I2C driver conversion to
> >     threaded IRQs:
> >     - http://marc.info/?l=linux-i2c&m=135026587102887&w=2
> >   - Appears to be due to an accounting problem; under discussion:
> >     - http://marc.info/?l=linux-arm-kernel&m=135042360725821&w=2
> > 
> > * 3530es3beagle: hangs during off-mode dynamic idle test
> >   - Unknown cause; not investigated
> > 
> > * 37xx EVM: CORE not entering dynamic off-idle
> >   - Cause unknown; dynamic retention-idle seems to work; system suspend to 
> >     off works
> > 
> > * 3730 Beagle XM: does not serial wake from off-idle suspend when console
> >   UART doesn't clock gate ("debug ignore_loglevel")
> >   - Not shown in the current test logs; cause unknown
> 
> * 4430es2panda: dummy_timer warning messages during resume
>   - Unknown cause; not investigated
> 
> 
> - Paul
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



WARNING: multiple messages have this Message-ID (diff)
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: OMAP baseline test results for v3.7-rc1
Date: Thu, 18 Oct 2012 11:37:16 +0300	[thread overview]
Message-ID: <1350549436.2143.47.camel@sokoban> (raw)
In-Reply-To: <alpine.DEB.2.00.1210180644170.15666@utopia.booyaka.com>

On Thu, 2012-10-18 at 06:48 +0000, Paul Walmsley wrote:
> On Thu, 18 Oct 2012, Paul Walmsley wrote:
> 
> > Here are some basic OMAP test results for Linux v3.7-rc1.
> > Logs and other details at http://www.pwsan.com/omap/testlogs/test_v3.7-rc1/
> 
> A few additional observations missing from the original message.
> 
> > Failing tests: needing investigation
> > ------------------------------------
> > 
> > Boot tests:
> > 
> > * 2420n800: boot hangs during UART initialization
> >   - http://lkml.org/lkml/2012/9/11/454
> >   - Various attempts at fixes posted; etiology known; issue still unresolved
> > 
> > * CM-T3517: L3 in-band error with IPSS during boot
> >   - Cause unknown but see http://marc.info/?l=linux-omap&m=134833869730129&w=2
> >   - Longstanding issue; does not occur on the 3517EVM
> > 
> > * 3517EVM & CM-T3517: boot hangs with NFS root
> >   - Likely some Kconfig, board file, and PM issues with EMAC
> > 
> > * CM-T3517: boot hangs with MMC boot
> >   - Due to missing MMC setup in board file
> 
> * 4430es2panda: clockevents problems early in boot
>   - boots with dummy_timer
>   - no one-shot mode so no-HZ is likely to fail

I have a fix for this problem, however I am seeing this on omap4460
panda. The root cause seems to be that local timer init for OMAP is
using wrong interrupt number. It adds a wrong offset to the interrupt
(OMAP_INTC_START) which should be omitted. Will send a patch soon along
with a new version of core ret set.

-Tero

> 
> * 4460pandaes: boot fails early
>   - Appears to be timer-related
> 
> > PM tests:
> > 
> > * 3530es3beagle, 37xxevm, 3730beaglexm: I2C fails during resume from suspend
> >   - Causes MMC to become unusable since regulators are not reenabled
> >   - Can be worked around by reverting the I2C driver conversion to
> >     threaded IRQs:
> >     - http://marc.info/?l=linux-i2c&m=135026587102887&w=2
> >   - Appears to be due to an accounting problem; under discussion:
> >     - http://marc.info/?l=linux-arm-kernel&m=135042360725821&w=2
> > 
> > * 3530es3beagle: hangs during off-mode dynamic idle test
> >   - Unknown cause; not investigated
> > 
> > * 37xx EVM: CORE not entering dynamic off-idle
> >   - Cause unknown; dynamic retention-idle seems to work; system suspend to 
> >     off works
> > 
> > * 3730 Beagle XM: does not serial wake from off-idle suspend when console
> >   UART doesn't clock gate ("debug ignore_loglevel")
> >   - Not shown in the current test logs; cause unknown
> 
> * 4430es2panda: dummy_timer warning messages during resume
>   - Unknown cause; not investigated
> 
> 
> - Paul
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2012-10-18  8:37 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-18  5:20 OMAP baseline test results for v3.7-rc1 Paul Walmsley
2012-10-18  5:20 ` Paul Walmsley
2012-10-18  6:48 ` Paul Walmsley
2012-10-18  6:48   ` Paul Walmsley
2012-10-18  8:37   ` Tero Kristo [this message]
2012-10-18  8:37     ` Tero Kristo
2012-10-18  8:48     ` Santosh Shilimkar
2012-10-18  8:48       ` Santosh Shilimkar
2012-10-20 17:30       ` Paul Walmsley
2012-10-20 17:30         ` Paul Walmsley
2012-10-19 16:55 ` Paul Walmsley
2012-10-19 16:55   ` Paul Walmsley
2012-10-19 17:01   ` Felipe Balbi
2012-10-19 17:01     ` Felipe Balbi
2012-10-19 17:56     ` Paul Walmsley
2012-10-19 17:56       ` Paul Walmsley
2012-10-19 18:10       ` Felipe Balbi
2012-10-19 18:10         ` Felipe Balbi
2012-10-19 19:03   ` Aaro Koskinen
2012-10-19 19:03     ` Aaro Koskinen
2012-10-19 19:01     ` Felipe Balbi
2012-10-19 19:01       ` Felipe Balbi
2012-10-19 19:38       ` Aaro Koskinen
2012-10-19 19:38         ` Aaro Koskinen
2012-10-22 17:21         ` Kevin Hilman
2012-10-22 17:21           ` Kevin Hilman
2012-10-22 20:43           ` Kevin Hilman
2012-10-22 20:43             ` Kevin Hilman
2012-10-20  6:14   ` Paul Walmsley
2012-10-20  6:14     ` Paul Walmsley
2012-10-22 16:12     ` Jean Pihet
2012-10-22 16:12       ` Jean Pihet
2012-10-22 17:26       ` Jean Pihet
2012-10-22 17:26         ` Jean Pihet
2012-10-23 19:19         ` Paul Walmsley
2012-10-23 19:19           ` Paul Walmsley
2012-10-23 19:23           ` Jean Pihet
2012-10-23 19:23             ` Jean Pihet
2012-10-25 10:12             ` Felipe Balbi
2012-10-25 10:12               ` Felipe Balbi
2012-10-26 20:15               ` Felipe Balbi
2012-10-26 20:15                 ` Felipe Balbi
2012-10-26 22:03                 ` Paul Walmsley
2012-10-26 22:03                   ` Paul Walmsley
2012-10-29 20:00                   ` Felipe Balbi
2012-10-29 20:00                     ` Felipe Balbi
2012-10-30 12:17                     ` Paul Walmsley
2012-10-30 12:17                       ` Paul Walmsley
2012-10-30 12:32                       ` Felipe Balbi
2012-10-30 12:32                         ` Felipe Balbi
2012-10-30 12:50                         ` Paul Walmsley
2012-10-30 12:50                           ` Paul Walmsley
2012-10-30 12:54                           ` Felipe Balbi
2012-10-30 12:54                             ` Felipe Balbi
2012-10-30 13:17                             ` Paul Walmsley
2012-10-30 13:17                               ` Paul Walmsley
2012-10-30 14:04                               ` Paul Walmsley
2012-10-30 14:04                                 ` Paul Walmsley
2012-10-31  8:34                                 ` Jean Pihet
2012-10-31  8:34                                   ` Jean Pihet
2012-10-31  9:05                                   ` Rafael J. Wysocki
2012-10-31  9:05                                     ` Rafael J. Wysocki
2012-10-31  8:22                               ` Jean Pihet
2012-10-31  8:22                                 ` Jean Pihet
2012-10-31 10:49                                 ` Kevin Hilman
2012-10-31 10:49                                   ` Kevin Hilman
2012-10-31 21:11                                   ` Jean Pihet
2012-10-31 21:11                                     ` Jean Pihet
2012-11-01  2:44                                     ` Paul Walmsley
2012-11-01  2:44                                       ` Paul Walmsley
2012-11-01  7:51                                       ` Jean Pihet
2012-11-01  7:51                                         ` Jean Pihet
2012-11-03 21:39                                         ` Jean Pihet
2012-11-03 21:39                                           ` Jean Pihet
2012-11-05  3:15                                           ` Paul Walmsley
2012-11-05  3:15                                             ` Paul Walmsley
2012-11-05  9:26                                             ` Jean Pihet
2012-11-05  9:26                                               ` Jean Pihet
2012-11-06  0:01                                               ` Kevin Hilman
2012-11-06  0:01                                                 ` Kevin Hilman
2012-11-06  9:27                                                 ` Jean Pihet
2012-11-06  9:27                                                   ` Jean Pihet
2012-11-06 16:13                                                   ` Paul Walmsley
2012-11-06 16:13                                                     ` Paul Walmsley
2012-11-06 10:06                                                 ` Shubhrajyoti Datta
2012-11-06 10:06                                                   ` Shubhrajyoti Datta
2012-10-30  4:16             ` Paul Walmsley
2012-10-30  4:16               ` Paul Walmsley
2012-10-30  8:54               ` Jean Pihet
2012-10-30  8:54                 ` Jean Pihet
2012-10-30 11:23                 ` Paul Walmsley
2012-10-30 11:23                   ` Paul Walmsley
2012-10-31  8:18                   ` Jean Pihet
2012-10-31  8:18                     ` Jean Pihet
2012-10-23 19:17       ` Kevin Hilman
2012-10-23 19:17         ` Kevin Hilman
2012-10-23 19:18       ` Paul Walmsley
2012-10-23 19:18         ` Paul Walmsley
2012-10-20  6:24   ` Paul Walmsley
2012-10-20  6:24     ` Paul Walmsley
2012-10-22 17:53     ` Kevin Hilman
2012-10-22 17:53       ` Kevin Hilman
2012-10-22 20:44       ` Kevin Hilman
2012-10-22 20:44         ` Kevin Hilman
2012-10-20 14:11 ` Richard Cochran
2012-10-20 14:11   ` Richard Cochran
2012-10-20 16:27   ` Paul Walmsley
2012-10-20 16:27     ` Paul Walmsley
2012-10-20 18:01     ` Richard Cochran
2012-10-20 18:01       ` Richard Cochran
2012-10-20 18:12       ` Paul Walmsley
2012-10-20 18:12         ` Paul Walmsley
2012-10-20 18:37         ` Richard Cochran
2012-10-20 18:37           ` Richard Cochran
2012-10-20 18:58           ` Paul Walmsley
2012-10-20 18:58             ` Paul Walmsley
2012-10-21 13:51             ` Matt Porter
2012-10-21 13:51               ` Matt Porter
2012-10-21 16:26               ` Paul Walmsley
2012-10-21 16:26                 ` Paul Walmsley
2012-10-22 21:56               ` Kevin Hilman
2012-10-22 21:56                 ` Kevin Hilman
2012-10-21  7:35     ` Richard Cochran
2012-10-21  7:35       ` Richard Cochran
2012-10-21  8:23       ` Paul Walmsley
2012-10-21  8:23         ` Paul Walmsley
2012-10-21 11:44         ` Richard Cochran
2012-10-21 11:44           ` Richard Cochran
2012-10-21 16:24           ` Paul Walmsley
2012-10-21 16:24             ` Paul Walmsley
2012-10-21 12:29       ` Mohammed, Afzal
2012-10-21 12:29         ` Mohammed, Afzal
2012-10-21 12:36         ` Richard Cochran
2012-10-21 12:36           ` Richard Cochran
2012-10-20 17:20 ` Paul Walmsley
2012-10-20 17:20   ` Paul Walmsley
2012-10-22 16:13   ` Tero Kristo
2012-10-22 16:13     ` Tero Kristo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1350549436.2143.47.camel@sokoban \
    --to=t-kristo@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.