This patchset adds a driver support for Cadence UFS controller. It was verified on Cadence Palladium emulation platform. 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 UFS platform driver 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html