[PATCH 0/4] fdomain: Resurrect driver (modular version)

From: Ondrej Zary
Date: Sun Apr 28 2019 - 16:07:19 EST



Resurrect previously removed fdomain driver, in modern style.
Initialization is rewritten completely, with support for multiple cards,
no more global state variables.
Most of the code from interrupt handler is moved to a workqueue.

This is a modularized version with core separated from bus-specific drivers
(PCI, ISA and PCMCIA). Only PCI driver is tested for now. The other two could
be dropped until they get tested.

Changes since RFC:
- multi-line comment style, some coding style
- usage of scsi_k(un)map_atomic_sg for buffer access
- static marking of fdomain_host_reset and fdomain_template
- IRQ lookup moved to ISA bus driver
- EXPORT_SYMBOL_GPL

--
Ondrej Zary