lkml.org 
[lkml]   [2020]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] scsi: ufs: Misc improvements for DesignWare drivers and UFS
Date
Misc set of improvements for Synopsys DesignWare drivers and UFS core.

Patch 1/5, allows UFS 3.0 as a valid version for a given Host.

Patch 2/5, removes all mention of G210 to the DesignWare drivers so that we
can use same driver among different Test Chips.

Patch 3/5, re-arranges the initialization sequence of PCI driver to be more
modular.

Patch 4/5, allows MSI as a valid interrupt type.

Finally at 5/5, we change the Maintainers for UFS DesignWare drivers.

---
Cc: Joao Lima <Joao.Lima@synopsys.com>
Cc: Jose Abreu <Jose.Abreu@synopsys.com>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: Avri Altman <avri.altman@wdc.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---

Jose Abreu (5):
scsi: ufs: Allow UFS 3.0 as a valid version
scsi: ufs: Rename tc-dwc-g210 -> tc-dwc
scsi: ufs: tc-dwc-pci: Use PDI ID to match Test Chip type
scsi: ufs: tc-dwc-pci: Allow for MSI interrupt type
MAINTAINERS: Change Maintainers for SCSI UFS DWC Drivers

MAINTAINERS | 3 +-
drivers/scsi/ufs/Kconfig | 4 +-
drivers/scsi/ufs/Makefile | 4 +-
drivers/scsi/ufs/tc-dwc-g210-pci.c | 176 ------------------
drivers/scsi/ufs/tc-dwc-pci.c | 202 +++++++++++++++++++++
.../ufs/{tc-dwc-g210-pltfrm.c => tc-dwc-pltfrm.c} | 37 ++--
drivers/scsi/ufs/{tc-dwc-g210.c => tc-dwc.c} | 6 +-
drivers/scsi/ufs/{tc-dwc-g210.h => tc-dwc.h} | 6 +-
drivers/scsi/ufs/ufshcd.c | 3 +-
drivers/scsi/ufs/ufshci.h | 1 +
10 files changed, 236 insertions(+), 206 deletions(-)
delete mode 100644 drivers/scsi/ufs/tc-dwc-g210-pci.c
create mode 100644 drivers/scsi/ufs/tc-dwc-pci.c
rename drivers/scsi/ufs/{tc-dwc-g210-pltfrm.c => tc-dwc-pltfrm.c} (70%)
rename drivers/scsi/ufs/{tc-dwc-g210.c => tc-dwc.c} (98%)
rename drivers/scsi/ufs/{tc-dwc-g210.h => tc-dwc.h} (78%)

--
2.7.4

\
 
 \ /
  Last update: 2020-04-24 13:38    [W:0.248 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site