From: Lee Jones <lee@kernel.org>
To: Sebastian Reichel <sre@kernel.org>,
Chanwoo Choi <cw00.choi@samsung.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Pavel Machek <pavel@ucw.cz>, Hans de Goede <hdegoede@redhat.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>,
Purism Kernel Team <kernel@puri.sm>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Dzmitry Sankouski <dsankouski@gmail.com>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-input@vger.kernel.org,
linux-leds@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC
Date: Thu, 20 Feb 2025 16:43:40 +0000 [thread overview]
Message-ID: <20250220164340.GD824852@google.com> (raw)
In-Reply-To: <174006961563.882548.1668950876404410080.b4-ty@kernel.org>
On Thu, 20 Feb 2025, Lee Jones wrote:
> On Thu, 23 Jan 2025 18:04:25 +0300, Dzmitry Sankouski wrote:
> > The Maxim MAX77705 is a Companion Power Management and Type-C
> > interface IC which includes charger, fuelgauge, LED, haptic motor driver and
> > Type-C management IC. It's used in Samsung S series smart phones
> > starting from S9 model.
> >
> > Add features:
> > - charger
> > - fuelgauge
> > - haptic
> > - led
> >
> > [...]
>
> Applied, thanks!
>
> [1/7] dt-bindings: power: supply: add maxim,max77705 charger
> commit: af280f29f32c885942f67edacfeae7d9b6e897a4
> [2/7] dt-bindings: mfd: add maxim,max77705
> commit: 2ae4ffff28bf48a7144591eed7081f746b98e130
> [3/7] power: supply: max77705: Add charger driver for Maxim 77705
> commit: a6a494c8e3ce1fe84aac538b087a4cab868ed83f
> [4/7] mfd: simple-mfd-i2c: Add MAX77705 support
> commit: 7b591ef98b3fc1ce20c3ccb86715429b72e2e6f0
> [5/7] mfd: Add new driver for MAX77705 PMIC
> commit: c8d50f029748b73313838b64b829992b66ccb704
> [6/7] input: max77693: add max77705 haptic support
> commit: eb79f3a5a51a1f484e2570d983dc9d8217e8f912
> [7/7] leds: max77705: Add LEDs support
> commit: aebb5fc9a0d87916133b911e1ef2cc04a7996335
I'll send out a PR once the build tests are complete.
Note to self: ib-mfd-input-leds-power-6.15
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2025-02-20 16:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 15:04 [PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC Dzmitry Sankouski
2025-01-23 15:04 ` [PATCH v17 1/7] dt-bindings: power: supply: add maxim,max77705 charger Dzmitry Sankouski
2025-02-20 0:28 ` Sebastian Reichel
2025-01-23 15:04 ` [PATCH v17 2/7] dt-bindings: mfd: add maxim,max77705 Dzmitry Sankouski
2025-01-23 15:04 ` [PATCH v17 3/7] power: supply: max77705: Add charger driver for Maxim 77705 Dzmitry Sankouski
2025-02-10 17:03 ` Lee Jones
2025-02-20 0:28 ` Sebastian Reichel
2025-01-23 15:04 ` [PATCH v17 4/7] mfd: simple-mfd-i2c: Add MAX77705 support Dzmitry Sankouski
2025-01-23 15:04 ` [PATCH v17 5/7] mfd: Add new driver for MAX77705 PMIC Dzmitry Sankouski
2025-01-23 15:04 ` [PATCH v17 6/7] input: max77693: add max77705 haptic support Dzmitry Sankouski
2025-01-23 15:04 ` [PATCH v17 7/7] leds: max77705: Add LEDs support Dzmitry Sankouski
2025-02-10 17:08 ` [PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC Lee Jones
2025-02-20 16:40 ` Lee Jones
2025-02-20 16:43 ` Lee Jones [this message]
2025-02-21 16:03 ` [GIT PULL] Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window Lee Jones
2025-03-17 17:02 ` Rob Herring
2025-03-20 15:55 ` Lee Jones
2025-03-20 16:14 ` Krzysztof Kozlowski
2025-03-20 16:29 ` Lee Jones
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=20250220164340.GD824852@google.com \
--to=lee@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dsankouski@gmail.com \
--cc=hdegoede@redhat.com \
--cc=kernel@puri.sm \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=pavel@ucw.cz \
--cc=robh@kernel.org \
--cc=sebastian.krzyszkowiak@puri.sm \
--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 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.