public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Joao Pinto <Joao.Pinto@synopsys.com>
To: martin.petersen@oracle.com
Cc: linux-scsi@vger.kernel.org, Joao Pinto <Joao.Pinto@synopsys.com>
Subject: [PATCH v16 0/9] add support for DWC UFS Controller
Date: Wed, 11 May 2016 12:21:24 +0100	[thread overview]
Message-ID: <cover.1462963164.git.jpinto@synopsys.com> (raw)

As requested, I am sending v15 to be included in the SCSI patchwork.
The patches were produced on top of the latest (2016-05-02) 4.7/scsi-queue
branch. The patches were also validated by checkpatch.pl.

The work consisted of:
- Fixed typo in ufshcd-pltfrm.c
- Tweak ufshcd.c for UFS 2.0 support
- Implement ufshcd-dwc which contains all DWC HW specific code
- Unipro attributes were added and new registers were added to the driver
- Implement a tc-dwc-g210 containing G210 MPHY specific code
- Implement a tc-dwc-g210 glue platform driver
- Implement a tc-dwc-g210 glue pci driver
- Documentation update

Joao Pinto (9):
  ufs: fixed typo in ufshcd-pltfrm
  ufs: add UFS 2.0 to ufshcd-pltfrm bindings
  ufs: add UFS 2.0 capabilities
  ufs: add unipro attributes
  ufs: add link status to ufshci
  ufs: add support for DesignWare Controller
  ufs: add support for Synopsys G210 Test Chip
  ufs: add TC G210 platform driver
  ufs: add TC G210 pci driver

 .../devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt |  26 ++
 .../devicetree/bindings/ufs/ufshcd-pltfrm.txt      |   4 +-
 MAINTAINERS                                        |   6 +
 drivers/scsi/ufs/Kconfig                           |  16 ++
 drivers/scsi/ufs/Makefile                          |   2 +
 drivers/scsi/ufs/tc-dwc-g210-pci.c                 | 181 ++++++++++++
 drivers/scsi/ufs/tc-dwc-g210-pltfrm.c              | 113 ++++++++
 drivers/scsi/ufs/tc-dwc-g210.c                     | 315 +++++++++++++++++++++
 drivers/scsi/ufs/tc-dwc-g210.h                     |  19 ++
 drivers/scsi/ufs/ufshcd-dwc.c                      | 150 ++++++++++
 drivers/scsi/ufs/ufshcd-dwc.h                      |  26 ++
 drivers/scsi/ufs/ufshcd-pltfrm.c                   |   2 +-
 drivers/scsi/ufs/ufshcd.c                          |  89 +++---
 drivers/scsi/ufs/ufshcd.h                          |   7 +
 drivers/scsi/ufs/ufshci-dwc.h                      |  36 +++
 drivers/scsi/ufs/ufshci.h                          |  11 +
 drivers/scsi/ufs/unipro.h                          |  39 +++
 17 files changed, 998 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt
 create mode 100644 drivers/scsi/ufs/tc-dwc-g210-pci.c
 create mode 100644 drivers/scsi/ufs/tc-dwc-g210-pltfrm.c
 create mode 100644 drivers/scsi/ufs/tc-dwc-g210.c
 create mode 100644 drivers/scsi/ufs/tc-dwc-g210.h
 create mode 100644 drivers/scsi/ufs/ufshcd-dwc.c
 create mode 100644 drivers/scsi/ufs/ufshcd-dwc.h
 create mode 100644 drivers/scsi/ufs/ufshci-dwc.h

-- 
1.8.1.5


             reply	other threads:[~2016-05-11 11:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 11:21 Joao Pinto [this message]
2016-05-11 11:21 ` [PATCH v16 1/9] ufs: fixed typo in ufshcd-pltfrm Joao Pinto
2016-05-11 11:21 ` [PATCH v16 2/9] ufs: add UFS 2.0 to ufshcd-pltfrm bindings Joao Pinto
2016-05-11 11:21 ` [PATCH v16 3/9] ufs: add UFS 2.0 capabilities Joao Pinto
2016-05-11 11:21 ` [PATCH v16 4/9] ufs: add unipro attributes Joao Pinto
2016-05-11 11:21 ` [PATCH v16 5/9] ufs: add link status to ufshci Joao Pinto
2016-05-11 11:21 ` [PATCH v16 6/9] ufs: add support for DesignWare Controller Joao Pinto
2016-05-11 11:21 ` [PATCH v16 7/9] ufs: add support for Synopsys G210 Test Chip Joao Pinto
2016-05-11 11:21 ` [PATCH v16 8/9] add TC G210 platform driver Joao Pinto
2016-05-11 11:21 ` [PATCH v16 9/9] ufs: add TC G210 pci driver Joao Pinto

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.1462963164.git.jpinto@synopsys.com \
    --to=joao.pinto@synopsys.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox