1
0
Files
linux/drivers/scsi
Charles d65702272c scsi: stex: Support Pegasus 3 product
Pegasus series is a RAID support product using Thunderbolt technology.
The newest product, Pegasus 3(P3) supports Thunderbolt 3 technology with
a different chip.

1. Change driver version.

2. Add P3 VID, DID and define it's device address.

3. P3 use msi interrupt, so stex_request_irq P3 type enable msi.

4. For hibernation, use msi_lock in stex_ss_handshake to prevent msi
   register write again when handshaking.

5. P3 doesn't need read() as flush.

6. In stex_ss_intr & stex_abort, P3 only clear interrupt register when
   getting vendor defined interrupt.

Signed-off-by: Charles.Chiou <charles.chiou@tw.promise.com>
Signed-off-by: Paul.Lyu <paul.lyu@tw.promise.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-03-15 19:20:13 -04:00
..
2017-02-08 10:51:24 -08:00
2017-02-23 16:57:36 -05:00
2015-11-25 22:08:55 -05:00
2016-05-10 22:01:07 -04:00
2015-11-09 17:11:57 -08:00
2015-11-09 16:32:14 -08:00
2017-01-05 00:21:12 -05:00
2016-02-25 21:10:53 -05:00
2016-11-08 17:29:46 -05:00
2016-01-27 20:36:10 +08:00
2016-01-27 20:36:10 +08:00
2016-02-23 21:27:02 -05:00
2016-11-28 15:51:31 -05:00
2017-01-31 14:00:34 -07:00
2016-11-14 13:16:42 -07:00
2016-10-18 19:49:11 -06:00
2016-02-23 21:27:02 -05:00
2015-11-18 11:59:09 -05:00
2017-03-15 19:20:13 -04:00