The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kory Maincent <kory.maincent@bootlin.com>
Cc: o.rempel@pengutronix.de, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, donald.hunter@gmail.com,
	corbet@lwn.net, thomas.petazzoni@bootlin.com,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	linux-doc@vger.kernel.org, kyle.swenson@est.tech,
	dentproject@linuxfoundation.org, kernel@pengutronix.de,
	maxime.chevallier@bootlin.com,
	kalesh-anakkur.purayil@broadcom.com, andrew@lunn.ch
Subject: Re: [PATCH net-next v3 00/12] Arrange PSE core and update TPS23881 driver
Date: Tue, 14 Jan 2025 13:10:36 +0000	[thread overview]
Message-ID: <173686023633.4176388.12044026937788187376.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250110-b4-feature_poe_arrange-v3-0-142279aedb94@bootlin.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 10 Jan 2025 10:40:19 +0100 you wrote:
> This patch includes several improvements to the PSE core for better
> implementation and maintainability:
> 
> - Move the conversion between current limit and power limit from the driver
>   to the PSE core.
> - Update power and current limit checks.
> - Split the ethtool_get_status callback into multiple callbacks.
> - Fix PSE PI of_node detection.
> - Clean ethtool header of PSE structures.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,01/12] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration
    https://git.kernel.org/netdev/net-next/c/514dcf78afe6
  - [net-next,v3,02/12] net: pse-pd: Avoid setting max_uA in regulator constraints
    https://git.kernel.org/netdev/net-next/c/675d0e3cacc3
  - [net-next,v3,03/12] net: pse-pd: Add power limit check
    https://git.kernel.org/netdev/net-next/c/6e56a6d47a7f
  - [net-next,v3,04/12] net: pse-pd: tps23881: Simplify function returns by removing redundant checks
    https://git.kernel.org/netdev/net-next/c/0b567519d115
  - [net-next,v3,05/12] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel
    https://git.kernel.org/netdev/net-next/c/4c2bab507eb7
  - [net-next,v3,06/12] net: pse-pd: tps23881: Add missing configuration register after disable
    https://git.kernel.org/netdev/net-next/c/f3cb3c7bea0c
  - [net-next,v3,07/12] net: pse-pd: Use power limit at driver side instead of current limit
    https://git.kernel.org/netdev/net-next/c/e0a5e2bba38a
  - [net-next,v3,08/12] net: pse-pd: Split ethtool_get_status into multiple callbacks
    https://git.kernel.org/netdev/net-next/c/3e9dbfec4998
  - [net-next,v3,09/12] net: pse-pd: Remove is_enabled callback from drivers
    https://git.kernel.org/netdev/net-next/c/4640a1f0d8f2
  - [net-next,v3,10/12] net: pse-pd: tps23881: Add support for power limit and measurement features
    https://git.kernel.org/netdev/net-next/c/7f076ce3f173
  - [net-next,v3,11/12] net: pse-pd: Fix missing PI of_node description
    https://git.kernel.org/netdev/net-next/c/10276f3e1c7e
  - [net-next,v3,12/12] net: pse-pd: Clean ethtool header of PSE structures
    https://git.kernel.org/netdev/net-next/c/5385f1e1923c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-01-14 13:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-10  9:40 [PATCH net-next v3 00/12] Arrange PSE core and update TPS23881 driver Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 01/12] net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 02/12] net: pse-pd: Avoid setting max_uA in regulator constraints Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 03/12] net: pse-pd: Add power limit check Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 04/12] net: pse-pd: tps23881: Simplify function returns by removing redundant checks Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 05/12] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 06/12] net: pse-pd: tps23881: Add missing configuration register after disable Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 07/12] net: pse-pd: Use power limit at driver side instead of current limit Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 08/12] net: pse-pd: Split ethtool_get_status into multiple callbacks Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 09/12] net: pse-pd: Remove is_enabled callback from drivers Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 10/12] net: pse-pd: tps23881: Add support for power limit and measurement features Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 11/12] net: pse-pd: Fix missing PI of_node description Kory Maincent
2025-01-10  9:40 ` [PATCH net-next v3 12/12] net: pse-pd: Clean ethtool header of PSE structures Kory Maincent
2025-01-14 13:10 ` patchwork-bot+netdevbpf [this message]

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=173686023633.4176388.12044026937788187376.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --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=kalesh-anakkur.purayil@broadcom.com \
    --cc=kernel@pengutronix.de \
    --cc=kory.maincent@bootlin.com \
    --cc=kuba@kernel.org \
    --cc=kyle.swenson@est.tech \
    --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