All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Serge Semin <fancer.lancer@gmail.com>
Cc: andrew@lunn.ch, tmaimon77@gmail.com,
	alexandre.torgue@foss.st.com, edumazet@google.com,
	krzysztof.kozlowski+dt@linaro.org, quic_scheluve@quicinc.com,
	f.fainelli@gmail.com, openbmc@lists.ozlabs.org,
	linux@armlinux.org.uk, maxime.chevallier@bootlin.com,
	joabreu@synopsys.com, quic_abchauha@quicinc.com, kuba@kernel.org,
	pabeni@redhat.com, ahalaney@redhat.com, Jose.Abreu@synopsys.com,
	devicetree@vger.kernel.org, conor+dt@kernel.org,
	jiawenwu@trustnetic.com, mengyuanlou@net-swift.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, olteanv@gmail.com, davem@davemloft.net,
	hkallweit1@gmail.com
Subject: Re: [PATCH net-next v4 00/10] net: pcs: xpcs: Add memory-mapped device support
Date: Fri, 05 Jul 2024 08:40:33 +0000	[thread overview]
Message-ID: <172016883356.17061.13176667406325533525.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240701182900.13402-1-fancer.lancer@gmail.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon,  1 Jul 2024 21:28:31 +0300 you wrote:
> The main goal of this series is to extend the DW XPCS device support in
> the kernel. Particularly the patchset adds a support of the DW XPCS
> device with the MCI/APB3 IO interface registered as a platform device. In
> order to have them utilized by the DW XPCS core the fwnode-based DW XPCS
> descriptor creation procedure has been introduced. Finally the STMMAC
> driver has been altered to support the DW XPCS passed via the 'pcs-handle'
> property.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/10] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h
    https://git.kernel.org/netdev/net-next/c/f37bee950888
  - [net-next,v4,02/10] net: pcs: xpcs: Split up xpcs_create() body to sub-functions
    https://git.kernel.org/netdev/net-next/c/03b3be07c69a
  - [net-next,v4,03/10] net: pcs: xpcs: Convert xpcs_id to dw_xpcs_desc
    https://git.kernel.org/netdev/net-next/c/71b200b388ef
  - [net-next,v4,04/10] net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compat
    https://git.kernel.org/netdev/net-next/c/410232ab3c07
  - [net-next,v4,05/10] net: pcs: xpcs: Introduce DW XPCS info structure
    https://git.kernel.org/netdev/net-next/c/bcac735cf653
  - [net-next,v4,06/10] dt-bindings: net: Add Synopsys DW xPCS bindings
    https://git.kernel.org/netdev/net-next/c/664690eb08f7
  - [net-next,v4,07/10] net: pcs: xpcs: Add Synopsys DW xPCS platform device driver
    https://git.kernel.org/netdev/net-next/c/f6bb3e9d98c2
  - [net-next,v4,08/10] net: pcs: xpcs: Add fwnode-based descriptor creation method
    https://git.kernel.org/netdev/net-next/c/9cad7275463a
  - [net-next,v4,09/10] net: stmmac: Create DW XPCS device with particular address
    https://git.kernel.org/netdev/net-next/c/351066bad6ad
  - [net-next,v4,10/10] net: stmmac: Add DW XPCS specified via "pcs-handle" support
    https://git.kernel.org/netdev/net-next/c/357768c7e792

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



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Serge Semin <fancer.lancer@gmail.com>
Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	Jose.Abreu@synopsys.com, olteanv@gmail.com, f.fainelli@gmail.com,
	maxime.chevallier@bootlin.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, quic_scheluve@quicinc.com,
	quic_abchauha@quicinc.com, ahalaney@redhat.com,
	jiawenwu@trustnetic.com, mengyuanlou@net-swift.com,
	tmaimon77@gmail.com, openbmc@lists.ozlabs.org,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v4 00/10] net: pcs: xpcs: Add memory-mapped device support
