All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Rob Herring <robh@kernel.org>
Cc: linux-rockchip@lists.infradead.org,
	Chris Morgan <macroalpha82@gmail.com>,
	linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	broonie@kernel.org, lgirdwood@gmail.com, sre@kernel.org,
	heiko@sntech.de, conor+dt@kernel.org, krzk+dt@kernel.org,
	Chris Morgan <macromorgan@hotmail.com>
Subject: Re: (subset) [PATCH v8 0/5] Add Texas Instruments BQ25703A Charger
Date: Thu, 9 Oct 2025 13:47:29 +0100	[thread overview]
Message-ID: <20251009124729.GD2796410@google.com> (raw)
In-Reply-To: <CAL_JsqJy9XwNrcwgk4Dhf40ajn8WwD47v2YqZ3iYZz+CjEdv5g@mail.gmail.com>

On Mon, 29 Sep 2025, Rob Herring wrote:

> On Thu, Sep 11, 2025 at 9:56 AM Lee Jones <lee@kernel.org> wrote:
> >
> > On Thu, 04 Sep 2025 11:05:25 -0500, Chris Morgan wrote:
> > > From: Chris Morgan <macromorgan@hotmail.com>
> > >
> > > Add support for the Texas Instruments BQ25703A charger manager. The
> > > device integrates a boost converter with the charger manager. This
> > > series adds the device as an MFD with separate regulator and power
> > > supply drivers. This allows us to manage a circular dependency with
> > > a type-c port manager which depends on the regulator for usb-otg
> > > but supplies power to the BQ25703A charger.
> > >
> > > [...]
> >
> > Applied, thanks!
> >
> > [1/5] dt-bindings: mfd: ti,bq25703a: Add TI BQ25703A Charger
> >       commit: 76bc2203a46ef704a4cd8003986f6bd74139a367
> 
> It seems this is still not in linux-next?
> 
> > [2/5] mfd: bq257xx: Add support for BQ25703A core driver
> >       commit: 3b1bbfb5fce3ca9fffc92ac1b053b0cfbb1f322b
> > [3/5] power: supply: bq257xx: Add support for BQ257XX charger
> >       commit: 1cc017b7f9c7b7cd86fdda4aee36b92d91cc2ad2
> > [4/5] regulator: bq257xx: Add bq257xx boost regulator driver
> >       commit: 981dd162b63578aee34b5c68795e246734b76d70

All of these are now in mainline.

-- 
Lee Jones [李琼斯]

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee@kernel.org>
To: Rob Herring <robh@kernel.org>
Cc: linux-rockchip@lists.infradead.org,
	Chris Morgan <macroalpha82@gmail.com>,
	linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	broonie@kernel.org, lgirdwood@gmail.com, sre@kernel.org,
	heiko@sntech.de, conor+dt@kernel.org, krzk+dt@kernel.org,
	Chris Morgan <macromorgan@hotmail.com>
Subject: Re: (subset) [PATCH v8 0/5] Add Texas Instruments BQ25703A Charger
Date: Thu, 9 Oct 2025 13:47:29 +0100	[thread overview]
Message-ID: <20251009124729.GD2796410@google.com> (raw)
In-Reply-To: <CAL_JsqJy9XwNrcwgk4Dhf40ajn8WwD47v2YqZ3iYZz+CjEdv5g@mail.gmail.com>

On Mon, 29 Sep 2025, Rob Herring wrote:

> On Thu, Sep 11, 2025 at 9:56 AM Lee Jones <lee@kernel.org> wrote:
> >
> > On Thu, 04 Sep 2025 11:05:25 -0500, Chris Morgan wrote:
> > > From: Chris Morgan <macromorgan@hotmail.com>
> > >
> > > Add support for the Texas Instruments BQ25703A charger manager. The
> > > device integrates a boost converter with the charger manager. This
> > > series adds the device as an MFD with separate regulator and power
> > > supply drivers. This allows us to manage a circular dependency with
> > > a type-c port manager which depends on the regulator for usb-otg
> > > but supplies power to the BQ25703A charger.
> > >
> > > [...]
> >
> > Applied, thanks!
> >
> > [1/5] dt-bindings: mfd: ti,bq25703a: Add TI BQ25703A Charger
> >       commit: 76bc2203a46ef704a4cd8003986f6bd74139a367
> 
> It seems this is still not in linux-next?
> 
> > [2/5] mfd: bq257xx: Add support for BQ25703A core driver
> >       commit: 3b1bbfb5fce3ca9fffc92ac1b053b0cfbb1f322b
> > [3/5] power: supply: bq257xx: Add support for BQ257XX charger
> >       commit: 1cc017b7f9c7b7cd86fdda4aee36b92d91cc2ad2
> > [4/5] regulator: bq257xx: Add bq257xx boost regulator driver
> >       commit: 981dd162b63578aee34b5c68795e246734b76d70

All of these are now in mainline.

-- 
Lee Jones [李琼斯]

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

  parent reply	other threads:[~2025-10-09 12:47 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-04 16:05 [PATCH v8 0/5] Add Texas Instruments BQ25703A Charger Chris Morgan
2025-09-04 16:05 ` Chris Morgan
2025-09-04 16:05 ` [PATCH v8 1/5] dt-bindings: mfd: ti,bq25703a: Add TI " Chris Morgan
2025-09-04 16:05   ` Chris Morgan
2025-09-04 16:05 ` [PATCH v8 2/5] mfd: bq257xx: Add support for BQ25703A core driver Chris Morgan
2025-09-04 16:05   ` Chris Morgan
2025-09-04 16:05 ` [PATCH v8 3/5] power: supply: bq257xx: Add support for BQ257XX charger Chris Morgan
2025-09-04 16:05   ` Chris Morgan
2025-09-04 16:05 ` [PATCH v8 4/5] regulator: bq257xx: Add bq257xx boost regulator driver Chris Morgan
2025-09-04 16:05   ` Chris Morgan
2025-09-04 16:05 ` [PATCH v8 5/5] arm64: dts: rockchip: Add USB and charger to Gameforce Ace Chris Morgan
2025-09-04 16:05   ` Chris Morgan
2025-09-11 14:56 ` (subset) [PATCH v8 0/5] Add Texas Instruments BQ25703A Charger Lee Jones
2025-09-11 14:59   ` Lee Jones
2025-09-11 14:59     ` Lee Jones
2025-09-29 16:18   ` Rob Herring
2025-09-29 16:18     ` Rob Herring
2025-10-01  9:49     ` Lee Jones
2025-10-01  9:49       ` Lee Jones
2025-10-09 12:47     ` Lee Jones [this message]
2025-10-09 12:47       ` Lee Jones
2025-09-11 15:51 ` [GIT PULL] Immutable branch between MFD, Power and Regulator due for the v6.18 merge window Lee Jones
2025-09-11 15:51   ` Lee Jones
2025-09-12  7:36 ` (subset) [PATCH v8 0/5] Add Texas Instruments BQ25703A Charger Heiko Stuebner
2025-09-12  7:36   ` Heiko Stuebner

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=20251009124729.GD2796410@google.com \
    --to=lee@kernel.org \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=macroalpha82@gmail.com \
    --cc=macromorgan@hotmail.com \
    --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 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.