From: Kory Maincent <kory.maincent@bootlin.com>
To: Mark Brown <broonie@kernel.org>
Cc: Jakub Kicinski <kuba@kernel.org>,
Oleksij Rempel <o.rempel@pengutronix.de>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>,
Donald Hunter <donald.hunter@gmail.com>,
Jonathan Corbet <corbet@lwn.net>,
Liam Girdwood <lgirdwood@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
linux-doc@vger.kernel.org, Kyle Swenson <kyle.swenson@est.tech>,
Dent Project <dentproject@linuxfoundation.org>,
kernel@pengutronix.de,
Maxime Chevallier <maxime.chevallier@bootlin.com>
Subject: Re: [PATCH net-next v2 11/15] net: pse-pd: Add support for PSE device index
Date: Thu, 9 Jan 2025 23:36:47 +0100 [thread overview]
Message-ID: <20250109233647.7d063fa2@kmaincent-XPS-13-7390> (raw)
In-Reply-To: <94386bd6-18b7-4779-a4eb-98e26c90326b@sirena.org.uk>
On Thu, 9 Jan 2025 19:59:20 +0000
Mark Brown <broonie@kernel.org> wrote:
> On Thu, Jan 09, 2025 at 11:51:41AM -0800, Jakub Kicinski wrote:
> > On Thu, 9 Jan 2025 17:49:42 +0100 Kory Maincent wrote:
>
> > > I think I should only drop patch 11 and 12 from this series which add
> > > something new while the rest is reshuffle or fix code.
>
> > I mentioned 13 & 14 because I suspected we may need to wait for
> > the maintainers of regulator, and merge 13 in some special way.
> > Looks like Mark merged 13 already, so 🤷️
Yes, Mark is really responsive!
Tomorrow I will send a new version without the regulator patch and the PSE
device index support.
> Well, you were saying that the subdevice structure didn't make sense and
> you wanted to see it dropped for now so given that it's -rc6 and it's
> unlikely that'll get fixed for this release it made sense to just apply
> the regulator bit for now and get myself off these huge threads.
>
> There's no direct dependency here so it should be fine to merge the
> networking stuff separately if that does get sorted out.
Thanks Mark for taking the patch!
About the following two patches do you prefer to let them in the future budget
evaluation strategy support net series or should I send them directly in
regulator tree?
https://lore.kernel.org/netdev/20250103-feature_poe_port_prio-v4-17-dc91a3c0c187@bootlin.com/
https://lore.kernel.org/netdev/20250103-feature_poe_port_prio-v4-18-dc91a3c0c187@bootlin.com/
If I send them in regulator tree do you think it would be doable to have them
accepted before the merge window. I will resend them with the fixes asked by
Krzysztof (convert miniwatt to milliwatt).
Regards,
--
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-01-09 22:36 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 10:17 [PATCH net-next v2 00/15] Arrange PSE core and update TPS23881 driver Kory Maincent
2025-01-09 10:17 ` [PATCH net-next v2 01/15] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration Kory Maincent
2025-01-09 10:17 ` [PATCH net-next v2 02/15] net: pse-pd: Avoid setting max_uA in regulator constraints Kory Maincent
2025-01-09 10:17 ` [PATCH net-next v2 03/15] net: pse-pd: Add power limit check Kory Maincent
2025-01-09 10:17 ` [PATCH net-next v2 04/15] net: pse-pd: tps23881: Simplify function returns by removing redundant checks Kory Maincent
2025-01-09 10:17 ` [PATCH net-next v2 05/15] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 06/15] net: pse-pd: tps23881: Add missing configuration register after disable Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 07/15] net: pse-pd: Use power limit at driver side instead of current limit Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 08/15] net: pse-pd: Split ethtool_get_status into multiple callbacks Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 09/15] net: pse-pd: Remove is_enabled callback from drivers Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 10/15] net: pse-pd: tps23881: Add support for power limit and measurement features Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 11/15] net: pse-pd: Add support for PSE device index Kory Maincent
2025-01-09 15:59 ` Jakub Kicinski
2025-01-09 16:09 ` Kory Maincent
2025-01-09 16:27 ` Oleksij Rempel
2025-01-09 16:49 ` Kory Maincent
2025-01-09 17:16 ` Oleksij Rempel
2025-01-09 19:51 ` Jakub Kicinski
2025-01-09 19:59 ` Mark Brown
2025-01-09 22:36 ` Kory Maincent [this message]
2025-01-09 16:50 ` Jakub Kicinski
2025-01-09 17:15 ` Oleksij Rempel
2025-01-09 10:18 ` [PATCH net-next v2 12/15] net: ethtool: Add support for new PSE device index description Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 13/15] regulator: core: Resolve supply using of_node from regulator_config Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 14/15] net: pse-pd: Fix missing PI of_node description Kory Maincent
2025-01-09 10:18 ` [PATCH net-next v2 15/15] net: pse-pd: Clean ethtool header of PSE structures Kory Maincent
2025-01-09 18:50 ` (subset) [PATCH net-next v2 00/15] Arrange PSE core and update TPS23881 driver Mark Brown
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=20250109233647.7d063fa2@kmaincent-XPS-13-7390 \
--to=kory.maincent@bootlin.com \
--cc=andrew+netdev@lunn.ch \
--cc=broonie@kernel.org \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=dentproject@linuxfoundation.org \
--cc=donald.hunter@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=kyle.swenson@est.tech \
--cc=lgirdwood@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maxime.chevallier@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--cc=pabeni@redhat.com \
--cc=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox