Linux ACPI
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: phy: motorcomm: add ACPI _DSD property support
@ 2026-05-06  2:18 chunzhi.lin
  2026-05-06  2:18 ` [PATCH 1/2] net: phy: motorcomm: use device properties for firmware tuning chunzhi.lin
  2026-05-06  2:18 ` [PATCH 2/2] docs: acpi: dsd: add Motorcomm yt8xxx PHY properties chunzhi.lin
  0 siblings, 2 replies; 5+ messages in thread
From: chunzhi.lin @ 2026-05-06  2:18 UTC (permalink / raw)
  To: netdev
  Cc: Frank.Sae, andrew, hkallweit1, linux, kuba, pabeni, edumazet,
	davem, linux-acpi, rafael, lenb, chunzhi.lin

Hi,

This series makes the Motorcomm PHY driver parse firmware properties via
device_property_*() so the same property set can be provided by either
Devicetree or ACPI _DSD.

Patch 1 switches drivers/net/phy/motorcomm.c from of_property_*() to
device_property_*() on &phydev->mdio.dev.

Patch 2 documents Motorcomm yt8xxx PHY ACPI _DSD properties under
Documentation/firmware-guide/acpi/dsd and links the new document from
the ACPI index.

Thanks,
chunzhi.lin

chunzhi.lin (2):
  net: phy: motorcomm: use device properties for firmware tuning
  docs: acpi: dsd: add Motorcomm yt8xxx PHY properties

 .../acpi/dsd/motorcomm-yt8xxx-phy.rst         | 107 ++++++++++++++++++
 Documentation/firmware-guide/acpi/index.rst   |   1 +
 drivers/net/phy/motorcomm.c                   |  41 ++++---
 3 files changed, 128 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst

-- 
2.34.1


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

end of thread, other threads:[~2026-05-06 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  2:18 [PATCH net-next 0/2] net: phy: motorcomm: add ACPI _DSD property support chunzhi.lin
2026-05-06  2:18 ` [PATCH 1/2] net: phy: motorcomm: use device properties for firmware tuning chunzhi.lin
2026-05-06 12:18   ` Andrew Lunn
2026-05-06  2:18 ` [PATCH 2/2] docs: acpi: dsd: add Motorcomm yt8xxx PHY properties chunzhi.lin
2026-05-06 12:20   ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox