power: reset: qcom-pon: Rename variables to use generic naming
authorTaeyoung Kwon <Taeyoung.Kwon@telit.com>
Wed, 21 May 2025 13:09:52 +0000 (13:09 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 22 Jun 2025 01:00:26 +0000 (03:00 +0200)
commite4ab1bfc3fe92ef5f8cebcc17963a08955963995
treeb76b6a6237f3a0fce92fc0f628b6bb5ada8781bc
parent202ac22b8e2e015e6c196fd8113f3d2a62dd1afc
power: reset: qcom-pon: Rename variables to use generic naming

The qcom-pon driver was originally implemented for the PM8916 PMIC, and
as a result, several internal variable names still refer to 'pm8916'.
However, the driver has since been extended to support other PMICs as
well.

This patch renames those variables to use more generic and consistent
names, improving clarity and reducing confusion for non-PM8916 devices.

Signed-off-by: Taeyoung Kwon <Taeyoung.Kwon@telit.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250521131116.2664-1-Taeyoung.Kwon@telit.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/qcom-pon.c