mbox series

[v2,0/3] fdomain: Resurrect driver

Message ID 20190514172309.12874-1-linux@zary.sk (mailing list archive)
Headers show
Series fdomain: Resurrect driver | expand

Message

Ondrej Zary May 14, 2019, 5:23 p.m. UTC
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 and ISA drivers are submitted for now.

Changes in v2:
 - BIOS-related code moved to ISA driver and simplified
 - fixed (un)locking in fdomain_host_reset

Comments

Martin K. Petersen May 14, 2019, 5:37 p.m. UTC | #1
Ondrej,

> 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 and ISA drivers are submitted
> for now.

Applied to 5.3/scsi-queue. Thanks!