mbox series

[0/4,Bionic] hisi_sas: Revert and replace SAUCE patches w/ upstream

Message ID 20180412164412.9146-1-dann.frazier@canonical.com
Headers show
Series hisi_sas: Revert and replace SAUCE patches w/ upstream | expand

Message

dann frazier April 12, 2018, 4:44 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1762824

We're carrying a couple SAUCE patches for the hisi_sas driver to enable hip08
SoC support. One of the patches is incomplete vs. what landed upstream (module
alias should have been pci, not platform), the other includes extra changes
that didn't land upstream because they are now fixed in firmware.

The upstream patches are clean cherry-picks. Tested on a HiSilicon D06 board.

Xiang Chen (1):
  scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()

Xiaofei Tan (1):
  scsi: hisi_sas: modify some register config for hip08

dann frazier (2):
  Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
    userspace"
  Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"

 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 25 ++++---------------------
 1 file changed, 4 insertions(+), 21 deletions(-)

Comments

Seth Forshee April 12, 2018, 5:54 p.m. UTC | #1
On Thu, Apr 12, 2018 at 10:44:08AM -0600, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1762824
> 
> We're carrying a couple SAUCE patches for the hisi_sas driver to enable hip08
> SoC support. One of the patches is incomplete vs. what landed upstream (module
> alias should have been pci, not platform), the other includes extra changes
> that didn't land upstream because they are now fixed in firmware.
> 
> The upstream patches are clean cherry-picks. Tested on a HiSilicon D06 board.

Applied to bionic/master-next and unstable/master, thanks!