From: Jose Abreu <Jose.Abreu@synopsys.com>
To: linux-scsi@vger.kernel.org
Cc: Joao Pinto <Joao.Pinto@synopsys.com>,
Jose Abreu <Jose.Abreu@synopsys.com>,
Joao Lima <Joao.Lima@synopsys.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
Avri Altman <avri.altman@wdc.com>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] scsi: ufs: Misc improvements for DesignWare drivers and UFS
Date: Fri, 24 Apr 2020 13:36:55 +0200 [thread overview]
Message-ID: <cover.1587727756.git.Jose.Abreu@synopsys.com> (raw)
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
next reply other threads:[~2020-04-24 11:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-24 11:36 Jose Abreu [this message]
2020-04-24 11:36 ` [PATCH 1/5] scsi: ufs: Allow UFS 3.0 as a valid version Jose Abreu
2020-04-24 11:57 ` Winkler, Tomas
2020-04-24 12:08 ` Alim Akhtar
2020-04-25 11:10 ` Christoph Hellwig
2020-04-27 7:50 ` Jose Abreu
2020-04-24 11:36 ` [PATCH 2/5] scsi: ufs: Rename tc-dwc-g210 -> tc-dwc Jose Abreu
2020-04-24 11:36 ` [PATCH 3/5] scsi: ufs: tc-dwc-pci: Use PDI ID to match Test Chip type Jose Abreu
2020-04-24 12:00 ` Winkler, Tomas
2020-04-24 12:08 ` Jose Abreu
2020-04-24 11:36 ` [PATCH 4/5] scsi: ufs: tc-dwc-pci: Allow for MSI interrupt type Jose Abreu
2020-04-24 11:55 ` Winkler, Tomas
2020-04-24 12:02 ` Jose Abreu
2020-04-24 11:37 ` [PATCH 5/5] MAINTAINERS: Change Maintainers for SCSI UFS DWC Drivers Jose Abreu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1587727756.git.Jose.Abreu@synopsys.com \
--to=jose.abreu@synopsys.com \
--cc=Joao.Lima@synopsys.com \
--cc=Joao.Pinto@synopsys.com \
--cc=alim.akhtar@samsung.com \
--cc=avri.altman@wdc.com \
--cc=jejb@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.