From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Konrad Dybcio <konrad.dybcio@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Sebastian Reichel <sre@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>
Cc: Marijn Suijten <marijn.suijten@somainline.org>,
Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org
Subject: Re: [PATCH 3/3] power: supply: Introduce MM8013 fuel gauge driver
Date: Wed, 21 Jun 2023 18:39:26 +0200 [thread overview]
Message-ID: <aa5c6184-4b64-4dfb-4d3c-93d44cbfd11e@linaro.org> (raw)
In-Reply-To: <20230621-topic-mm8013-v1-3-4407c6260053@linaro.org>
On 21/06/2023 17:39, Konrad Dybcio wrote:
> Add a driver for the Mitsumi MM8013 fuel gauge. The driver is a vastly
> cleaned up and improved version of the one that shipped in some obscure
> Lenovo downstream kernel [1], with some register definitions borrowed from
> ChromeOS EC platform code [2].
>
...
> +
> +static struct i2c_driver mm8013_i2c_driver = {
> + .probe = mm8013_probe,
> + .id_table = mm8013_id_table,
> + .driver = {
> + .name = "mm8013",
> + .owner = THIS_MODULE,
Drop owner.
Best regards,
Krzysztof
prev parent reply other threads:[~2023-06-21 16:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 15:39 [PATCH 0/3] MM8013 fg driver Konrad Dybcio
2023-06-21 15:39 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Mitsumi Electric Co., Ltd Konrad Dybcio
2023-06-21 16:32 ` Krzysztof Kozlowski
2023-06-21 15:39 ` [PATCH 2/3] dt-bindings: power: supply: Document Mitsumi MM8013 fuel gauge Konrad Dybcio
2023-06-21 16:38 ` Krzysztof Kozlowski
2023-06-22 0:51 ` Konrad Dybcio
2023-06-22 6:24 ` Krzysztof Kozlowski
2023-06-21 15:39 ` [PATCH 3/3] power: supply: Introduce MM8013 fuel gauge driver Konrad Dybcio
2023-06-21 16:39 ` Krzysztof Kozlowski [this message]
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=aa5c6184-4b64-4dfb-4d3c-93d44cbfd11e@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=konradybcio@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=robh+dt@kernel.org \
--cc=robh@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).