[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250401193134281Nbc40spYmxjVmftwF0KTZ@zte.com.cn>
Date: Tue, 1 Apr 2025 19:31:34 +0800 (CST)
From: <shao.mingyin@....com.cn>
To: <miquel.raynal@...tlin.com>, <jckuo@...dia.com>
Cc: <vkoul@...nel.org>, <kishon@...nel.org>, <linux-phy@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <thierry.reding@...il.com>,
<jonathanh@...dia.com>, <linux-tegra@...r.kernel.org>,
<shao.mingyin@....com.cn>, <yang.yang29@....com.cn>,
<xu.xin16@....com.cn>, <ye.xingchen@....com.cn>,
<xie.ludan@....com.cn>
Subject: [PATCH 0/2] Use devm_platform_ioremap_resource_byname in phy
From: Xie Ludan <xie.ludan@....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
Powered by blists - more mailing lists