public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use devm_platform_ioremap_resource_byname in phy
@ 2025-04-01 11:31 shao.mingyin
  2025-04-01 11:38 ` [PATCH 1/2] phy: marvell: a3700-comphy: Use devm_platform_ioremap_resource_byname shao.mingyin
  2025-04-01 11:40 ` [PATCH 2/2] phy: tegra: xusb: " shao.mingyin
  0 siblings, 2 replies; 5+ messages in thread
From: shao.mingyin @ 2025-04-01 11:31 UTC (permalink / raw)
  To: miquel.raynal, jckuo
  Cc: vkoul, kishon, linux-phy, linux-kernel, thierry.reding, jonathanh,
	linux-tegra, shao.mingyin, yang.yang29, xu.xin16, ye.xingchen,
	xie.ludan

From: Xie Ludan <xie.ludan@zte.com.cn>

Introduce devm_platform_ioremap_resource_byname() to simplify resource
retrieval and mapping.This new function consolidates
platform_get_resource_byname() and devm_ioremap_resource() into
a single call, improving code readability and reducing API call overhead.

Xie Ludan (2):
  phy: marvell: a3700-comphy: Use devm_platform_ioremap_resource_byname
  phy: tegra: xusb: Use devm_platform_ioremap_resource_byname

 drivers/phy/marvell/phy-mvebu-a3700-comphy.c | 16 +++++-----------
 drivers/phy/tegra/xusb-tegra186.c            |  4 +---
 2 files changed, 6 insertions(+), 14 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2025-04-11 11:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 11:31 [PATCH 0/2] Use devm_platform_ioremap_resource_byname in phy shao.mingyin
2025-04-01 11:38 ` [PATCH 1/2] phy: marvell: a3700-comphy: Use devm_platform_ioremap_resource_byname shao.mingyin
2025-04-01 12:31   ` Miquel Raynal
2025-04-11 11:20   ` Vinod Koul
2025-04-01 11:40 ` [PATCH 2/2] phy: tegra: xusb: " shao.mingyin

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