From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Sebastian Reichel <sre@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Subject: [PATCH v2 0/3] power: supply: Lenovo Yoga C630 EC
Date: Sun, 5 Feb 2023 17:28:06 +0200 [thread overview]
Message-ID: <20230205152809.2233436-1-dmitry.baryshkov@linaro.org> (raw)
This adds binding, driver and the DT support for the Lenovo Yoga C630
Embedded Controller, to provide battery information.
Support for this EC was implemented by Bjorn, who can no longer work on
this topic. Thus it was agreed that I'll pick this patchset up and
update it following the pending review comments.
Changes since v1:
- Dropped DP support for now, as the bindings are in process of being
discussed separately,
- Merged dt patch into the same patchseries,
- Removed the fixed serial number battery property,
- Fixed indentation of dt bindings example,
- Added property: reg and unevaluatedProperties to the connector
bindings.
Bjorn Andersson (3):
dt-bindings: power: supply: Add Lenovo Yoga C630 EC
power: supply: Add Lenovo Yoga C630 EC driver
arm64: dts: qcom: c630: Add Embedded Controller node
.../power/supply/lenovo,yoga-c630-ec.yaml | 83 +++
.../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 35 ++
drivers/power/supply/Kconfig | 14 +
drivers/power/supply/Makefile | 1 +
drivers/power/supply/yoga-c630-ec.c | 471 ++++++++++++++++++
5 files changed, 604 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/supply/lenovo,yoga-c630-ec.yaml
create mode 100644 drivers/power/supply/yoga-c630-ec.c
--
2.39.1
next reply other threads:[~2023-02-05 15:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-05 15:28 Dmitry Baryshkov [this message]
2023-02-05 15:28 ` [PATCH v2 1/3] dt-bindings: power: supply: Add Lenovo Yoga C630 EC Dmitry Baryshkov
2023-02-06 15:16 ` Krzysztof Kozlowski
2023-02-06 16:03 ` Rob Herring
2023-02-06 18:19 ` Brian Masney
2023-02-07 0:09 ` Dmitry Baryshkov
2023-02-05 15:28 ` [PATCH v2 2/3] power: supply: Add Lenovo Yoga C630 EC driver Dmitry Baryshkov
2023-02-06 18:28 ` Brian Masney
2023-02-13 21:11 ` Sebastian Reichel
2023-02-05 15:28 ` [PATCH v2 3/3] arm64: dts: qcom: c630: Add Embedded Controller node Dmitry Baryshkov
2023-02-06 10:57 ` Konrad Dybcio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230205152809.2233436-1-dmitry.baryshkov@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).