public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/17] various irq handler cleanups
@ 2007-10-21  7:52 Jeff Garzik
  2007-10-21  7:52 ` [PATCH 1/17] " Jeff Garzik
                   ` (16 more replies)
  0 siblings, 17 replies; 24+ messages in thread
From: Jeff Garzik @ 2007-10-21  7:52 UTC (permalink / raw)
  To: LKML

This series continues the work of running through irq handlers that use
their 'irq' argument -- almost always for trivial (or even wrong)
reasons.

In many cases, this work eliminates some pointless code in the fastpath,
and/or otherwise makes interrupt handling [ever so] slightly more
efficient and clean.

As usual, this work is being committed to the 'irq-cleanups' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git

which encompasses the following changes (includes some previously
posted, and not re-posted in this series):

older cleanups:
      [PARPORT] Consolidate code copies into a single generic irq handler
      [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interru
      [PARPORT] Remove unused 'irq' argument from parport irq functions
      [BLUETOOTH] Eliminate checks for impossible conditions in irq handler
      Eliminate pointless casts from void* in a few driver irq handlers.
      [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate
      [NETDRVR] lib82596, netxen: delete pointless tests from irq handler
      [SCSI] aha152x: delete pointless test in irq handler
      [ATM, CHAR, TOUCHSCREEN] remove needless use of irq handler first arg

new cleanups:
      [IRQ ARG CLEANUP] more driver cleanups
      drivers/char/ip2: split out irq core logic into separate function
      drivers/char/ip2: separate polling and irq-driven work entry points
      char/pcmcia/synclink_cs: trim trailing whitespace
      drivers/char/pcmcia/synclink_cs.c: irq handler cleanups
      drivers/char/riscom8: irq handler cleanups
      drivers/char/{rio,specialix,sx}: irq handler cleanups
      arch/x86/kernel/vm86_32.c: irq handler cleanup
      drivers/char/{synclink,tpm}: irq handler cleanups
      drivers/input/serio/i8042.c: irq handler clean
      isdn/act2000: fix major bug. clean irq handler.
      isdn/sc: irq handler clean
      [netdrvr] driver irq handler cleanups
      pcmcia/i82365: irq handler cleanups
      serial, rtc/ds1374: irq handler cleanups
      [SCSI] driver irq handler cleanups
      RTC interrupt handling cleanups


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

end of thread, other threads:[~2007-10-30 12:36 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21  7:52 [PATCH 0/17] various irq handler cleanups Jeff Garzik
2007-10-21  7:52 ` [PATCH 1/17] " Jeff Garzik
2007-10-21  7:52 ` [PATCH 2/17] drivers/char/ip2: split out irq core logic into separate function Jeff Garzik
2007-10-21  7:52 ` [PATCH 3/17] drivers/char/ip2: separate polling and irq-driven work entry points Jeff Garzik
2007-10-21  7:52 ` [PATCH 4/17] char/pcmcia/synclink_cs: trim trailing whitespace Jeff Garzik
2007-10-21  7:52 ` [PATCH 5/17] drivers/char/pcmcia/synclink_cs.c: irq handler cleanups Jeff Garzik
2007-10-21  7:52 ` [PATCH 6/17] drivers/char/riscom8: " Jeff Garzik
2007-10-21  9:01   ` Jiri Slaby
2007-10-21  9:06     ` Jeff Garzik
2007-10-21  7:52 ` [PATCH 7/17] drivers/char/{rio,specialix,sx}: " Jeff Garzik
2007-10-21  7:52 ` [PATCH 8/17] arch/x86/kernel/vm86_32.c: irq handler cleanup Jeff Garzik
2007-10-21  9:21   ` Thomas Gleixner
2007-10-21  7:52 ` [PATCH 9/17] drivers/char/{synclink,tpm}: irq handler cleanups Jeff Garzik
2007-10-21  7:52 ` [PATCH 10/17] drivers/input/serio/i8042.c: irq handler clean Jeff Garzik
2007-10-21 17:57   ` Dmitry Torokhov
2007-10-30 12:36     ` Jeff Garzik
2007-10-21  7:52 ` [PATCH 11/17] isdn/act2000: fix major bug. clean irq handler Jeff Garzik
2007-10-21  7:52 ` [PATCH 12/17] isdn/sc: irq handler clean Jeff Garzik
2007-10-21  7:52 ` [PATCH 13/17] netdrvr irq handler cleanups Jeff Garzik
2007-10-21  7:52 ` [PATCH 14/17] pcmcia/i82365: " Jeff Garzik
2007-10-21  7:52 ` [PATCH 15/17] serial, rtc/ds1374: " Jeff Garzik
2007-10-21  7:52 ` [PATCH 16/17] SCSI: driver " Jeff Garzik
2007-10-21  7:52 ` [PATCH 17/17] RTC interrupt handling cleanups Jeff Garzik
2007-10-21 16:40   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox