Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1535822

[PATCH 0/4] g_NCR5380: Bug fix and some enhancements

From Finn Thain <fthain@telegraphics.com.au>
Newsgroups linux.kernel
Subject [PATCH 0/4] g_NCR5380: Bug fix and some enhancements
Date 2016-12-05 07:10 +0100
Message-ID <sKUDn-JO-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] g_NCR5380: Bug fix and some enhancements Finn Thain <fthain@telegraphics.com.au> - 2016-12-05 07:10 +0100
  [PATCH 1/4] g_NCR5380: Check for chip presence before calling  NCR5380_init() Finn Thain <fthain@telegraphics.com.au> - 2016-12-05 07:10 +0100
  [PATCH 4/4] g_NCR5380: Autoprobe board IRQ by default Finn Thain <fthain@telegraphics.com.au> - 2016-12-05 07:10 +0100
  [PATCH 2/4] g_NCR5380: Use probe_irq_*() for IRQ probing Finn Thain <fthain@telegraphics.com.au> - 2016-12-05 07:10 +0100
  [PATCH 3/4] g_NCR5380: Fix automatic IRQ on HP C2502 cards Finn Thain <fthain@telegraphics.com.au> - 2016-12-05 07:10 +0100
  Re: [PATCH 0/4] g_NCR5380: Bug fix and some enhancements Ondrej Zary <linux@rainbow-software.org> - 2016-12-08 19:50 +0100
    Re: [PATCH 0/4] g_NCR5380: Bug fix and some enhancements Finn Thain <fthain@telegraphics.com.au> - 2016-12-08 23:30 +0100
  Re: [PATCH 0/4] g_NCR5380: Bug fix and some enhancements "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-12-08 23:00 +0100

csiph-web