mbox series

[net-next,0/2] net: phy: add comments for LAN8742 phy support

Message ID 20220509185804.7147-1-yuiko.oshino@microchip.com (mailing list archive)
Headers show
Series net: phy: add comments for LAN8742 phy support | expand

Message

Yuiko Oshino May 9, 2022, 6:58 p.m. UTC
Add comments for 0xfffffff2 phy ID mask for the LAN8742 and the LAN88xx, explaining that they can coexist and allow future hardware revisions.
Also add one missing tab in smsc.c.

Yuiko Oshino (2):
  net: phy: microchip: add comments for the modified LAN88xx phy ID
    mask.
  net: phy: smsc: add comments for the LAN8742 phy ID mask.

 drivers/net/phy/microchip.c | 4 ++++
 drivers/net/phy/smsc.c      | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 11, 2022, 2:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 9 May 2022 11:58:02 -0700 you wrote:
> Add comments for 0xfffffff2 phy ID mask for the LAN8742 and the LAN88xx, explaining that they can coexist and allow future hardware revisions.
> Also add one missing tab in smsc.c.
> 
> Yuiko Oshino (2):
>   net: phy: microchip: add comments for the modified LAN88xx phy ID
>     mask.
>   net: phy: smsc: add comments for the LAN8742 phy ID mask.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: phy: microchip: add comments for the modified LAN88xx phy ID mask.
    https://git.kernel.org/netdev/net-next/c/70a40ecfcb7d
  - [net-next,2/2] net: phy: smsc: add comments for the LAN8742 phy ID mask.
    https://git.kernel.org/netdev/net-next/c/b2be075139fa

You are awesome, thank you!