Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp170051ybk; Thu, 14 May 2020 20:03:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyCIB/wZ4hACNxYkJdwsNpjJ4wfB6alO80L0KNeWix73+vT6Il5d6LVPzhBUAeqy0TTScHT X-Received: by 2002:a17:906:b79a:: with SMTP id dt26mr941452ejb.121.1589511808179; Thu, 14 May 2020 20:03:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589511808; cv=none; d=google.com; s=arc-20160816; b=AgOMh3BPdOWMcacK1wL3VAQEAGZY9VAOAZKUIRG1jHWZD9d6CTxXHdhbFEW5BEC8SY oPQ/1GLEkr0P84pQ8OUMNgwTjL50tWKR/7NS6r+dAlPYeUa2Z0XtcQQ0u4OeIqoHIEnX 3l34vEvxmiXxceEuV9739Opi+mI0Q35PMHZIzTs1/WoPL3f39StGsHAp4yTp7weK4re3 aAOQEdRNXXdeGJzh4WzYtNOuYKhwTU5XyR6JtUlk2YRTCUmNxmp+7GRgpCsoPtz2vSDm /Q2v2iPWij/NsTE2ocs4vjivRP0I68QKd9qNyn7zlzuqIvXudW8dbm16MK8+0ayhWhrc HYlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=YdeMj2LrfTXr11AmP30+5Z26aNk33MeT5JCoBBnZAi8=; b=mI1NUU+V+3EpdrzB3PllfdHUn2wG2zv04YWwX4NrCLpZY2YdfYCACSSRQZxRm9y2DH kHhanVhqdE8fg3iNUNsEEl7Tqd8srHwlE8tHElxI7YzdCgS+OyEnI9XSSPGVAq6zklR3 16MORYhJC8HxmW17wDGiovvfCUW6APrji81ldqj9JF4slQmFXyJIhe3L0uk+a1qTqAQD esi66a0N8ne/mv0M/t32U/yOeJ542ObUGPSG0o1wplW8HWuPzQV7HEfozmayKS3iVGYX xCbG+wuMtP6mnk5RLrAbZwkfCFyVKS0sNT8OXh4A5AlDcQQSP6J55J4liHhSK2hkS11y Zebg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id co17si372867edb.218.2020.05.14.20.03.05; Thu, 14 May 2020 20:03:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728015AbgEOCjz (ORCPT + 99 others); Thu, 14 May 2020 22:39:55 -0400 Received: from alexa-out-blr-01.qualcomm.com ([103.229.18.197]:31696 "EHLO alexa-out-blr-01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726176AbgEOCjz (ORCPT ); Thu, 14 May 2020 22:39:55 -0400 Received: from ironmsg01-blr.qualcomm.com ([10.86.208.130]) by alexa-out-blr-01.qualcomm.com with ESMTP/TLS/AES256-SHA; 15 May 2020 08:09:52 +0530 Received: from c-sanm-linux.qualcomm.com ([10.206.25.31]) by ironmsg01-blr.qualcomm.com with ESMTP; 15 May 2020 08:09:29 +0530 Received: by c-sanm-linux.qualcomm.com (Postfix, from userid 2343233) id 7422929A7; Fri, 15 May 2020 08:09:28 +0530 (IST) From: Sandeep Maheswaram To: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Stephen Boyd , Doug Anderson , Matthias Kaehlcke Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Manu Gautam , Sandeep Maheswaram Subject: [PATCH v7 0/4] Add QMP V3 USB3 PHY support for SC7180 Date: Fri, 15 May 2020 08:09:14 +0530 Message-Id: <1589510358-3865-1-git-send-email-sanm@codeaurora.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add QMP V3 USB3 PHY entries for SC7180 in phy driver and device tree bindings. changes in v7: *As per Matthias comments conversion to yaml and splitting out DP PHY bindings patches are separated. *PATCH v7 1/4 is for coversion to yaml. *PATCH v7 2/4 has splitting out DP PHY bindings and adding as separate yaml for DP PHY bindings. *No changes in PATCH v7 3/4 and 4/4. changes in v6: *Added separate yaml file for USB3 DP PHY bindings. changes in v5: *Addressed comments from Matthias in yaml file. *Dropped PATCH 4/4 as it is landed in linux-next. changes in v4: *Addressed comments from Matthias and Rob in yaml file. changes in v3: *Addressed Rob's comments in yaml file. *Sepearated the SC7180 support in yaml patch. *corrected the phy reset entries in device tree. changes in v2: *Remove global phy reset in QMP PHY. *Convert QMP PHY bindings to yaml. Sandeep Maheswaram (4): dt-bindings: phy: qcom,qmp: Convert QMP PHY bindings to yaml dt-bindings: phy: qcom,qmp-usb3-dp: Add dt bindings for USB3 DP PHY dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7180 phy: qcom-qmp: Add QMP V3 USB3 PHY support for SC7180 .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 313 +++++++++++++++++++++ .../bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 136 +++++++++ .../devicetree/bindings/phy/qcom-qmp-phy.txt | 247 ---------------- drivers/phy/qualcomm/phy-qcom-qmp.c | 38 +++ 4 files changed, 487 insertions(+), 247 deletions(-) create mode 100644 Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml create mode 100644 Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml delete mode 100644 Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation