All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/4] net: phy: aquantia: Switch to generic firmware loader
@ 2025-09-23  7:12 Beiyan Yun
  2025-09-23  7:12 ` [PATCH RESEND 1/4] net: phy: aquantia: switch to use phy_get_ofnode() Beiyan Yun
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Beiyan Yun @ 2025-09-23  7:12 UTC (permalink / raw)
  To: u-boot
  Cc: Beiyan Yun, Ilias Apalodimas, Jerome Forissier, Joe Hershberger,
	Lucien.Jheng, Marek Vasut, Ramon Fried, Romain Gantois,
	Siddharth Vadapalli, Tom Rini, weijie.gao


Hi,

This patch series refactors the Aquantia PHY firmware loader to use
the generic fsloader framework.

The existing loader is limited to loading firmware from an MMC device,
which restricts its use on many devices (e.g., routers) that may use
other storage like USB or have a UBIFS root filesystem. Migrating to the
generic firmware loader allows firmware to be sourced from any backend
supported by the fsloader framework.

The series is structured as follows:
- The first patch is a minor cleanup, switching to the phy_get_ofnode()
  helper.
- The second patch fixes a small typo in the binding document.
- The third and main patch replaces the custom loader with generic one.
- The final patch updates the device tree binding documentation to
  introduce the firmware-name property and provide usage examples.

This change has been tested on a Buffalo WXR18000BE10P router, loading
firmware from a UBIFS volume for Marvell CUX3410.


Beiyan Yun (4):
  net: phy: aquantia: switch to use phy_get_ofnode()
  doc: bindings: fix aquantia-phy.txt typo
  net: phy: aquantia: use generic firmware loader
  doc: bindings: add Aquantia PHY node's "firmware-name" binding

 doc/device-tree-bindings/net/aquantia-phy.txt |  32 ++++-
 drivers/net/phy/Kconfig                       |  19 ++-
 drivers/net/phy/aquantia.c                    | 124 +++++++++---------
 3 files changed, 103 insertions(+), 72 deletions(-)

-- 
2.47.3

base-commit: d33b21b7e261691e8d6613a24cc9b0ececba3b01
branch: aquantia-fsloader

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

end of thread, other threads:[~2025-09-29 20:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23  7:12 [PATCH RESEND 0/4] net: phy: aquantia: Switch to generic firmware loader Beiyan Yun
2025-09-23  7:12 ` [PATCH RESEND 1/4] net: phy: aquantia: switch to use phy_get_ofnode() Beiyan Yun
2025-09-23  7:12 ` [PATCH RESEND 2/4] doc: bindings: fix aquantia-phy.txt typo Beiyan Yun
2025-09-23  7:13 ` [PATCH RESEND 3/4] net: phy: aquantia: use generic firmware loader Beiyan Yun
2025-09-23  7:13 ` [PATCH RESEND 4/4] doc: bindings: add Aquantia PHY node's "firmware-name" binding Beiyan Yun
2025-09-23 12:44   ` Yao Zi
2025-09-26  8:22     ` Beiyan Yun
2025-09-26  9:30       ` Beiyan Yun
2025-09-28 13:04         ` Yao Zi
2025-09-29 20:55           ` Tom Rini

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.