From nobody Sun Dec 14 21:52:10 2025 Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6BC54313E1D; Tue, 14 Oct 2025 13:12:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.21.23.139 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760447532; cv=none; b=e4IAycWvWFqb1X0TE44/ExksTV08BjcPUU2oNwZIpoBYzjhl3roVeZylg/IPdJU64lZQmrd9vvGeapg3wR9gs61L+pSlyJzvgEwV4B9KzqzU0WkA2NlVKv5JRCItuazs82wlHRHnAUtaEBW7uyz12IqXCQdeU4lOOFAQjWW+LTE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760447532; c=relaxed/simple; bh=AyARZ8O9kOKQYCzMN7H8nfyDa+QfPPanHy+EOHRlTZM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=i4Nz15/0ZbDuDNDvEiICpdGnGE35HJxBcRIO2IbLpRwKkqJXdgzQr4RP/Tkyiu6M4BY5bdFrfWM3yUV9AwpVMM/JWCrN8RmDwRV5k+2341KyCcvhSL6TTWkmvqWD7ZoQ3qRListwNRGOte29EhyZ9HmU/0YL87jc9be+8ctptGQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org; spf=pass smtp.mailfrom=disroot.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b=XG0X8SA4; arc=none smtp.client-ip=178.21.23.139 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=disroot.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b="XG0X8SA4" Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 08D6D25920; Tue, 14 Oct 2025 15:12:09 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id F9JygYFEavtO; Tue, 14 Oct 2025 15:12:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1760447528; bh=AyARZ8O9kOKQYCzMN7H8nfyDa+QfPPanHy+EOHRlTZM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=XG0X8SA4TQ6iaWlRsiArufcfX3p7MqhJxONZ1+9iRPD9ICtmTtvqqT4B8zam5Vt1Q aTVMmXkHQggPh37NX4SO8MPNRWYp0e7v2gkMdc0UldSesi9Mb1Elf54Pk/juhL5IQY f8oZ1zC6a6kzWuspip2akqyLTw6PKPQvCWA+/VGyZ79jynQdAxezL8jCbFgPfz1Az+ 63DlXzooJCRKPKmmZGouFjFwamBxT/WOverpICT5NDxvQijJC8F6mkk57HTtOp9nUz VzDwOQX/6rBqbwuXt6FOkf6OgB0ZwIgmaBSFLqeT622ZH+inczpi6qN0m6eTsBT9KB A5jaOEq7ZlXFQ== From: Yao Zi To: Drew Fustini , Guo Ren , Fu Wei , Philipp Zabel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Michal Wilczynski Cc: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Icenowy Zheng , Han Gao , Han Gao , Yao Zi Subject: [PATCH v3 3/5] reset: th1520: Prepare for supporting multiple controllers Date: Tue, 14 Oct 2025 13:10:30 +0000 Message-ID: <20251014131032.49616-4-ziyao@disroot.org> In-Reply-To: <20251014131032.49616-1-ziyao@disroot.org> References: <20251014131032.49616-1-ziyao@disroot.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" TH1520 SoC is divided into several subsystems, shipping distinct reset controllers with similar control logic. Let's make reset signal mapping a data structure specific to one compatible to prepare for introduction of more reset controllers in the future. Signed-off-by: Yao Zi Reviewed-by: Drew Fustini --- drivers/reset/reset-th1520.c | 42 +++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/drivers/reset/reset-th1520.c b/drivers/reset/reset-th1520.c index 14d964a9c6b6..2b65a95ed021 100644 --- a/drivers/reset/reset-th1520.c +++ b/drivers/reset/reset-th1520.c @@ -29,14 +29,20 @@ #define TH1520_HDMI_SW_MAIN_RST BIT(0) #define TH1520_HDMI_SW_PRST BIT(1) =20 +struct th1520_reset_map { + u32 bit; + u32 reg; +}; + struct th1520_reset_priv { struct reset_controller_dev rcdev; struct regmap *map; + const struct th1520_reset_map *resets; }; =20 -struct th1520_reset_map { - u32 bit; - u32 reg; +struct th1520_reset_data { + const struct th1520_reset_map *resets; + size_t num; }; =20 static const struct th1520_reset_map th1520_resets[] =3D { @@ -90,7 +96,7 @@ static int th1520_reset_assert(struct reset_controller_de= v *rcdev, struct th1520_reset_priv *priv =3D to_th1520_reset(rcdev); const struct th1520_reset_map *reset; =20 - reset =3D &th1520_resets[id]; + reset =3D &priv->resets[id]; =20 return regmap_update_bits(priv->map, reset->reg, reset->bit, 0); } @@ -101,7 +107,7 @@ static int th1520_reset_deassert(struct reset_controlle= r_dev *rcdev, struct th1520_reset_priv *priv =3D to_th1520_reset(rcdev); const struct th1520_reset_map *reset; =20 - reset =3D &th1520_resets[id]; + reset =3D &priv->resets[id]; =20 return regmap_update_bits(priv->map, reset->reg, reset->bit, reset->bit); @@ -120,11 +126,14 @@ static const struct regmap_config th1520_reset_regmap= _config =3D { =20 static int th1520_reset_probe(struct platform_device *pdev) { + const struct th1520_reset_data *data; struct device *dev =3D &pdev->dev; struct th1520_reset_priv *priv; void __iomem *base; int ret; =20 + data =3D device_get_match_data(dev); + priv =3D devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL); if (!priv) return -ENOMEM; @@ -138,22 +147,31 @@ static int th1520_reset_probe(struct platform_device = *pdev) if (IS_ERR(priv->map)) return PTR_ERR(priv->map); =20 - /* Initialize GPU resets to asserted state */ - ret =3D regmap_update_bits(priv->map, TH1520_GPU_RST_CFG, - TH1520_GPU_RST_CFG_MASK, 0); - if (ret) - return ret; + if (of_device_is_compatible(dev->of_node, "thead,th1520-reset")) { + /* Initialize GPU resets to asserted state */ + ret =3D regmap_update_bits(priv->map, TH1520_GPU_RST_CFG, + TH1520_GPU_RST_CFG_MASK, 0); + if (ret) + return ret; + } =20 priv->rcdev.owner =3D THIS_MODULE; - priv->rcdev.nr_resets =3D ARRAY_SIZE(th1520_resets); + priv->rcdev.nr_resets =3D data->num; priv->rcdev.ops =3D &th1520_reset_ops; priv->rcdev.of_node =3D dev->of_node; =20 + priv->resets =3D data->resets; + return devm_reset_controller_register(dev, &priv->rcdev); } =20 +static const struct th1520_reset_data th1520_reset_data =3D { + .resets =3D th1520_resets, + .num =3D ARRAY_SIZE(th1520_resets), +}; + static const struct of_device_id th1520_reset_match[] =3D { - { .compatible =3D "thead,th1520-reset" }, + { .compatible =3D "thead,th1520-reset", .data =3D &th1520_reset_data }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, th1520_reset_match); --=20 2.50.1