All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Hans de Goede <hdegoede@redhat.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Carlo Caione <carlo.caione@gmail.com>,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH] irq: Add a new IRQF_ACK_BEFORE_UNMASK irq flag
Date: Thu, 13 Mar 2014 14:09:05 +0100	[thread overview]
Message-ID: <20140313130905.GA23445@linutronix.de> (raw)
In-Reply-To: <alpine.DEB.2.02.1403120944270.18573@ionos.tec.linutronix.de>

* Thomas Gleixner | 2014-03-12 11:38:24 [+0100]:

>Untested patch below.
Tested-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

on DA850 / OMAP-L138. Without:
  59:        560   cp_intc  ohci_hcd:usb2
with the patch
  59:        280   cp_intc  ohci_hcd:usb2

that makes a difference of 280 interrupts. Prior the patch each
interrupt was handled twice and returned once with IRQ_HANDLED and the
second time with IRQ_NONE. With the proper EOI ack I don't see the
IRQ_NONE anymore.

Sebastian

  parent reply	other threads:[~2014-03-13 13:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-11 23:13 [PATCH] irq: Add a new IRQF_ACK_BEFORE_UNMASK irq flag Hans de Goede
2014-03-12  8:55 ` Hans de Goede
2014-03-12 10:38 ` Thomas Gleixner
2014-03-12 10:45   ` Russell King - ARM Linux
2014-03-12 10:48     ` Thomas Gleixner
2014-03-12 17:08   ` Hans de Goede
2014-03-12 22:16     ` Thomas Gleixner
2014-03-13 13:09   ` Sebastian Andrzej Siewior [this message]
2014-03-13 13:32     ` Thomas Gleixner
2014-03-13 13:37   ` Sebastian Andrzej Siewior
2014-03-13 14:32     ` [PATCH] irq: Add a new IRQF_ACK_BEFORE_UNMASK irq flagq Thomas Gleixner
2014-03-13 16:20       ` Hans de Goede
2014-03-13 16:24         ` Thomas Gleixner

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=20140313130905.GA23445@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=carlo.caione@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=tglx@linutronix.de \
    /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.