stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Henriques <luis.henriques@canonical.com>
To: Jarod Wilson <jarod@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	stable@vger.kernel.org
Subject: Re: [PATCH v3] [media] rc: Postpone ISR registration
Date: Mon, 30 Apr 2012 19:56:05 +0100	[thread overview]
Message-ID: <20120430185605.GA11906@zeus> (raw)
In-Reply-To: <20120423183811.GC31244@redhat.com>

On Mon, Apr 23, 2012 at 02:38:11PM -0400, Jarod Wilson wrote:
> On Sat, Apr 21, 2012 at 05:25:21PM +0100, Luis Henriques wrote:
> > An early registration of an ISR was causing a crash to several users (for
> > example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723).
> > The reason was that IRQs were being triggered before a driver
> > initialisation was completed.
> > 
> > This patch fixes this by moving the invocation to request_irq() and to
> > request_region() to a later stage on the driver probe function.
> 
> From what I can tell, it looks like v3 should do the job for all affected
> drivers.
> 
> Acked-by: Jarod Wilson <jarod@redhat.com>

Hi Jarod,

I was wondering whether there are any news about this patch.  I've checked
linux-media tree, and it looks like it hasn't been applied.

Cheers,
--
Luis

      reply	other threads:[~2012-04-30 18:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-19 21:37 [PATCH v2] [media] rc: Postpone ISR registration Luis Henriques
2012-04-20 20:50 ` Jarod Wilson
2012-04-21 16:25   ` [PATCH v3] " Luis Henriques
2012-04-23 18:38     ` Jarod Wilson
2012-04-30 18:56       ` Luis Henriques [this message]

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=20120430185605.GA11906@zeus \
    --to=luis.henriques@canonical.com \
    --cc=jarod@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=stable@vger.kernel.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).