linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/13] scsi: arcmsr: add some driver options and support new adapter ARC-1884
@ 2017-11-08 23:37 Ching Huang
  2017-11-21  3:03 ` Martin K. Petersen
  0 siblings, 1 reply; 4+ messages in thread
From: Ching Huang @ 2017-11-08 23:37 UTC (permalink / raw)
  To: martin.petersen, James.Bottomley, linux-scsi, linux-kernel,
	jthumshirn, hare, dan.carpenter, hch

From: Ching Huang <ching2048@areca.com.tw>

Hi all,

The following patches apply to Martin's 4.15/scsi-queue.

Patch 1: redefine ACB_ADAPTER_TYPE_A, _B, _C, _D and subsequent changes.

Patch 2: simplify arcmsr_iop_init function.

Patch 3: add codes for ACB_ADAPTER_TYPE_E to support new adapter ARC-1884

Patch 4: replace constant ARCMSR_MAX_FREECCB_NUM by variable acb->maxFreeCCB that was got from firmware.

Patch 5: add driver option host_can_queue to set host->can_queue value by user. It's value expands
         up to 1024.

Patch 6: replace constant ARCMSR_MAX_OUTSTANDING_CMD by variable acb->maxOutstanding that was determined by user.

Patch 7: add driver option cmd_per_lun to set host->cmd_per_lun value by user.

Patch 8: add ACB_F_MSG_GET_CONFIG to acb->acb_flags for for message interrupt checking before schedule work for
         get device map.

Patch 9: add a function arcmsr_set_iop_datetime and driver option set_date_time to set date and time to firmware.

Patch 10: fix clear doorbell queue on ACB_ADAPTER_TYPE_B controller.

Patch 11: spin off duplicate code of timer init for message isr BH in arcmsr_probe and arcmsr_resume as a function
          arcmsr_init_get_devmap_timer

Patch 12: adjust some tab or white-space to make text alignment.

Patch 13: update driver version to v1.40.00.02-20171011

Please review. Thanks.

---

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

* Re: [PATCH 0/13] scsi: arcmsr: add some driver options and support new adapter ARC-1884
  2017-11-21  3:03 ` Martin K. Petersen
@ 2017-11-20 19:48   ` Ching Huang
  0 siblings, 0 replies; 4+ messages in thread
From: Ching Huang @ 2017-11-20 19:48 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: James.Bottomley, linux-scsi, linux-kernel, jthumshirn, hare,
	dan.carpenter, hch

On Mon, 2017-11-20 at 22:03 -0500, Martin K. Petersen wrote:
> Ching,
> 
> > The following patches apply to Martin's 4.15/scsi-queue.
> 
> Applied to 4.16/scsi-queue. Thank you!
> 
Hi Martin,

Thank you for response.
These patches can apply to 4.16/scsi-queue is very good.

It will be very appreciation if you can spend a little time to review our driver's patch. Providing a better software driver is you and our common target. We will keep going.

Thanks,
Ching

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

* Re: [PATCH 0/13] scsi: arcmsr: add some driver options and support new adapter ARC-1884
  2017-11-08 23:37 [PATCH 0/13] scsi: arcmsr: add some driver options and support new adapter ARC-1884 Ching Huang
@ 2017-11-21  3:03 ` Martin K. Petersen
  2017-11-20 19:48   ` Ching Huang
  0 siblings, 1 reply; 4+ messages in thread
From: Martin K. Petersen @ 2017-11-21  3:03 UTC (permalink / raw)
  To: Ching Huang
  Cc: martin.petersen, James.Bottomley, linux-scsi, linux-kernel,
	jthumshirn, hare, dan.carpenter, hch


Ching,

> The following patches apply to Martin's 4.15/scsi-queue.

Applied to 4.16/scsi-queue. Thank you!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* [PATCH 0/13] scsi: arcmsr: add some driver options and support new adapter ARC-1884
@ 2017-11-08 23:16 Ching Huang
  0 siblings, 0 replies; 4+ messages in thread
From: Ching Huang @ 2017-11-08 23:16 UTC (permalink / raw)
  To: martin.petersen, James.Bottomley, linux-scsi, linux-kernel,
	jthumshirn, hare, dan.carpenter, hch

From: Ching Huang <ching2048@areca.com.tw>

Hi all,

The following patches apply to Martin's 4.15/scsi-queue.

Patch 1: redefine ACB_ADAPTER_TYPE_A, _B, _C, _D and subsequent changes.

Patch 2: simplify arcmsr_iop_init function.

Patch 3: add codes for ACB_ADAPTER_TYPE_E to support new adapter ARC-1884

Patch 4: replace constant ARCMSR_MAX_FREECCB_NUM by variable acb->maxFreeCCB that was got from firmware.

Patch 5: add driver option host_can_queue to set host->can_queue value by user. It's value expands
         up to 1024.

Patch 6: replace constant ARCMSR_MAX_OUTSTANDING_CMD by variable acb->maxOutstanding that was determined by user.

Patch 7: add driver option cmd_per_lun to set host->cmd_per_lun value by user.

Patch 8: add ACB_F_MSG_GET_CONFIG to acb->acb_flags for for message interrupt checking before schedule work for
         get device map.

Patch 9: add a function arcmsr_set_iop_datetime and driver option set_date_time to set date and time to firmware.

Patch 10: fix clear doorbell queue on ACB_ADAPTER_TYPE_B controller.

Patch 11: spin off duplicate code of timer init for message isr BH in arcmsr_probe and arcmsr_resume as a function
          arcmsr_init_get_devmap_timer

Patch 12: adjust some tab or white-space to make text alignment.

Patch 13: update driver version to v1.40.00.02-20171011

Please review. Thanks.

---

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

end of thread, other threads:[~2017-11-21  3:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 23:37 [PATCH 0/13] scsi: arcmsr: add some driver options and support new adapter ARC-1884 Ching Huang
2017-11-21  3:03 ` Martin K. Petersen
2017-11-20 19:48   ` Ching Huang
  -- strict thread matches above, loose matches on Subject: below --
2017-11-08 23:16 Ching Huang

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