* [NET-NEXT PATCH] net: macb: Change capability mask for jumbo support
@ 2015-07-23 10:14 Harini Katakam
2015-07-23 12:34 ` Nicolas Ferre
2015-07-23 12:42 ` Alexandre Belloni
0 siblings, 2 replies; 3+ messages in thread
From: Harini Katakam @ 2015-07-23 10:14 UTC (permalink / raw)
To: nicolas.ferre, davem, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, boris.brezillon, alexandre.belloni,
harinikatakamlinux
Cc: netdev, linux-kernel, devicetree, harinik, punnaia, michals
JUMBO and NO_GIGABIT_HALF have the same capability masks.
Change one of them.
Signed-off-by: Harini Katakam <harinik@xilinx.com>
---
drivers/net/ethernet/cadence/macb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cadence/macb.h b/drivers/net/ethernet/cadence/macb.h
index d746559..8fb80b2 100644
--- a/drivers/net/ethernet/cadence/macb.h
+++ b/drivers/net/ethernet/cadence/macb.h
@@ -399,7 +399,7 @@
#define MACB_CAPS_GIGABIT_MODE_AVAILABLE 0x20000000
#define MACB_CAPS_SG_DISABLED 0x40000000
#define MACB_CAPS_MACB_IS_GEM 0x80000000
-#define MACB_CAPS_JUMBO 0x00000008
+#define MACB_CAPS_JUMBO 0x00000010
/* Bit manipulation macros */
#define MACB_BIT(name) \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [NET-NEXT PATCH] net: macb: Change capability mask for jumbo support
2015-07-23 10:14 [NET-NEXT PATCH] net: macb: Change capability mask for jumbo support Harini Katakam
@ 2015-07-23 12:34 ` Nicolas Ferre
2015-07-23 12:42 ` Alexandre Belloni
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2015-07-23 12:34 UTC (permalink / raw)
To: Harini Katakam, davem, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, boris.brezillon, alexandre.belloni,
harinikatakamlinux
Cc: netdev, linux-kernel, devicetree, harinik, punnaia, michals
Le 23/07/2015 12:14, Harini Katakam a écrit :
> JUMBO and NO_GIGABIT_HALF have the same capability masks.
> Change one of them.
>
> Signed-off-by: Harini Katakam <harinik@xilinx.com>
Yes, indeed:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> drivers/net/ethernet/cadence/macb.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/cadence/macb.h b/drivers/net/ethernet/cadence/macb.h
> index d746559..8fb80b2 100644
> --- a/drivers/net/ethernet/cadence/macb.h
> +++ b/drivers/net/ethernet/cadence/macb.h
> @@ -399,7 +399,7 @@
> #define MACB_CAPS_GIGABIT_MODE_AVAILABLE 0x20000000
> #define MACB_CAPS_SG_DISABLED 0x40000000
> #define MACB_CAPS_MACB_IS_GEM 0x80000000
> -#define MACB_CAPS_JUMBO 0x00000008
> +#define MACB_CAPS_JUMBO 0x00000010
>
> /* Bit manipulation macros */
> #define MACB_BIT(name) \
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NET-NEXT PATCH] net: macb: Change capability mask for jumbo support
2015-07-23 10:14 [NET-NEXT PATCH] net: macb: Change capability mask for jumbo support Harini Katakam
2015-07-23 12:34 ` Nicolas Ferre
@ 2015-07-23 12:42 ` Alexandre Belloni
1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2015-07-23 12:42 UTC (permalink / raw)
To: Harini Katakam
Cc: nicolas.ferre, davem, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, boris.brezillon, harinikatakamlinux,
netdev, linux-kernel, devicetree, harinik, punnaia, michals
On 23/07/2015 at 15:44:25 +0530, Harini Katakam wrote :
> JUMBO and NO_GIGABIT_HALF have the same capability masks.
> Change one of them.
>
> Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-23 12:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 10:14 [NET-NEXT PATCH] net: macb: Change capability mask for jumbo support Harini Katakam
2015-07-23 12:34 ` Nicolas Ferre
2015-07-23 12:42 ` Alexandre Belloni
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).