From: Lee Jones <lee.jones@linaro.org>
To: Timon Baetz <timon.baetz@protonmail.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
Chanwoo Choi <cw00.choi@samsung.com>,
Sebastian Reichel <sre@kernel.org>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH v2 2/6] power: supply: max8997_charger: Set CHARGER current limit
Date: Mon, 21 Dec 2020 09:59:12 +0000 [thread overview]
Message-ID: <20201221095912.GB53991@dell> (raw)
In-Reply-To: <20201221095001.595366-2-timon.baetz@protonmail.com>
On Mon, 21 Dec 2020, Timon Baetz wrote:
> Register for extcon notification and set charging current depending on
> the detected cable type. Current values are taken from vendor kernel,
> where most charger types end up setting 650mA [0].
>
> Also enable and disable the CHARGER regulator based on extcon events.
>
> [0] https://github.com/krzk/linux-vendor-backup/blob/samsung/galaxy-s2-epic-4g-touch-sph-d710-exynos4210-dump/drivers/misc/max8997-muic.c#L1675-L1678
>
> Signed-off-by: Timon Baetz <timon.baetz@protonmail.com>
> ---
> drivers/mfd/max8997.c | 4 +-
Please split this out into a separate patch.
> drivers/power/supply/max8997_charger.c | 94 ++++++++++++++++++++++++++
> 2 files changed, 96 insertions(+), 2 deletions(-)
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Timon Baetz <timon.baetz@protonmail.com>
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Sebastian Reichel <sre@kernel.org>,
Chanwoo Choi <cw00.choi@samsung.com>,
Rob Herring <robh+dt@kernel.org>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
linux-arm-kernel@lists.infradead.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH v2 2/6] power: supply: max8997_charger: Set CHARGER current limit
Date: Mon, 21 Dec 2020 09:59:12 +0000 [thread overview]
Message-ID: <20201221095912.GB53991@dell> (raw)
In-Reply-To: <20201221095001.595366-2-timon.baetz@protonmail.com>
On Mon, 21 Dec 2020, Timon Baetz wrote:
> Register for extcon notification and set charging current depending on
> the detected cable type. Current values are taken from vendor kernel,
> where most charger types end up setting 650mA [0].
>
> Also enable and disable the CHARGER regulator based on extcon events.
>
> [0] https://github.com/krzk/linux-vendor-backup/blob/samsung/galaxy-s2-epic-4g-touch-sph-d710-exynos4210-dump/drivers/misc/max8997-muic.c#L1675-L1678
>
> Signed-off-by: Timon Baetz <timon.baetz@protonmail.com>
> ---
> drivers/mfd/max8997.c | 4 +-
Please split this out into a separate patch.
> drivers/power/supply/max8997_charger.c | 94 ++++++++++++++++++++++++++
> 2 files changed, 96 insertions(+), 2 deletions(-)
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-12-21 10:24 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 21:07 [PATCH 1/3] extcon: max8997: Add CHGINS and CHGRM interrupt handling Timon Baetz
2020-12-02 21:07 ` Timon Baetz
2020-12-02 21:07 ` [PATCH 2/3] power: supply: max8997_charger: Set CHARGER current limit Timon Baetz
2020-12-02 21:07 ` Timon Baetz
2020-12-02 21:50 ` Krzysztof Kozlowski
2020-12-02 21:50 ` Krzysztof Kozlowski
2020-12-05 7:54 ` Timon Baetz
2020-12-05 7:54 ` Timon Baetz
2020-12-02 21:07 ` [PATCH 3/3] ARM: dts: exynos: Fix charging regulator voltage and current for i9100 Timon Baetz
2020-12-02 21:07 ` Timon Baetz
2020-12-02 22:04 ` Krzysztof Kozlowski
2020-12-02 22:04 ` Krzysztof Kozlowski
2020-12-03 5:46 ` Timon Bätz
2020-12-03 5:46 ` Timon Bätz
2020-12-03 8:23 ` Krzysztof Kozlowski
2020-12-03 8:23 ` Krzysztof Kozlowski
2020-12-03 9:50 ` Krzysztof Kozlowski
2020-12-03 9:50 ` Krzysztof Kozlowski
2020-12-03 13:08 ` Stephan Gerhold
2020-12-03 13:08 ` Stephan Gerhold
2020-12-21 9:53 ` [PATCH v2 1/6] extcon: max8997: Add CHGINS and CHGRM interrupt handling Timon Baetz
2020-12-21 9:53 ` Timon Baetz
2020-12-21 9:53 ` [PATCH v2 2/6] power: supply: max8997_charger: Set CHARGER current limit Timon Baetz
2020-12-21 9:53 ` Timon Baetz
2020-12-21 9:59 ` Lee Jones [this message]
2020-12-21 9:59 ` Lee Jones
2020-12-21 14:16 ` Krzysztof Kozlowski
2020-12-21 14:16 ` Krzysztof Kozlowski
2020-12-21 15:35 ` Timon Baetz
2020-12-21 15:35 ` Timon Baetz
2020-12-21 15:43 ` Krzysztof Kozlowski
2020-12-21 15:43 ` Krzysztof Kozlowski
2020-12-21 9:53 ` [PATCH v2 3/6] ARM: dts: exynos: Fix charging regulator voltage and current for i9100 Timon Baetz
2020-12-21 9:53 ` Timon Baetz
2020-12-21 14:19 ` Krzysztof Kozlowski
2020-12-21 14:19 ` Krzysztof Kozlowski
2020-12-21 9:53 ` [PATCH v2 4/6] ARM: dts: exynos: Added muic and charger nodes " Timon Baetz
2020-12-21 9:53 ` Timon Baetz
2020-12-21 14:20 ` Krzysztof Kozlowski
2020-12-21 14:20 ` Krzysztof Kozlowski
2020-12-21 9:53 ` [PATCH v2 5/6] ARM: dts: exynos: Added top-off charging regulator node " Timon Baetz
2020-12-21 9:53 ` Timon Baetz
2020-12-21 14:23 ` Krzysztof Kozlowski
2020-12-21 14:23 ` Krzysztof Kozlowski
2020-12-21 9:53 ` [PATCH v2 6/6] regulator: dt-bindings: Document max8997-pmic nodes Timon Baetz
2020-12-21 9:53 ` Timon Baetz
2020-12-21 14:24 ` Krzysztof Kozlowski
2020-12-21 14:24 ` Krzysztof Kozlowski
2020-12-21 14:11 ` [PATCH v2 1/6] extcon: max8997: Add CHGINS and CHGRM interrupt handling Krzysztof Kozlowski
2020-12-21 14:11 ` Krzysztof Kozlowski
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=20201221095912.GB53991@dell \
--to=lee.jones@linaro.org \
--cc=broonie@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.org \
--cc=timon.baetz@protonmail.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.