From patchwork Thu Dec 5 04:41:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandeep Maheswaram X-Patchwork-Id: 11274197 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 92631930 for ; Thu, 5 Dec 2019 04:43:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 79CC6224F8 for ; Thu, 5 Dec 2019 04:43:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728975AbfLEEnb (ORCPT ); Wed, 4 Dec 2019 23:43:31 -0500 Received: from alexa-out-blr-02.qualcomm.com ([103.229.18.198]:23182 "EHLO alexa-out-blr-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728132AbfLEEna (ORCPT ); Wed, 4 Dec 2019 23:43:30 -0500 Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by alexa-out-blr-02.qualcomm.com with ESMTP/TLS/AES256-SHA; 05 Dec 2019 10:12:56 +0530 Received: from c-sanm-linux.qualcomm.com ([10.206.25.31]) by ironmsg02-blr.qualcomm.com with ESMTP; 05 Dec 2019 10:12:35 +0530 Received: by c-sanm-linux.qualcomm.com (Postfix, from userid 2343233) id 6AAFF19B7; Thu, 5 Dec 2019 10:12:34 +0530 (IST) From: Sandeep Maheswaram To: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Manu Gautam , Sandeep Maheswaram Subject: [PATCH v2 0/3] Add QUSB2 PHY support for SC7180 Date: Thu, 5 Dec 2019 10:11:18 +0530 Message-Id: <1575520881-31458-1-git-send-email-sanm@codeaurora.org> X-Mailer: git-send-email 2.7.4 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Added QUSB2 PHY support for SC7180. Converting dt binding to yaml. Adding compatible for SC7180 in dt bindings. Changes in v2: Sorted the compatible in driver. Converted dt binding to yaml. Added compatible in yaml. Sandeep Maheswaram (3): phy: qcom-qusb2: Add QUSB2 PHY support for SC7180 dt-bindings: phy: qcom-qusb2: Convert QUSB2 phy bindings to yaml dt-bindings: phy: qcom-qusb2: Add SC7180 QUSB2 phy support .../devicetree/bindings/phy/qcom-qusb2-phy.txt | 68 ----------- .../devicetree/bindings/phy/qcom-qusb2-phy.yaml | 130 +++++++++++++++++++++ drivers/phy/qualcomm/phy-qcom-qusb2.c | 57 ++++++++- 3 files changed, 186 insertions(+), 69 deletions(-) delete mode 100644 Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt create mode 100644 Documentation/devicetree/bindings/phy/qcom-qusb2-phy.yaml