Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3564573pxb; Mon, 16 Nov 2020 19:23:58 -0800 (PST) X-Google-Smtp-Source: ABdhPJzCPkm6k2lRIDU7oIAYBVZAF8R0+DCcE8gOizUYOmn8UKm0d0h8HAMpPkCwixgKAXAJ0/vn X-Received: by 2002:aa7:c886:: with SMTP id p6mr18262880eds.352.1605583438689; Mon, 16 Nov 2020 19:23:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605583438; cv=none; d=google.com; s=arc-20160816; b=uv3NWSvSxcKuzg/J9UIrQW2iadtpvayeDSrSVFjeWDTFpPH++TH4PGIIiz9pDi+VTa w7GvCsH1n7TjZmyJxidAatqXTradFK6RZuE6v2EWiyl9HxQ9NrY2lm68jnhuE+1+w+dT +b2Cz0zKu0Qg99/CVFjrdZ8X1AbZZNXQ7ikxnfoazMKa1LuccMnwpbYce9x6UujVrvto 1ZiNB/fMyhvQm0mSlxSvYPsY2KpU7TjQVg+6sz3nkbTtsShK0mVohrXiikIKFTmv1ueb DFSqFTpqoYhhr6nrjG7A7B/kPK0dIpwRnM4hBYqwr6xZ1ielGdaVJSZ5RB/hA6HKr2Ra Hj0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=wIxCNekxUNQnwkZpq5J/3HW4EqJKijUHaJlKViyLjMk=; b=YOYq41+7qpyprQI5bAD+N+BQjjxPd9I7mfeuSL8hgBsWo+rlJTupz1OEKiEIaEwY4A U5mTrpgRz4FCbui4wKZ9pjKrTeLHn8Tlu9g7tKGAOl9ZwM0s1ResRsVJHfFGvavCEPeU vTwjZXua0Oc65B+YKyS9cE73Jwc9xnIrv6zuL7HQfEaHiIlP44dFKoQV6o7Gylazr3EZ p/B/MZlQuLnsDB/XaMt+BmoqvZIgdOgPxBdvqLrWZ3kfxieja5c7f2q+9Ua5OqjaVcPR Kv4yVcgpS0N2ar1PDBviUtHfJHBRtI/ADXIj2BVeuajIhYp7ZOiN88ztwNkZuB37M0o4 fGSw== 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 s17si13250889edr.437.2020.11.16.19.23.36; Mon, 16 Nov 2020 19:23:58 -0800 (PST) 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 S1733162AbgKPUkg (ORCPT + 99 others); Mon, 16 Nov 2020 15:40:36 -0500 Received: from alexa-out-sd-01.qualcomm.com ([199.106.114.38]:57955 "EHLO alexa-out-sd-01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730970AbgKPUkf (ORCPT ); Mon, 16 Nov 2020 15:40:35 -0500 Received: from unknown (HELO ironmsg02-sd.qualcomm.com) ([10.53.140.142]) by alexa-out-sd-01.qualcomm.com with ESMTP; 16 Nov 2020 12:40:34 -0800 X-QCInternal: smtphost Received: from gurus-linux.qualcomm.com ([10.46.162.81]) by ironmsg02-sd.qualcomm.com with ESMTP; 16 Nov 2020 12:40:33 -0800 Received: by gurus-linux.qualcomm.com (Postfix, from userid 383780) id F3596192D; Mon, 16 Nov 2020 12:40:33 -0800 (PST) From: Guru Das Srinagesh To: Andy Gross , Bjorn Andersson , linux-arm-msm@vger.kernel.org, Rob Herring Cc: Subbaraman Narayanamurthy , David Collins , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Boyd , Guru Das Srinagesh Subject: [PATCH v6 0/3] Add support for VBUS detection Date: Mon, 16 Nov 2020 12:40:29 -0800 Message-Id: X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [REQUEST] Thanks Rob for reviewing the dt patches. Would it be possible for the maintainers and reviewers to review the code as well? [COVER LETTER] Add support to enable VBUS detection in the pm8941 extcon driver. Changes from v5: - Gathered Rob H's Acked-by for the dt-bindings patch. Changes from v4: - Drop addition of new compatible string in both bindings and driver. Changes from v3: - Split bindings into direct conversion of txt file, and addition of VBUS detection support. Changes from v2: - Fix YAML errors in dt binding document. Changes from v1: - Change bindings from txt to YAML. Anirudh Ghayal (1): extcon: qcom-spmi: Add support for VBUS detection Guru Das Srinagesh (2): bindings: pm8941-misc: Convert bindings to YAML bindings: pm8941-misc: Add support for VBUS detection .../bindings/extcon/qcom,pm8941-misc.txt | 41 --------- .../bindings/extcon/qcom,pm8941-misc.yaml | 62 ++++++++++++++ drivers/extcon/extcon-qcom-spmi-misc.c | 99 +++++++++++++++++----- 3 files changed, 142 insertions(+), 60 deletions(-) delete mode 100644 Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt create mode 100644 Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project