2023-03-24 03:10:55

by ye.xingchen

[permalink] [raw]
Subject: [PATCH] thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()

From: Ye Xingchen <[email protected]>

Switch devm_reset_control_array_get() to
devm_reset_control_array_get_exclusive().

Signed-off-by: Ye Xingchen <[email protected]>
---
drivers/thermal/rockchip_thermal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c
index bb254bdff043..85df34417159 100644
--- a/drivers/thermal/rockchip_thermal.c
+++ b/drivers/thermal/rockchip_thermal.c
@@ -1378,7 +1378,7 @@ static int rockchip_thermal_probe(struct platform_device *pdev)
if (IS_ERR(thermal->regs))
return PTR_ERR(thermal->regs);

- thermal->reset = devm_reset_control_array_get(&pdev->dev, false, false);
+ thermal->reset = devm_reset_control_array_get_exclusive(&pdev->dev);
if (IS_ERR(thermal->reset)) {
error = PTR_ERR(thermal->reset);
dev_err(&pdev->dev, "failed to get tsadc reset: %d\n", error);
--
2.25.1


2023-03-24 09:40:25

by Philipp Zabel

[permalink] [raw]
Subject: Re: [PATCH] thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()

On Fr, 2023-03-24 at 11:08 +0800, [email protected] wrote:
> From: Ye Xingchen <[email protected]>
>
> Switch devm_reset_control_array_get() to
> devm_reset_control_array_get_exclusive().
>
> Signed-off-by: Ye Xingchen <[email protected]>

Reviewed-by: Philipp Zabel <[email protected]>

regards
Philipp

2023-03-30 15:32:16

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH] thermal/drivers/rockchip: use de vm_reset_control_array_get_exclusive()

On 24/03/2023 04:08, [email protected] wrote:
> From: Ye Xingchen <[email protected]>
>
> Switch devm_reset_control_array_get() to
> devm_reset_control_array_get_exclusive().
>
> Signed-off-by: Ye Xingchen <[email protected]>
> ---

Applied, thanks

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog