From: Ondrej Zary <linux@zary.sk>
To: Rik Faith <faith@cs.unc.edu>,
"David A . Hinds" <dahinds@users.sourceforge.net>
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] fdomain: Resurrect driver (modular version)
Date: Sun, 28 Apr 2019 22:06:22 +0200 [thread overview]
Message-ID: <20190428200626.28092-1-linux@zary.sk> (raw)
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
next reply other threads:[~2019-04-28 20:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-28 20:06 Ondrej Zary [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190428200626.28092-1-linux@zary.sk \
--to=linux@zary.sk \
--cc=dahinds@users.sourceforge.net \
--cc=faith@cs.unc.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox