linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] g_NCR5380: Bug fix and some enhancements
@ 2016-12-05  6:07 Finn Thain
  2016-12-05  6:07 ` [PATCH 1/4] g_NCR5380: Check for chip presence before calling NCR5380_init() Finn Thain
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Finn Thain @ 2016-12-05  6:07 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, Ondrej Zary
  Cc: Michael Schmitz, linux-scsi, linux-kernel

This patch series is based on the one submitted recently by Ondrej Zary.

This version has a different irq probing fix for HP C2502 boards and
a more comprehensive patch to change the default irq parameter.

It needs testing on actual ISA hardware.


Finn Thain (4):
  g_NCR5380: Check for chip presence before calling NCR5380_init()
  g_NCR5380: Use probe_irq_*() for IRQ probing
  g_NCR5380: Fix automatic IRQ on HP C2502 cards
  g_NCR5380: Autoprobe board IRQ by default

 Documentation/scsi/g_NCR5380.txt |  46 ++++++------
 drivers/scsi/NCR5380.c           |  77 +-------------------
 drivers/scsi/NCR5380.h           |  11 ---
 drivers/scsi/g_NCR5380.c         | 153 +++++++++++++++++++++++++++++++++------
 drivers/scsi/g_NCR5380.h         |   2 +
 5 files changed, 156 insertions(+), 133 deletions(-)

-- 
2.7.3

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

end of thread, other threads:[~2016-12-08 22:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-05  6:07 [PATCH 0/4] g_NCR5380: Bug fix and some enhancements Finn Thain
2016-12-05  6:07 ` [PATCH 1/4] g_NCR5380: Check for chip presence before calling NCR5380_init() Finn Thain
2016-12-05  6:07 ` [PATCH 4/4] g_NCR5380: Autoprobe board IRQ by default Finn Thain
2016-12-05  6:07 ` [PATCH 3/4] g_NCR5380: Fix automatic IRQ on HP C2502 cards Finn Thain
2016-12-05  6:07 ` [PATCH 2/4] g_NCR5380: Use probe_irq_*() for IRQ probing Finn Thain
2016-12-08 18:45 ` [PATCH 0/4] g_NCR5380: Bug fix and some enhancements Ondrej Zary
2016-12-08 22:27   ` Finn Thain
2016-12-08 21:59 ` Martin K. Petersen

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