linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] genirq: reliably replay pending edge-triggered irq (plus doc)
@ 2010-04-22 13:09 Guillaume Knispel
  2010-04-22 13:09 ` [PATCH 1/2] genirq: reliably replay pending edge-triggered irq Guillaume Knispel
  2010-04-22 13:09 ` [PATCH 2/2] genirq: update doc Guillaume Knispel
  0 siblings, 2 replies; 6+ messages in thread
From: Guillaume Knispel @ 2010-04-22 13:09 UTC (permalink / raw)
  To: linux-kernel, Linuxppc-dev
  Cc: Lars-Peter Clausen, Russell King, Bartlomiej Zolnierkiewicz,
	Haavard Skinnemoen, Peter Zijlstra, Guillaume Knispel,
	Michael Buesch, Ingo Molnar, Linus Torvalds, Thomas Gleixner

In the following series:


[1/2] implements the proposal I made at the end of the thread
http://lkml.org/lkml/2010/4/19/129 to reliably support replay
of edge-triggered interrupts on all architectures when using
disable_irq() / enable_irq().

Proper replays of pending edge-triggered interrupts was
depending on CONFIG_HARDIRQS_SW_RESEND which only seems to have
been noticed for plateforms of ARM and AVR32 architecture while
it should also have been used on other architectures to get the
correct behavior. So the patch removes CONFIG_HARDIRQS_SW_RESEND
and unconditionally builds the resend_irqs() tasklet and its
scheduling.

I only tested an equivalent patch for linux-2.6.22.18 on powerpc
for a board with an MPC8555E (using a portC line on the CPM2 PIC),
and build-tested this one for x86.


[2/2] updates Documentation/DocBook/genericirq.tmpl, taking
into account 1/2 other previous undocumented changes to genirq.


--
Guillaume Knispel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-28 22:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 13:09 [PATCH 0/2] genirq: reliably replay pending edge-triggered irq (plus doc) Guillaume Knispel
2010-04-22 13:09 ` [PATCH 1/2] genirq: reliably replay pending edge-triggered irq Guillaume Knispel
2010-04-27 13:42   ` Thomas Gleixner
2010-04-28 21:56     ` Guillaume Knispel
2010-04-28 22:28       ` Thomas Gleixner
2010-04-22 13:09 ` [PATCH 2/2] genirq: update doc Guillaume Knispel

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).