Re: [PATCH v7 0/8] mpt3sas: some bug fixes patches

2018-11-06 Thread Martin K. Petersen
Suganath, > Suganath Prabu (8): > mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNT > mpt3sas: Separate out mpt3sas_wait_for_ioc > mpt3sas: Refactor mpt3sas_wait_for_ioc function > mpt3sas: Call sas_remove_host before removing the target devices > mpt3sas: Fix Sync cache c

Re: [PATCH v7 0/8] mpt3sas: some bug fixes patches

2018-11-02 Thread Andy Shevchenko
On Fri, Nov 2, 2018 at 8:26 PM Bjorn Helgaas wrote: > > Suganath Prabu wrote: > > V7 Change Set: > > Split some patches into multiple small patches > > as suggested by Bjorn Helgaas > > > > v6 Change Set: > > Incorporated changes as suggested by Andy. > > In Patch 1 converted while loop to do whil

RE: [PATCH v7 0/8] mpt3sas: some bug fixes patches

2018-11-02 Thread Bjorn Helgaas
Suganath Prabu wrote: > V7 Change Set: > Split some patches into multiple small patches > as suggested by Bjorn Helgaas > > v6 Change Set: > Incorporated changes as suggested by Andy. > In Patch 1 converted while loop to do while in > function mpt3sas_wait_for_ioc_to_operational(). > And in patch

[PATCH v7 0/8] mpt3sas: some bug fixes patches

2018-10-31 Thread Suganath Prabu
V7 Change Set: Split some patches into multiple small patches as suggested by Bjorn Helgaas v6 Change Set: Incorporated changes as suggested by Andy. In Patch 1 converted while loop to do while in function mpt3sas_wait_for_ioc_to_operational(). And in patch 3 removed parentheses. V5 Change Set: V