* [Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused MII_CR_LOOPBACK
@ 2021-02-14 7:17 Sasha Neftin
2021-02-21 8:38 ` Dvora Fuxbrumer
0 siblings, 1 reply; 2+ messages in thread
From: Sasha Neftin @ 2021-02-14 7:17 UTC (permalink / raw)
To: intel-wired-lan
MII_CR_LOOPBACK masks not in use in i225 device and can be removed.
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
---
drivers/net/ethernet/intel/igc/igc_defines.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
index c5b36ec7bcff..153561291166 100644
--- a/drivers/net/ethernet/intel/igc/igc_defines.h
+++ b/drivers/net/ethernet/intel/igc/igc_defines.h
@@ -441,7 +441,6 @@
#define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */
#define MII_CR_POWER_DOWN 0x0800 /* Power down */
#define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */
-#define MII_CR_LOOPBACK 0x4000 /* 0 = normal, 1 = loopback */
/* PHY Status Register */
#define MII_SR_LINK_STATUS 0x0004 /* Link Status 1 = link */
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused MII_CR_LOOPBACK
2021-02-14 7:17 [Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused MII_CR_LOOPBACK Sasha Neftin
@ 2021-02-21 8:38 ` Dvora Fuxbrumer
0 siblings, 0 replies; 2+ messages in thread
From: Dvora Fuxbrumer @ 2021-02-21 8:38 UTC (permalink / raw)
To: intel-wired-lan
On 14/02/2021 09:17, Sasha Neftin wrote:
> MII_CR_LOOPBACK masks not in use in i225 device and can be removed.
>
> Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
> ---
> drivers/net/ethernet/intel/igc/igc_defines.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
> index c5b36ec7bcff..153561291166 100644
> --- a/drivers/net/ethernet/intel/igc/igc_defines.h
> +++ b/drivers/net/ethernet/intel/igc/igc_defines.h
> @@ -441,7 +441,6 @@
> #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */
> #define MII_CR_POWER_DOWN 0x0800 /* Power down */
> #define MII_CR_AUTO_NEG_EN 0x1000 /* Auto Neg Enable */
> -#define MII_CR_LOOPBACK 0x4000 /* 0 = normal, 1 = loopback */
>
> /* PHY Status Register */
> #define MII_SR_LINK_STATUS 0x0004 /* Link Status 1 = link */
>
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-21 8:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-14 7:17 [Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused MII_CR_LOOPBACK Sasha Neftin
2021-02-21 8:38 ` Dvora Fuxbrumer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox