linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Re-implement am53c974 driver
@ 2014-11-21  9:27 Hannes Reinecke
  2014-11-21  9:27 ` [PATCH 01/10] esp_scsi: spellcheck 'driver' Hannes Reinecke
                   ` (10 more replies)
  0 siblings, 11 replies; 31+ messages in thread
From: Hannes Reinecke @ 2014-11-21  9:27 UTC (permalink / raw)
  To: James Bottomley
  Cc: Christoph Hellwig, Paolo Bonzini, linux-scsi, Hannes Reinecke

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.

Hannes Reinecke (10):
  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
  scsi: add 'am53c974' driver
  esp: Use FIFO for command submission
  am53c974: BLAST residual handling
  esp: correctly detect am53c974
  esp: enable CONFIG2_FENAB for am53c974

 drivers/scsi/Kconfig    |  18 ++
 drivers/scsi/Makefile   |   1 +
 drivers/scsi/am53c974.c | 562 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/scsi/esp_scsi.c | 378 ++++++++++++++++++++------------
 drivers/scsi/esp_scsi.h |  22 +-
 5 files changed, 843 insertions(+), 138 deletions(-)
 create mode 100644 drivers/scsi/am53c974.c

-- 
1.8.5.2


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

end of thread, other threads:[~2014-11-21 10:52 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  9:27 [PATCH 00/10] Re-implement am53c974 driver Hannes Reinecke
2014-11-21  9:27 ` [PATCH 01/10] esp_scsi: spellcheck 'driver' Hannes Reinecke
2014-11-21  9:35   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 02/10] esp_scsi: make number of tags configurable Hannes Reinecke
2014-11-21  9:37   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 03/10] esp_scsi: convert to dev_printk Hannes Reinecke
2014-11-21  9:37   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 04/10] esp_scsi: debug event and command Hannes Reinecke
2014-11-21  9:38   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 05/10] esp_scsi: read status registers Hannes Reinecke
2014-11-21  9:43   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 06/10] scsi: add 'am53c974' driver Hannes Reinecke
2014-11-21 10:14   ` Paolo Bonzini
2014-11-21 10:34     ` Hannes Reinecke
2014-11-21 10:20   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 07/10] esp: Use FIFO for command submission Hannes Reinecke
2014-11-21 10:04   ` Paolo Bonzini
2014-11-21 10:38     ` Hannes Reinecke
2014-11-21 10:50       ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 08/10] am53c974: BLAST residual handling Hannes Reinecke
2014-11-21 10:10   ` Paolo Bonzini
2014-11-21 10:29     ` Hannes Reinecke
2014-11-21  9:27 ` [PATCH 09/10] esp: correctly detect am53c974 Hannes Reinecke
2014-11-21 10:11   ` Paolo Bonzini
2014-11-21  9:27 ` [PATCH 10/10] esp: enable CONFIG2_FENAB for am53c974 Hannes Reinecke
2014-11-21 10:08   ` Paolo Bonzini
2014-11-21 10:22     ` Hannes Reinecke
2014-11-21 10:52       ` Paolo Bonzini
2014-11-21 10:26 ` [PATCH 00/10] Re-implement am53c974 driver Christoph Hellwig
2014-11-21 10:33   ` Hannes Reinecke
2014-11-21 10:47     ` Guennadi Liakhovetski

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).