* [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval'
@ 2024-05-27 20:58 ` linux
0 siblings, 0 replies; 6+ messages in thread
From: linux @ 2024-05-27 20:58 UTC (permalink / raw)
To: patrice.chotard, vkoul
Cc: linux-arm-kernel, linux-phy, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
'miphy_initval' is unused since the original
commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
Generic PHY").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
drivers/phy/st/phy-miphy28lp.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/phy/st/phy-miphy28lp.c b/drivers/phy/st/phy-miphy28lp.c
index 063fc38788ed..43cef89af55e 100644
--- a/drivers/phy/st/phy-miphy28lp.c
+++ b/drivers/phy/st/phy-miphy28lp.c
@@ -228,11 +228,6 @@ struct miphy28lp_dev {
int nphys;
};
-struct miphy_initval {
- u16 reg;
- u16 val;
-};
-
enum miphy_sata_gen { SATA_GEN1, SATA_GEN2, SATA_GEN3 };
static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" };
--
2.45.1
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval'
@ 2024-05-27 20:58 ` linux
0 siblings, 0 replies; 6+ messages in thread
From: linux @ 2024-05-27 20:58 UTC (permalink / raw)
To: patrice.chotard, vkoul
Cc: linux-arm-kernel, linux-phy, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
'miphy_initval' is unused since the original
commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
Generic PHY").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
drivers/phy/st/phy-miphy28lp.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/phy/st/phy-miphy28lp.c b/drivers/phy/st/phy-miphy28lp.c
index 063fc38788ed..43cef89af55e 100644
--- a/drivers/phy/st/phy-miphy28lp.c
+++ b/drivers/phy/st/phy-miphy28lp.c
@@ -228,11 +228,6 @@ struct miphy28lp_dev {
int nphys;
};
-struct miphy_initval {
- u16 reg;
- u16 val;
-};
-
enum miphy_sata_gen { SATA_GEN1, SATA_GEN2, SATA_GEN3 };
static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" };
--
2.45.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval'
@ 2024-05-27 20:58 ` linux
0 siblings, 0 replies; 6+ messages in thread
From: linux @ 2024-05-27 20:58 UTC (permalink / raw)
To: patrice.chotard, vkoul
Cc: linux-arm-kernel, linux-phy, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
'miphy_initval' is unused since the original
commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
Generic PHY").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
drivers/phy/st/phy-miphy28lp.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/phy/st/phy-miphy28lp.c b/drivers/phy/st/phy-miphy28lp.c
index 063fc38788ed..43cef89af55e 100644
--- a/drivers/phy/st/phy-miphy28lp.c
+++ b/drivers/phy/st/phy-miphy28lp.c
@@ -228,11 +228,6 @@ struct miphy28lp_dev {
int nphys;
};
-struct miphy_initval {
- u16 reg;
- u16 val;
-};
-
enum miphy_sata_gen { SATA_GEN1, SATA_GEN2, SATA_GEN3 };
static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" };
--
2.45.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval'
2024-05-27 20:58 ` linux
(?)
@ 2024-06-03 14:26 ` Vinod Koul
-1 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2024-06-03 14:26 UTC (permalink / raw)
To: patrice.chotard, linux; +Cc: linux-arm-kernel, linux-phy, linux-kernel
On Mon, 27 May 2024 21:58:44 +0100, linux@treblig.org wrote:
> 'miphy_initval' is unused since the original
> commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
> Generic PHY").
>
> Remove it.
>
>
> [...]
Applied, thanks!
[1/1] phy: miphy28lp: remove unused struct 'miphy_initval'
commit: 3f8bb7a7b4e016df586f464279936a5767c2a36a
Best regards,
--
Vinod Koul <vkoul@kernel.org>
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval'
@ 2024-06-03 14:26 ` Vinod Koul
0 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2024-06-03 14:26 UTC (permalink / raw)
To: patrice.chotard, linux; +Cc: linux-arm-kernel, linux-phy, linux-kernel
On Mon, 27 May 2024 21:58:44 +0100, linux@treblig.org wrote:
> 'miphy_initval' is unused since the original
> commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
> Generic PHY").
>
> Remove it.
>
>
> [...]
Applied, thanks!
[1/1] phy: miphy28lp: remove unused struct 'miphy_initval'
commit: 3f8bb7a7b4e016df586f464279936a5767c2a36a
Best regards,
--
Vinod Koul <vkoul@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval'
@ 2024-06-03 14:26 ` Vinod Koul
0 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2024-06-03 14:26 UTC (permalink / raw)
To: patrice.chotard, linux; +Cc: linux-arm-kernel, linux-phy, linux-kernel
On Mon, 27 May 2024 21:58:44 +0100, linux@treblig.org wrote:
> 'miphy_initval' is unused since the original
> commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
> Generic PHY").
>
> Remove it.
>
>
> [...]
Applied, thanks!
[1/1] phy: miphy28lp: remove unused struct 'miphy_initval'
commit: 3f8bb7a7b4e016df586f464279936a5767c2a36a
Best regards,
--
Vinod Koul <vkoul@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-03 14:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 20:58 [PATCH] phy: miphy28lp: remove unused struct 'miphy_initval' linux
2024-05-27 20:58 ` linux
2024-05-27 20:58 ` linux
2024-06-03 14:26 ` Vinod Koul
2024-06-03 14:26 ` Vinod Koul
2024-06-03 14:26 ` Vinod Koul
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.