From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
vee.khee.wong@linux.intel.com, boon.leong.ong@intel.com,
michael.wei.hong.sit@intel.com, peppe.cavallaro@st.com,
alexandre.torgue@foss.st.com, joabreu@synopsys.com,
Jose.Abreu@synopsys.com, mcoquelin.stm32@gmail.com,
hkallweit1@gmail.com, linux@armlinux.org.uk,
f.fainelli@gmail.com, andrew@lunn.ch, vivien.didelot@gmail.com,
linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
vladimir.oltean@nxp.com
Subject: Re: [PATCH v3 net-next 00/13] Port the SJA1105 DSA driver to XPCS
Date: Fri, 11 Jun 2021 21:00:13 +0000 [thread overview]
Message-ID: <162344521364.30951.15091113709707705012.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210611200531.2384819-1-olteanv@gmail.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 11 Jun 2021 23:05:18 +0300 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> As requested when adding support for the NXP SJA1110, the SJA1105 driver
> could make use of the common XPCS driver, to eliminate some hardware
> specific code duplication.
>
> This series modifies the XPCS driver so that it can accommodate the XPCS
> instantiation from NXP switches, and the SJA1105 driver so it can expose
> what the XPCS driver expects.
>
> [...]
Here is the summary with links:
- [v3,net-next,01/13] net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcs
https://git.kernel.org/netdev/net-next/c/5673ef863804
- [v3,net-next,02/13] net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setup
https://git.kernel.org/netdev/net-next/c/47538dbeb701
- [v3,net-next,03/13] net: stmmac: reduce indentation when calling stmmac_xpcs_setup
https://git.kernel.org/netdev/net-next/c/7413f9a6af00
- [v3,net-next,04/13] net: pcs: xpcs: move register bit descriptions to a header file
https://git.kernel.org/netdev/net-next/c/d4433d5b7b34
- [v3,net-next,05/13] net: pcs: xpcs: add support for sgmii with no inband AN
https://git.kernel.org/netdev/net-next/c/2031c09e6d5f
- [v3,net-next,06/13] net: pcs: xpcs: also ignore phy id if it's all ones
https://git.kernel.org/netdev/net-next/c/36641b045c83
- [v3,net-next,07/13] net: pcs: xpcs: add support for NXP SJA1105
https://git.kernel.org/netdev/net-next/c/dd0721ea4c7a
- [v3,net-next,08/13] net: pcs: xpcs: add support for NXP SJA1110
https://git.kernel.org/netdev/net-next/c/f7380bba42fd
- [v3,net-next,09/13] net: pcs: xpcs: export xpcs_do_config and xpcs_link_up
https://git.kernel.org/netdev/net-next/c/a853c68e29bb
- [v3,net-next,10/13] net: dsa: sja1105: migrate to xpcs for SGMII
https://git.kernel.org/netdev/net-next/c/3ad1d171548e
- [v3,net-next,11/13] net: dsa: sja1105: register the PCS MDIO bus for SJA1110
https://git.kernel.org/netdev/net-next/c/27871359bdf8
- [v3,net-next,12/13] net: dsa: sja1105: SGMII and 2500base-x on the SJA1110 are 'special'
https://git.kernel.org/netdev/net-next/c/ece578bc3ea4
- [v3,net-next,13/13] net: dsa: sja1105: plug in support for 2500base-x
https://git.kernel.org/netdev/net-next/c/56b63466333b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
vee.khee.wong@linux.intel.com, boon.leong.ong@intel.com,
michael.wei.hong.sit@intel.com, peppe.cavallaro@st.com,
alexandre.torgue@foss.st.com, joabreu@synopsys.com,
Jose.Abreu@synopsys.com, mcoquelin.stm32@gmail.com,
hkallweit1@gmail.com, linux@armlinux.org.uk,
f.fainelli@gmail.com, andrew@lunn.ch, vivien.didelot@gmail.com,
linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
vladimir.oltean@nxp.com
Subject: Re: [PATCH v3 net-next 00/13] Port the SJA1105 DSA driver to XPCS
Date: Fri, 11 Jun 2021 21:00:13 +0000 [thread overview]
Message-ID: <162344521364.30951.15091113709707705012.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210611200531.2384819-1-olteanv@gmail.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 11 Jun 2021 23:05:18 +0300 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> As requested when adding support for the NXP SJA1110, the SJA1105 driver
> could make use of the common XPCS driver, to eliminate some hardware
> specific code duplication.
>
> This series modifies the XPCS driver so that it can accommodate the XPCS
> instantiation from NXP switches, and the SJA1105 driver so it can expose
> what the XPCS driver expects.
>
> [...]
Here is the summary with links:
- [v3,net-next,01/13] net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcs
https://git.kernel.org/netdev/net-next/c/5673ef863804
- [v3,net-next,02/13] net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setup
https://git.kernel.org/netdev/net-next/c/47538dbeb701
- [v3,net-next,03/13] net: stmmac: reduce indentation when calling stmmac_xpcs_setup
https://git.kernel.org/netdev/net-next/c/7413f9a6af00
- [v3,net-next,04/13] net: pcs: xpcs: move register bit descriptions to a header file
https://git.kernel.org/netdev/net-next/c/d4433d5b7b34
- [v3,net-next,05/13] net: pcs: xpcs: add support for sgmii with no inband AN
https://git.kernel.org/netdev/net-next/c/2031c09e6d5f
- [v3,net-next,06/13] net: pcs: xpcs: also ignore phy id if it's all ones
https://git.kernel.org/netdev/net-next/c/36641b045c83
- [v3,net-next,07/13] net: pcs: xpcs: add support for NXP SJA1105
https://git.kernel.org/netdev/net-next/c/dd0721ea4c7a
- [v3,net-next,08/13] net: pcs: xpcs: add support for NXP SJA1110
https://git.kernel.org/netdev/net-next/c/f7380bba42fd
- [v3,net-next,09/13] net: pcs: xpcs: export xpcs_do_config and xpcs_link_up
https://git.kernel.org/netdev/net-next/c/a853c68e29bb
- [v3,net-next,10/13] net: dsa: sja1105: migrate to xpcs for SGMII
https://git.kernel.org/netdev/net-next/c/3ad1d171548e
- [v3,net-next,11/13] net: dsa: sja1105: register the PCS MDIO bus for SJA1110
https://git.kernel.org/netdev/net-next/c/27871359bdf8
- [v3,net-next,12/13] net: dsa: sja1105: SGMII and 2500base-x on the SJA1110 are 'special'
https://git.kernel.org/netdev/net-next/c/ece578bc3ea4
- [v3,net-next,13/13] net: dsa: sja1105: plug in support for 2500base-x
https://git.kernel.org/netdev/net-next/c/56b63466333b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-06-11 21:08 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-11 20:05 [PATCH v3 net-next 00/13] Port the SJA1105 DSA driver to XPCS Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 01/13] net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcs Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 02/13] net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setup Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 03/13] net: stmmac: reduce indentation when calling stmmac_xpcs_setup Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 04/13] net: pcs: xpcs: move register bit descriptions to a header file Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 05/13] net: pcs: xpcs: add support for sgmii with no inband AN Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 06/13] net: pcs: xpcs: also ignore phy id if it's all ones Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 07/13] net: pcs: xpcs: add support for NXP SJA1105 Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 08/13] net: pcs: xpcs: add support for NXP SJA1110 Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 09/13] net: pcs: xpcs: export xpcs_do_config and xpcs_link_up Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 10/13] net: dsa: sja1105: migrate to xpcs for SGMII Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 11/13] net: dsa: sja1105: register the PCS MDIO bus for SJA1110 Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 12/13] net: dsa: sja1105: SGMII and 2500base-x on the SJA1110 are 'special' Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 20:05 ` [PATCH v3 net-next 13/13] net: dsa: sja1105: plug in support for 2500base-x Vladimir Oltean
2021-06-11 20:05 ` Vladimir Oltean
2021-06-11 21:00 ` patchwork-bot+netdevbpf [this message]
2021-06-11 21:00 ` [PATCH v3 net-next 00/13] Port the SJA1105 DSA driver to XPCS 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=162344521364.30951.15091113709707705012.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Jose.Abreu@synopsys.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew@lunn.ch \
--cc=boon.leong.ong@intel.com \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=joabreu@synopsys.com \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux@armlinux.org.uk \
--cc=mcoquelin.stm32@gmail.com \
--cc=michael.wei.hong.sit@intel.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=peppe.cavallaro@st.com \
--cc=vee.khee.wong@linux.intel.com \
--cc=vivien.didelot@gmail.com \
--cc=vladimir.oltean@nxp.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.