Re: [PATCH net-next v3 00/14] net:yt6801: Add Motorcomm yt6801 PCIe driver
From: Simon Horman
Date: Tue Mar 04 2025 - 11:16:48 EST
On Fri, Feb 28, 2025 at 06:00:06PM +0800, Frank Sae wrote:
> This series includes adding Motorcomm YT6801 Gigabit ethernet driver
> and adding yt6801 ethernet driver entry in MAINTAINERS file.
> YT6801 integrates a YT8531S phy.
>
> Signed-off-by: Frank Sae <Frank.Sae@xxxxxxxxxxxxxx>
...
> Frank Sae (14):
> motorcomm:yt6801: Implement mdio register
> motorcomm:yt6801: Add support for a pci table in this module
> motorcomm:yt6801: Implement pci_driver shutdown
> motorcomm:yt6801: Implement the fxgmac_init function
> motorcomm:yt6801: Implement the .ndo_open function
> motorcomm:yt6801: Implement the fxgmac_start function
> phy:motorcomm: Add PHY_INTERFACE_MODE_INTERNAL to support YT6801
> motorcomm:yt6801: Implement the fxgmac_hw_init function
> motorcomm:yt6801: Implement the poll functions
> motorcomm:yt6801: Implement .ndo_start_xmit function
> motorcomm:yt6801: Implement some net_device_ops function
> motorcomm:yt6801: Implement pci_driver suspend and resume
> motorcomm:yt6801: Add makefile and Kconfig
> motorcomm:yt6801: update ethernet documentation and maintainer
Hi Frank,
I'd like to suggest the following prefixes for these patches and cover
letter:
* "yt6801: "
* "net: phy: motorcomm: "