linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] Extirpate IRQF_SAMPLE_REMOVE from the kernel
@ 2012-07-17 21:32 Theodore Ts'o
  2012-07-17 21:32 ` [PATCH 01/17] mfd: remove IRQF_SAMPLE_RANDOM which is now a no-op Theodore Ts'o
                   ` (16 more replies)
  0 siblings, 17 replies; 30+ messages in thread
From: Theodore Ts'o @ 2012-07-17 21:32 UTC (permalink / raw)
  To: Linux Kernel Developers List; +Cc: Theodore Ts'o

This set of changes is fairly straight forward; if there are no
objections, I plan to carry these in the random.git tree for the next
merge window.

						- Ted

Theodore Ts'o (17):
  mfd: remove IRQF_SAMPLE_RANDOM which is now a no-op
  input/serio/hp_sdc.c: remove IRQF_SAMPLE_RANDOM which is now a no-op
  i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-op
  pda_power: remove IRQF_SAMPLE_RANDOM which is now a no-op
  n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-op
  xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-op
  drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-op
  uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op
  goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out
  omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op
  pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op
  isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-op
  board-palmz71: remove IRQF_SAMPLE_RANDOM which is now a no-op
  [ARM] pxa: remove IRQF_SAMPLE_RANDOM which is now a no-op
  sparc/ldc: remove IRQF_SAMPLE_RANDOM which is now a no-op
  um: remove IRQF_SAMPLE_RANDOM which is now a no-op
  random: final removal of IRQF_SAMPLE_RANDOM

 Documentation/feature-removal-schedule.txt | 14 --------------
 arch/arm/mach-omap1/board-palmz71.c        |  3 +--
 arch/arm/mach-pxa/lubbock.c                |  2 +-
 arch/arm/mach-pxa/magician.c               |  5 ++---
 arch/arm/mach-pxa/trizeps4.c               |  4 ++--
 arch/sparc/kernel/ldc.c                    |  6 ++----
 arch/um/drivers/line.c                     | 13 ++++++-------
 arch/um/drivers/mconsole_kern.c            |  3 +--
 arch/um/drivers/port_kern.c                |  6 ++----
 arch/um/drivers/random.c                   |  3 +--
 arch/um/drivers/xterm_kern.c               |  3 +--
 arch/um/kernel/sigio.c                     |  3 +--
 drivers/block/xen-blkfront.c               |  5 ++---
 drivers/crypto/n2_core.c                   |  3 +--
 drivers/hv/vmbus_drv.c                     |  3 +--
 drivers/i2c/busses/i2c-pmcmsp.c            |  3 +--
 drivers/input/serio/hp_sdc.c               |  2 +-
 drivers/mfd/tps65010.c                     |  3 +--
 drivers/power/pda_power.c                  |  6 +-----
 drivers/tty/serial/uartlite.c              |  3 +--
 drivers/usb/gadget/goku_udc.c              |  2 +-
 drivers/usb/gadget/omap_udc.c              |  4 ++--
 drivers/usb/gadget/pxa25x_udc.c            | 12 ++++--------
 drivers/usb/otg/isp1301_omap.c             |  1 -
 include/linux/interrupt.h                  |  2 --
 25 files changed, 36 insertions(+), 78 deletions(-)

-- 
1.7.11.1.108.gb129051


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

end of thread, other threads:[~2012-07-19 19:53 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 21:32 [PATCH 00/17] Extirpate IRQF_SAMPLE_REMOVE from the kernel Theodore Ts'o
2012-07-17 21:32 ` [PATCH 01/17] mfd: remove IRQF_SAMPLE_RANDOM which is now a no-op Theodore Ts'o
2012-07-17 21:32 ` [PATCH 02/17] input/serio/hp_sdc.c: " Theodore Ts'o
2012-07-18  6:09   ` Dmitry Torokhov
2012-07-18 17:05     ` Theodore Ts'o
2012-07-17 21:32 ` [PATCH 03/17] i2c-pmcmsp: " Theodore Ts'o
2012-07-17 21:32 ` [PATCH 04/17] pda_power: " Theodore Ts'o
2012-07-18  4:00   ` Anton Vorontsov
2012-07-18  4:18     ` Theodore Ts'o
2012-07-18  4:56       ` Anton Vorontsov
2012-07-17 21:32 ` [PATCH 05/17] n2_crypto: " Theodore Ts'o
2012-07-18  0:48   ` Herbert Xu
2012-07-17 21:32 ` [PATCH 06/17] xen-blkfront: " Theodore Ts'o
2012-07-19 19:44   ` Konrad Rzeszutek Wilk
2012-07-17 21:32 ` [PATCH 07/17] drivers: hv: " Theodore Ts'o
2012-07-18 13:14   ` KY Srinivasan
2012-07-17 21:32 ` [PATCH 08/17] uartlite: " Theodore Ts'o
2012-07-18  4:41   ` Peter Korsgaard
2012-07-17 21:32 ` [PATCH 09/17] goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out Theodore Ts'o
2012-07-17 21:32 ` [PATCH 10/17] omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op Theodore Ts'o
2012-07-17 21:32 ` [PATCH 11/17] pxa25x_udc: " Theodore Ts'o
2012-07-19  3:07   ` Haojian Zhuang
2012-07-17 21:32 ` [PATCH 12/17] isp1301_omap: " Theodore Ts'o
2012-07-17 21:32 ` [PATCH 13/17] board-palmz71: " Theodore Ts'o
2012-07-17 21:32 ` [PATCH 14/17] [ARM] pxa: " Theodore Ts'o
2012-07-19  3:08   ` Haojian Zhuang
2012-07-17 21:32 ` [PATCH 15/17] sparc/ldc: " Theodore Ts'o
2012-07-17 22:06   ` David Miller
2012-07-17 21:32 ` [PATCH 16/17] um: " Theodore Ts'o
2012-07-17 21:32 ` [PATCH 17/17] random: final removal of IRQF_SAMPLE_RANDOM Theodore Ts'o

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