linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fdomain: Resurrect driver (modular version)
@ 2019-04-28 20:06 Ondrej Zary
  2019-04-28 20:06 ` [PATCH 1/4] fdomain: Resurrect driver (core) Ondrej Zary
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ondrej Zary @ 2019-04-28 20:06 UTC (permalink / raw)
  To: Rik Faith, David A . Hinds; +Cc: linux-scsi, linux-kernel


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-04-29 21:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-28 20:06 [PATCH 0/4] fdomain: Resurrect driver (modular version) Ondrej Zary
2019-04-28 20:06 ` [PATCH 1/4] fdomain: Resurrect driver (core) Ondrej Zary
2019-04-29 20:32   ` Christoph Hellwig
2019-04-29 21:15     ` [PATCH 1/4 v2] " Ondrej Zary
2019-04-28 20:06 ` [PATCH 2/4] fdomain: Resurrect driver (PCI support) Ondrej Zary
2019-04-29 20:32   ` Christoph Hellwig
2019-04-28 20:06 ` [PATCH 3/4] fdomain: Resurrect driver (ISA support) Ondrej Zary
2019-04-28 20:06 ` [PATCH 4/4] fdomain: Resurrect driver (PCMCIA support) Ondrej Zary
2019-04-29 21:35 ` [PATCH 0/4] fdomain: Resurrect driver (modular version) Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).