linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: m-karicheri2@ti.com (Murali Karicheri)
To: linux-arm-kernel@lists.infradead.org
Subject: RT-Preempt patched kernel - DaVinci SPI driver IRQ handler not getting called
Date: Wed, 19 Dec 2012 18:06:43 -0500	[thread overview]
Message-ID: <50D24883.9010509@ti.com> (raw)

Hello,

We have applied the RT-Preempt patch on top of the 3.6.6 Linux kernel 
and getting an issue with DaVinci SPI driver. During the probing of SPI 
NOR flash driver, the flash driver (slave) sends a command and the 
response is not received by the spi interrupt handler. The IRQ is 
delivered to the interrupt controller driver and is finally delivered to 
the irq_thread (called irq_wakeup_process()), but the thread doesn't 
seem to wake up and hence the irq is not delivered to the driver 
handler. When I add a flag IRQF_NO_THREAD to the irq flags as part of 
request_irq(), the driver handler is getting called. DId someone see 
similar behavior on any DaVinci or any other ARM platform? Any 
suggestions as to how to debug this?

Thanks

Murali Karicheri

                 reply	other threads:[~2012-12-19 23:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=50D24883.9010509@ti.com \
    --to=m-karicheri2@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).