This patchset adds a driver support for Cadence UFS controller.
It was verified on Cadence Palladium emulation platform.

Changes since V3:
        Updated comments and cleaned up the cdns-pltfrm.c.

Changes since V2:
        Updated dt bindings documentation.

Changes since V1:
        Renamed the documentation file name to cdns,ufshc.txt.
        Updated interrupt and register mapping.
        Added license information.
        Added a missing PHY clock.


Jan Kotas (2):
  dt-bindings: ufs: Add bindings for Cadence UFS
  scsi: ufs: Add UFS platform driver for Cadence UFS

 .../devicetree/bindings/ufs/cdns,ufshc.txt         |  31 +++++
 drivers/scsi/ufs/Kconfig                           |   8 ++
 drivers/scsi/ufs/Makefile                          |   1 +
 drivers/scsi/ufs/cdns-pltfrm.c                     | 149 +++++++++++++++++++++
 4 files changed, 189 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ufs/cdns,ufshc.txt
 create mode 100644 drivers/scsi/ufs/cdns-pltfrm.c

-- 
1.9.0


Reply via email to