From patchwork Fri Sep 6 05:10:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 11134499 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DD9221599 for ; Fri, 6 Sep 2019 05:11:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B291820842 for ; Fri, 6 Sep 2019 05:11:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567746704; bh=IYBU8RWlqSgIbvGErYHD/EAnjlBL4u7Aj4RPOn5vpbM=; h=From:To:Cc:Subject:Date:List-ID:From; b=Hd/jF4JTNWv0O1lyLOaIHgYRcWT+KAKDVpXwcbJmVAjUtUwK9so23mLZQmDz9mmkt 9uS4yq0AQ4ygrzaiTxlosvrN8i50+I1hyPfISDykgCHpySc9DucLrBPU69DH4tgMgx D8dCOB62DRDPmFwJTwcQDBa6pooLsDXpz5zMPDEY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392252AbfIFFLo (ORCPT ); Fri, 6 Sep 2019 01:11:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:46822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732560AbfIFFLo (ORCPT ); Fri, 6 Sep 2019 01:11:44 -0400 Received: from localhost.localdomain (unknown [223.226.32.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 41DDC2070C; Fri, 6 Sep 2019 05:11:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567746703; bh=IYBU8RWlqSgIbvGErYHD/EAnjlBL4u7Aj4RPOn5vpbM=; h=From:To:Cc:Subject:Date:From; b=zIgdjuZr2DOtl6+9KgEzceNxs+6sd3n3OVm5RgZ6JSi4TI6w20UsZv5j1okklgdhF xjy/ECeG16H146K0N6ECsJFs4kta5EdbUjT3nxZgYYO+2W9QUDyjHvqJ36lS3nDd5T oJ1fahH2VWhaO7inE068UC0AwAje0qe6XacohJcY= From: Vinod Koul To: Kishon Vijay Abraham I Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Andy Gross , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, "Martin K. Petersen" , Evan Green , Can Guo , Stanley Chu , Subhash Jadavani , Douglas Anderson , Stephen Boyd Subject: [PATCH v2 0/3] UFS: Add support for SM8150 UFS Date: Fri, 6 Sep 2019 10:40:14 +0530 Message-Id: <20190906051017.26846-1-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This series adds compatible strings for ufs hc and ufs qmp phy found in Qualcomm SM8150 SoC. Also update the qmp phy driver with version 4 and support for ufs phy. Changes since v1: - make the numbers a lower case hex - add review tags recieved Vinod Koul (3): dt-bindings: ufs: Add sm8150 compatible string dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy compatible string phy: qcom-qmp: Add SM8150 QMP UFS PHY support .../devicetree/bindings/phy/qcom-qmp-phy.txt | 7 +- .../devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + drivers/phy/qualcomm/phy-qcom-qmp.c | 125 ++++++++++++++++++ drivers/phy/qualcomm/phy-qcom-qmp.h | 96 ++++++++++++++ 4 files changed, 228 insertions(+), 1 deletion(-)