All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Chris Morgan <macroalpha82@gmail.com>
Cc: linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org,
	devicetree@vger.kernel.org, zhangqing@rock-chips.com,
	zyw@rock-chips.com, jon.lin@rock-chips.com,
	maccraft123mc@gmail.com, sre@kernel.org, heiko@sntech.de,
	krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	philip@pscan.uk, mazziesaccount@gmail.com,
	Chris Morgan <macromorgan@hotmail.com>
Subject: Re: [PATCH V10 3/4] power: supply: Add charger driver for Rockchip RK817
Date: Wed, 28 Sep 2022 15:36:52 +0100	[thread overview]
Message-ID: <YzRcBJ7HHstO49Eq@google.com> (raw)
In-Reply-To: <20220827021623.23829-4-macroalpha82@gmail.com>

On Fri, 26 Aug 2022, Chris Morgan wrote:

> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the Rockchip rk817 battery charger integrated into the
> rk817 PMIC.
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  drivers/power/supply/Kconfig         |    6 +
>  drivers/power/supply/Makefile        |    1 +
>  drivers/power/supply/rk817_charger.c | 1211 ++++++++++++++++++++++++++
>  3 files changed, 1218 insertions(+)
>  create mode 100644 drivers/power/supply/rk817_charger.c

Applied, thanks.

-- 
Lee Jones [李琼斯]

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee@kernel.org>
To: Chris Morgan <macroalpha82@gmail.com>
Cc: linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org,
	devicetree@vger.kernel.org, zhangqing@rock-chips.com,
	zyw@rock-chips.com, jon.lin@rock-chips.com,
	maccraft123mc@gmail.com, sre@kernel.org, heiko@sntech.de,
	krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	philip@pscan.uk, mazziesaccount@gmail.com,
	Chris Morgan <macromorgan@hotmail.com>
Subject: Re: [PATCH V10 3/4] power: supply: Add charger driver for Rockchip RK817
Date: Wed, 28 Sep 2022 15:36:52 +0100	[thread overview]
Message-ID: <YzRcBJ7HHstO49Eq@google.com> (raw)
In-Reply-To: <20220827021623.23829-4-macroalpha82@gmail.com>

On Fri, 26 Aug 2022, Chris Morgan wrote:

> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the Rockchip rk817 battery charger integrated into the
> rk817 PMIC.
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  drivers/power/supply/Kconfig         |    6 +
>  drivers/power/supply/Makefile        |    1 +
>  drivers/power/supply/rk817_charger.c | 1211 ++++++++++++++++++++++++++
>  3 files changed, 1218 insertions(+)
>  create mode 100644 drivers/power/supply/rk817_charger.c

Applied, thanks.

-- 
Lee Jones [李琼斯]

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  parent reply	other threads:[~2022-09-28 14:37 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27  2:16 [PATCH V10 0/4] power: supply: Add Support for RK817 Charger Chris Morgan
2022-08-27  2:16 ` Chris Morgan
2022-08-27  2:16 ` [PATCH V10 1/4] dt-bindings: Add Rockchip rk817 battery charger support Chris Morgan
2022-08-27  2:16   ` Chris Morgan
2022-09-08  8:25   ` Lee Jones
2022-09-08  8:25     ` Lee Jones
2022-08-27  2:16 ` [PATCH V10 2/4] mfd: " Chris Morgan
2022-08-27  2:16   ` Chris Morgan
2022-09-08  8:26   ` Lee Jones
2022-09-08  8:26     ` Lee Jones
2022-08-27  2:16 ` [PATCH V10 3/4] power: supply: Add charger driver for Rockchip RK817 Chris Morgan
2022-08-27  2:16   ` Chris Morgan
2022-09-11 12:16   ` Sebastian Reichel
2022-09-11 12:16     ` Sebastian Reichel
2022-09-19 19:31   ` Dan Johansen
2022-09-19 19:31     ` Dan Johansen
2022-09-28 14:36   ` Lee Jones [this message]
2022-09-28 14:36     ` Lee Jones
2022-10-08 18:30   ` Philip C
2022-10-09 12:26     ` Peter Geis
2022-10-09 19:30       ` Philip C
2022-08-27  2:16 ` [PATCH V10 4/4] arm64: dts: rockchip: add rk817 chg to Odroid Go Advance Chris Morgan
2022-08-27  2:16   ` Chris Morgan
2022-09-09 18:33 ` (subset) [PATCH V10 0/4] power: supply: Add Support for RK817 Charger Heiko Stuebner
2022-09-09 18:33   ` Heiko Stuebner
2022-09-10 10:16   ` Philip C

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=YzRcBJ7HHstO49Eq@google.com \
    --to=lee@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jon.lin@rock-chips.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=maccraft123mc@gmail.com \
    --cc=macroalpha82@gmail.com \
    --cc=macromorgan@hotmail.com \
    --cc=mazziesaccount@gmail.com \
    --cc=philip@pscan.uk \
    --cc=robh+dt@kernel.org \
    --cc=sre@kernel.org \
    --cc=zhangqing@rock-chips.com \
    --cc=zyw@rock-chips.com \
    /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.