mbox series

[net-next,v3,0/3] Add Clause 45 support for Aspeed MDIO

Message ID 20220407011738.7189-1-potin.lai@quantatw.com
Headers show
Series Add Clause 45 support for Aspeed MDIO | expand

Message

Potin Lai April 7, 2022, 1:17 a.m. UTC
This patch series add Clause 45 support for Aspeed MDIO driver, and
separate c22 and c45 implementation into different functions.


LINK: [v1] https://lore.kernel.org/all/20220329161949.19762-1-potin.lai@quantatw.com/
LINK: [v2] https://lore.kernel.org/all/20220406170055.28516-1-potin.lai@quantatw.com/

Changes v2 --> v3:
 - sort local variable sequence in reverse Christmas tree format.

Changes v1 --> v2:
 - add C45 to probe_capabilities
 - break one patch into 3 small patches

Potin Lai (3):
  net: mdio: aspeed: move reg accessing part into separate functions
  net: mdio: aspeed: Introduce read write function for c22 and c45
  net: mdio: aspeed: Add c45 support

 drivers/net/mdio/mdio-aspeed.c | 123 ++++++++++++++++++++++++---------
 1 file changed, 89 insertions(+), 34 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 8, 2022, 11:30 a.m. UTC | #1
Hello:

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

On Thu,  7 Apr 2022 09:17:35 +0800 you wrote:
> This patch series add Clause 45 support for Aspeed MDIO driver, and
> separate c22 and c45 implementation into different functions.
> 
> 
> LINK: [v1] https://lore.kernel.org/all/20220329161949.19762-1-potin.lai@quantatw.com/
> LINK: [v2] https://lore.kernel.org/all/20220406170055.28516-1-potin.lai@quantatw.com/
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/3] net: mdio: aspeed: move reg accessing part into separate functions
    https://git.kernel.org/netdev/net-next/c/737ca352569e
  - [net-next,v3,2/3] net: mdio: aspeed: Introduce read write function for c22 and c45
    https://git.kernel.org/netdev/net-next/c/eb0571932314
  - [net-next,v3,3/3] net: mdio: aspeed: Add c45 support
    https://git.kernel.org/netdev/net-next/c/e6df1b4a2759

You are awesome, thank you!