All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Change frame type for SET MAX commands
@ 2017-12-28 10:20 chenxiang
  2017-12-28 10:20 ` [PATCH 1/2] ata: enhance the definition of SET MAX feature field value chenxiang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: chenxiang @ 2017-12-28 10:20 UTC (permalink / raw)
  To: martin.petersen, tj; +Cc: linux-ide, linux-scsi, linuxarm, chenxiang

According to ATA protocol, there are two other values for SET MAX commands' 
feature field. So definite them. Also those SET MAX commands belong to 
different frame types,and judge feature field of SET MAX commands to decide
which frame type they belongs to.

chenxiang (2):
  ata: enhance the definition of SET MAX feature field value
  scsi: hisi_sas: Change frame type for SET MAX commands

 drivers/scsi/hisi_sas/hisi_sas.h       |  3 ++-
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 20 ++++++++++++++++++--
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c |  2 +-
 include/linux/ata.h                    |  2 ++
 5 files changed, 24 insertions(+), 5 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2018-01-09  3:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28 10:20 [PATCH 0/2] Change frame type for SET MAX commands chenxiang
2017-12-28 10:20 ` [PATCH 1/2] ata: enhance the definition of SET MAX feature field value chenxiang
2018-01-09  3:16   ` Martin K. Petersen
2018-01-09  3:38     ` Tejun Heo
2017-12-28 10:20 ` [PATCH 2/2] scsi: hisi_sas: Change frame type for SET MAX commands chenxiang
2018-01-09  3:47 ` [PATCH 0/2] " Martin K. Petersen

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.