mbox series

[net-next,v3,0/2] net: phy: micrel: lan8814 erratas

Message ID 20240304091548.1386022-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: phy: micrel: lan8814 erratas | expand

Message

Horatiu Vultur March 4, 2024, 9:15 a.m. UTC
Add two erratas for lan8814. First one fix the led which might
stay on even that there is no link. The second one improves increases
length of the cable that can be used when used in 1000Base-T.

v2->v3:
- drop trailing underscore from register definitions

v1->v2:
- separate errates such that each errate has it's own function.

Horatiu Vultur (2):
  net: phy: micrel: lan8814 led errata
  net: phy: micrel: lan8814 cable improvement errata

 drivers/net/phy/micrel.c | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org March 5, 2024, 7:20 p.m. UTC | #1
Hello:

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

On Mon, 4 Mar 2024 10:15:46 +0100 you wrote:
> Add two erratas for lan8814. First one fix the led which might
> stay on even that there is no link. The second one improves increases
> length of the cable that can be used when used in 1000Base-T.
> 
> v2->v3:
> - drop trailing underscore from register definitions
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: phy: micrel: lan8814 led errata
    https://git.kernel.org/netdev/net-next/c/e9097f8e1e76
  - [net-next,v3,2/2] net: phy: micrel: lan8814 cable improvement errata
    https://git.kernel.org/netdev/net-next/c/ad080db4483b

You are awesome, thank you!