From: Hannes Reinecke <hare@suse.de>
To: James Bottomley <jbottomley@parallels.com>
Cc: Christoph Hellwig <hch@lst.de>,
Paolo@suse.de, "Bonzini <pbonzini"@redhat.com,
"David S. Miller" <davem@davemloft.net>,
linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.de>
Subject: [PATCHv3 00/12] Re-implement am53c974 driver
Date: Mon, 24 Nov 2014 15:37:18 +0100 [thread overview]
Message-ID: <1416839850-30475-1-git-send-email-hare@suse.de> (raw)
Hi all,
having found some issues with the current tmscsim driver
I looked at the code and found is really awkward to clean
up.
Seeing that the am53c974 chip is actually based on the
'ESP' chip design I've re-implemented it based on the
common esp_scsi routines. This new driver
(cunningly named 'am53c974') provides all features
found on the tmscsim driver, with the goal of obsoleting
the old tmscsim driver.
Tested with Tekram DC390 and qemu esp-scsi.
Changes to v1:
- Include suggestions from Paolo Bonzini
- Remove the tmscsim driver
- Update MAINTAINERS file
Changes to v2:
- Include review from David Miller
- Include review from Christoph Hellwig
- Add Reviewed-by/Acked-by tags where applicable
Hannes Reinecke (11):
esp_scsi: spellcheck 'driver'
esp_scsi: make number of tags configurable
esp_scsi: convert to dev_printk
esp_scsi: debug event and command
esp_scsi: read status registers
esp_scsi: use FIFO for command submission
scsi: add 'am53c974' driver
am53c974: BLAST residual handling
esp: correctly detect am53c974
esp: enable CONFIG2_FENAB for am53c974
Replace tmscsim by am53c974
Paolo Bonzini (1):
esp_scsi: let DMA driver provide a config2 value
MAINTAINERS | 7 +-
drivers/scsi/Kconfig | 8 +-
drivers/scsi/Makefile | 2 +-
drivers/scsi/am53c974.c | 586 +++++++++++
drivers/scsi/esp_scsi.c | 411 +++++---
drivers/scsi/esp_scsi.h | 22 +-
drivers/scsi/tmscsim.c | 2626 -----------------------------------------------
drivers/scsi/tmscsim.h | 549 ----------
8 files changed, 859 insertions(+), 3352 deletions(-)
create mode 100644 drivers/scsi/am53c974.c
delete mode 100644 drivers/scsi/tmscsim.c
delete mode 100644 drivers/scsi/tmscsim.h
--
1.8.5.2
next reply other threads:[~2014-11-24 14:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-24 14:37 Hannes Reinecke [this message]
2014-11-24 14:37 ` [PATCH 01/12] esp_scsi: spellcheck 'driver' Hannes Reinecke
2014-11-24 14:37 ` [PATCH 02/12] esp_scsi: make number of tags configurable Hannes Reinecke
2014-11-24 14:37 ` [PATCH 03/12] esp_scsi: convert to dev_printk Hannes Reinecke
2014-11-24 14:37 ` [PATCH 04/12] esp_scsi: debug event and command Hannes Reinecke
2014-11-24 14:37 ` [PATCH 05/12] esp_scsi: read status registers Hannes Reinecke
2014-11-24 14:37 ` [PATCH 06/12] esp_scsi: use FIFO for command submission Hannes Reinecke
2014-11-24 14:37 ` [PATCH 07/12] scsi: add 'am53c974' driver Hannes Reinecke
2014-11-24 14:37 ` [PATCH 08/12] am53c974: BLAST residual handling Hannes Reinecke
2014-11-24 14:37 ` [PATCH 09/12] esp: correctly detect am53c974 Hannes Reinecke
2014-11-24 14:37 ` [PATCH 10/12] esp_scsi: let DMA driver provide a config2 value Hannes Reinecke
2014-11-24 14:37 ` [PATCH 11/12] esp: enable CONFIG2_FENAB for am53c974 Hannes Reinecke
2014-11-24 14:37 ` [PATCH 12/12] Replace tmscsim by am53c974 Hannes Reinecke
2014-11-24 15:18 ` [PATCHv3 00/12] Re-implement am53c974 driver Christoph Hellwig
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=1416839850-30475-1-git-send-email-hare@suse.de \
--to=hare@suse.de \
--cc="Bonzini <pbonzini"@redhat.com \
--cc=Paolo@suse.de \
--cc=davem@davemloft.net \
--cc=hch@lst.de \
--cc=jbottomley@parallels.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.