public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/13] remove cli()/sti() in drivers/char/*
@ 2005-01-16 13:52 James Nelson
  2005-01-16 13:52 ` [PATCH 1/13] epca: remove cli()/sti() in drivers/char/epca.c James Nelson
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: James Nelson @ 2005-01-16 13:52 UTC (permalink / raw)
  To: linux-kernel, kernel-janitors; +Cc: akpm, James Nelson

This series of patches removes the last cli()/sti()/save_flags()/restore_flags()
function calls in drivers/char.

Diffstat output:
 epca.c                        |  158 +++++++++++++++++-------------------------
 esp.c                         |  139 ++++++++++++++++++------------------
 ftape/lowlevel/ftape-format.c |    2
 ftape/lowlevel/ftape-io.c     |    6 -
 generic_serial.c              |    6 -
 ip2main.c                     |   12 +--
 istallion.c                   |  121 +++++++++++++-------------------
 ite_gpio.c                    |    5 -
 moxa.c                        |   25 ++----
 pcxx.c                        |  140 +++++++++++++++----------------------
 riscom8.c                     |   89 +++++++++++------------
 serial_tx3912.c               |   36 ++++-----
 stallion.c                    |  146 +++++++++++++++-----------------------
 13 files changed, 382 insertions(+), 503 deletions(-)

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

end of thread, other threads:[~2005-01-16 22:35 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16 13:52 [PATCH 0/13] remove cli()/sti() in drivers/char/* James Nelson
2005-01-16 13:52 ` [PATCH 1/13] epca: remove cli()/sti() in drivers/char/epca.c James Nelson
2005-01-16 13:52 ` [PATCH 2/13] esp: remove cli()/sti() in drivers/char/esp.c James Nelson
2005-01-16 13:52 ` [PATCH 3/13] ftape: remove cli()/sti() in drivers/char/ftape/lowlevel/ftape-format.c James Nelson
2005-01-16 21:10   ` Alan Cox
2005-01-16 13:52 ` [PATCH 4/13] ftape: remove cli()/sti() in drivers/char/ftape/lowlevel/ftape-io.c James Nelson
2005-01-16 21:11   ` Alan Cox
2005-01-16 13:52 ` [PATCH 5/13] generic_serial: remove cli()/sti() in drivers/char/generic_serial.c James Nelson
2005-01-16 13:53 ` [PATCH 6/13] ip2: remove cli()/sti() in drivers/char/ip2main.c James Nelson
2005-01-16 13:53 ` [PATCH 7/13] istallion: remove cli()/sti() in drivers/char/istallion.c James Nelson
2005-01-16 13:53 ` [PATCH 8/13] ite_gpio: remove cli()/sti() in drivers/char/ite_gpio.c James Nelson
2005-01-16 13:53 ` [PATCH 9/13] moxa: remove cli()/sti() in drivers/char/moxa.c James Nelson
2005-01-16 13:53 ` [PATCH 10/13] pcxx: remove cli()/sti() in drivers/char/pcxx.c James Nelson
2005-01-16 13:53 ` [PATCH 11/13] riscom8: remove cli()/sti() in drivers/char/riscom8.c James Nelson
2005-01-16 13:53 ` [PATCH 12/13] serial_tx3912: remove cli()/sti() in drivers/char/serial_tx3912.c James Nelson
2005-01-16 13:53 ` [PATCH 13/13] stallion: remove cli()/sti() in drivers/char/stallion.c James Nelson
2005-01-16 19:25 ` [PATCH 0/13] remove cli()/sti() in drivers/char/* Randy.Dunlap
2005-01-16 20:13   ` Jim Nelson
2005-01-16 21:04 ` Andrew Morton
2005-01-16 21:10   ` Alan Cox
2005-01-16 22:33     ` Jim Nelson

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