mbox series

[v2,0/2] pm80xx mpi_uninit_check() fixes

Message ID 20210406180534.1924345-1-ipylypiv@google.com
Headers show
Series pm80xx mpi_uninit_check() fixes | expand

Message

Igor Pylypiv April 6, 2021, 6:05 p.m. UTC
Changes from v1:
 - Added missing semicolons
 - Removed redundant parentheses

This patch series changes the wait time handling in mpi_uninit_check() to
make it similar to mpi_init_check().

In commit e90e236250e9 ("scsi: pm80xx: Increase timeout for pm80xx
mpi_uninit_check") the wait time for the inbound doorbell was increased
in the mpi_init_check() instead of the mpi_uninit_check().

Note:
SPC[/V]_DOORBELL_CLEAR_TIMEOUT defines could not be used in the first
commit in this series because the values were decreased in
commit d71023af4bec0 ("scsi: pm80xx: Do not busy wait in MPI init check").

Igor Pylypiv (2):
  scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
  scsi: pm80xx: Remove busy wait from mpi_uninit_check()

 drivers/scsi/pm8001/pm80xx_hwi.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Martin K. Petersen April 16, 2021, 2:51 a.m. UTC | #1
On Tue, 6 Apr 2021 11:05:32 -0700, Igor Pylypiv wrote:

> Changes from v1:

>  - Added missing semicolons

>  - Removed redundant parentheses

> 

> This patch series changes the wait time handling in mpi_uninit_check() to

> make it similar to mpi_init_check().

> 

> [...]


Applied to 5.13/scsi-queue, thanks!

[1/2] scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
      https://git.kernel.org/mkp/scsi/c/3f744a14f331
[2/2] scsi: pm80xx: Remove busy wait from mpi_uninit_check()
      https://git.kernel.org/mkp/scsi/c/6f305bf699fe

-- 
Martin K. Petersen	Oracle Linux Engineering