Date: Fri, 05 Jul 2024 08:40:33 +0000	[thread overview]
Message-ID: <172016883356.17061.13176667406325533525.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240701182900.13402-1-fancer.lancer@gmail.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon,  1 Jul 2024 21:28:31 +0300 you wrote:
> The main goal of this series is to extend the DW XPCS device support in
> the kernel. Particularly the patchset adds a support of the DW XPCS
> device with the MCI/APB3 IO interface registered as a platform device. In
> order to have them utilized by the DW XPCS core the fwnode-based DW XPCS
> descriptor creation procedure has been introduced. Finally the STMMAC
> driver has been altered to support the DW XPCS passed via the 'pcs-handle'
> property.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/10] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h
    https://git.kernel.org/netdev/net-next/c/f37bee950888
  - [net-next,v4,02/10] net: pcs: xpcs: Split up xpcs_create() body to sub-functions
    https://git.kernel.org/netdev/net-next/c/03b3be07c69a
  - [net-next,v4,03/10] net: pcs: xpcs: Convert xpcs_id to dw_xpcs_desc
    https://git.kernel.org/netdev/net-next/c/71b200b388ef
  - [net-next,v4,04/10] net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compat
    https://git.kernel.org/netdev/net-next/c/410232ab3c07
  - [net-next,v4,05/10] net: pcs: xpcs: Introduce DW XPCS info structure
    https://git.kernel.org/netdev/net-next/c/bcac735cf653
  - [net-next,v4,06/10] dt-bindings: net: Add Synopsys DW xPCS bindings
    https://git.kernel.org/netdev/net-next/c/664690eb08f7
  - [net-next,v4,07/10] net: pcs: xpcs: Add Synopsys DW xPCS platform device driver
    https://git.kernel.org/netdev/net-next/c/f6bb3e9d98c2
  - [net-next,v4,08/10] net: pcs: xpcs: Add fwnode-based descriptor creation method
    https://git.kernel.org/netdev/net-next/c/9cad7275463a
  - [net-next,v4,09/10] net: stmmac: Create DW XPCS device with particular address
    https://git.kernel.org/netdev/net-next/c/351066bad6ad
  - [net-next,v4,10/10] net: stmmac: Add DW XPCS specified via "pcs-handle" support
    https://git.kernel.org/netdev/net-next/c/357768c7e792

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



  parent reply	other threads:[~2024-07-05  8:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 18:28 [PATCH net-next v4 00/10] net: pcs: xpcs: Add memory-mapped device support Serge Semin
2024-07-01 18:28 ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 01/10] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 02/10] net: pcs: xpcs: Split up xpcs_create() body to sub-functions Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 03/10] net: pcs: xpcs: Convert xpcs_id to dw_xpcs_desc Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 04/10] net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compat Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 05/10] net: pcs: xpcs: Introduce DW XPCS info structure Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 06/10] dt-bindings: net: Add Synopsys DW xPCS bindings Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 07/10] net: pcs: xpcs: Add Synopsys DW xPCS platform device driver Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 08/10] net: pcs: xpcs: Add fwnode-based descriptor creation method Serge Semin
2024-07-01 18:28   ` Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 09/10] net: stmmac: Create DW XPCS device with particular address Serge Semin
2024-07-01 18:28 ` [PATCH net-next v4 10/10] net: stmmac: Add DW XPCS specified via "pcs-handle" support Serge Semin
2024-07-05  8:40 ` patchwork-bot+netdevbpf [this message]
2024-07-05  8:40   ` [PATCH net-next v4 00/10] net: pcs: xpcs: Add memory-mapped device support patchwork-bot+netdevbpf

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=172016883356.17061.13176667406325533525.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Jose.Abreu@synopsys.com \
    --cc=ahalaney@redhat.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=fancer.lancer@gmail.com \
    --cc=hkallweit1@gmail.com \
    --cc=jiawenwu@trustnetic.com \
    --cc=joabreu@synopsys.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=maxime.chevallier@bootlin.com \
    --cc=mengyuanlou@net-swift.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=pabeni@redhat.com \
    --cc=quic_abchauha@quicinc.com \
    --cc=quic_scheluve@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=tmaimon77@gmail.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.