[PATCH v2 0/3] g_NCR5380: Modernization

From: Ondrej Zary
Date: Tue Sep 27 2016 - 15:00:56 EST



This small patch series removes deprecated code from g_NCR5380 driver
and converts it from scsi_module.c to scsi_add_host().

Tested with:
HP C2502 (53C400A chip)
Canon FG2-5202 (53C400 chip, memory-mapped)
DTC-3181L (DTCT-436P chip, PnP)

---
Changes in v2:
- updated Documentation/scsi/g_NCR5380.txt
- kept old-style module parameters for compatibility
- added missing NCR5380_exit() call
- fixed error propagation from init
- simplified driver registration

--
Ondrej Zary