mbox series

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

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

Message

Ondrej Zary April 22, 2019, 5:33 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 driver is tested for now. The other two could
be dropped until they get tested.