mbox series

[V2,0/3] smartpqi additional patches

Message ID 154533583052.21615.11349449030149525021.stgit@brunhilda (mailing list archive)
Headers show
Series smartpqi additional patches | expand

Message

Don Brace Dec. 20, 2018, 8:02 p.m. UTC
These patches are based on Linus's tree

There are two more patches that need to be added
that were not fully tested until now.

The changes are:

- smartpqi-increase-fw-status-register-read-timeout
  . wait longer for fw to fully initialize
- smartpqi-add-ofa-support
  . allow on-line firmware updates.
- smartpqi-update-driver-version
  . need to bump up driver version to match
    new patches.

Changes since V1:
  . fix kbuild test robot and compile warnings (MIPS)
    . patch smartpqi-add-ofa-support
    . replace do_div MACRO with straight division
---

Don Brace (1):
      smartpqi: update driver version

Mahesh Rajashekhara (2):
      smartpqi: increase fw status register read timeout
      smartpqi: add ofa support


 drivers/scsi/smartpqi/smartpqi.h      |   76 ++++
 drivers/scsi/smartpqi/smartpqi_init.c |  591 +++++++++++++++++++++++++++++++--
 drivers/scsi/smartpqi/smartpqi_sis.c  |   15 +
 drivers/scsi/smartpqi/smartpqi_sis.h  |    1 
 4 files changed, 637 insertions(+), 46 deletions(-)

--
Signature

Comments

Martin K. Petersen Dec. 21, 2018, 12:40 a.m. UTC | #1
Don,

> Changes since V1:
>   . fix kbuild test robot and compile warnings (MIPS)
>     . patch smartpqi-add-ofa-support
>     . replace do_div MACRO with straight division

Since I had already pushed the series, this had to be an incremental
patch.

I did it by hand and also addressed the fall through linux-next
warnings.