All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next v6 0/4] net: phy: realtek: Add support for PHY LEDs on
@ 2025-04-11  6:24 Michael Klein
  2025-04-11  6:24 ` [net-next v6 1/4] net: phy: realtek: Group RTL82* macro definitions Michael Klein
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michael Klein @ 2025-04-11  6:24 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Michael Klein, netdev, linux-kernel

Changes in V6:
- fix macro definition order (patch 1)
- introduce two more register defines (patch 2)

Changes in V5:
- Split cleanup patch and improve code formatting

Changes in V4:
- Change (!ret) to (ret == 0)
- Replace set_bit() by __set_bit()

Changes in V3:
- move definition of rtl8211e_read_ext_page() to patch 2
- Wrap overlong lines

Changes in V2:
- Designate to net-next
- Add ExtPage access cleanup patch as suggested by Andrew Lunn

Michael Klein (4):
  net: phy: realtek: Group RTL82* macro definitions
  net: phy: realtek: Clean up RTL8211E ExtPage access
  net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get()
  net: phy: realtek: Add support for PHY LEDs on RTL8211E

 drivers/net/phy/realtek/realtek_main.c | 204 ++++++++++++++++++++-----
 1 file changed, 163 insertions(+), 41 deletions(-)

-- 
2.39.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-12  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11  6:24 [net-next v6 0/4] net: phy: realtek: Add support for PHY LEDs on Michael Klein
2025-04-11  6:24 ` [net-next v6 1/4] net: phy: realtek: Group RTL82* macro definitions Michael Klein
2025-04-12  7:53   ` Russell King (Oracle)
2025-04-11  6:24 ` [net-next v6 2/4] net: phy: realtek: Clean up RTL8211E ExtPage access Michael Klein
2025-04-11  6:24 ` [net-next v6 3/4] net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get() Michael Klein
2025-04-11  6:24 ` [net-next v6 4/4] net: phy: realtek: Add support for PHY LEDs on RTL8211E Michael Klein

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.