* [PATCH -next] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static
@ 2023-08-24 9:23 Yang Yingliang
2023-08-24 11:33 ` Varadarajan Narayanan
2023-09-21 14:26 ` Vinod Koul
0 siblings, 2 replies; 3+ messages in thread
From: Yang Yingliang @ 2023-08-24 9:23 UTC (permalink / raw)
To: linux-phy, linux-arm-msm; +Cc: quic_varada, andersson, vkoul, yangyingliang
m31_ipq5332_regs is only used in phy-qcom-m31.c now, change
it to static.
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
---
drivers/phy/qualcomm/phy-qcom-m31.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/qualcomm/phy-qcom-m31.c b/drivers/phy/qualcomm/phy-qcom-m31.c
index 99d570f4142a..014278e5428c 100644
--- a/drivers/phy/qualcomm/phy-qcom-m31.c
+++ b/drivers/phy/qualcomm/phy-qcom-m31.c
@@ -82,7 +82,7 @@ struct m31_priv_data {
unsigned int nregs;
};
-struct m31_phy_regs m31_ipq5332_regs[] = {
+static struct m31_phy_regs m31_ipq5332_regs[] = {
{
USB_PHY_CFG0,
UTMI_PHY_OVERRIDE_EN,
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH -next] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static
2023-08-24 9:23 [PATCH -next] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static Yang Yingliang
@ 2023-08-24 11:33 ` Varadarajan Narayanan
2023-09-21 14:26 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Varadarajan Narayanan @ 2023-08-24 11:33 UTC (permalink / raw)
To: Yang Yingliang; +Cc: linux-phy, linux-arm-msm, andersson, vkoul
On Thu, Aug 24, 2023 at 05:23:56PM +0800, Yang Yingliang wrote:
> m31_ipq5332_regs is only used in phy-qcom-m31.c now, change
> it to static.
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
> drivers/phy/qualcomm/phy-qcom-m31.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/qualcomm/phy-qcom-m31.c b/drivers/phy/qualcomm/phy-qcom-m31.c
> index 99d570f4142a..014278e5428c 100644
> --- a/drivers/phy/qualcomm/phy-qcom-m31.c
> +++ b/drivers/phy/qualcomm/phy-qcom-m31.c
> @@ -82,7 +82,7 @@ struct m31_priv_data {
> unsigned int nregs;
> };
>
> -struct m31_phy_regs m31_ipq5332_regs[] = {
> +static struct m31_phy_regs m31_ipq5332_regs[] = {
> {
> USB_PHY_CFG0,
> UTMI_PHY_OVERRIDE_EN,
Reviewed-by: Varadarajan Narayanan <quic_varada@quicinc.com>
Thanks
Varada
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static
2023-08-24 9:23 [PATCH -next] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static Yang Yingliang
2023-08-24 11:33 ` Varadarajan Narayanan
@ 2023-09-21 14:26 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2023-09-21 14:26 UTC (permalink / raw)
To: linux-phy, linux-arm-msm, Yang Yingliang; +Cc: quic_varada, andersson
On Thu, 24 Aug 2023 17:23:56 +0800, Yang Yingliang wrote:
> m31_ipq5332_regs is only used in phy-qcom-m31.c now, change
> it to static.
>
>
Applied, thanks!
[1/1] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static
commit: 426e05ce126e8febc21fae643139a1072d2670ad
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-21 20:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 9:23 [PATCH -next] phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static Yang Yingliang
2023-08-24 11:33 ` Varadarajan Narayanan
2023-09-21 14:26 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).