* [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support
@ 2015-07-23 10:01 Harini Katakam
2015-07-23 10:05 ` Harini Katakam
2015-07-27 4:17 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Harini Katakam @ 2015-07-23 10:01 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
Capability mask for jumbo and no gigabit half duplex is the same.
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 15fd6e3..8b3087b 100644
--- a/drivers/net/ethernet/cadence/macb.h
+++ b/drivers/net/ethernet/cadence/macb.h
@@ -449,7 +449,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
#define NS_PER_SEC 1000000000ULL
/* Bit manipulation macros */
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support
2015-07-23 10:01 [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support Harini Katakam
@ 2015-07-23 10:05 ` Harini Katakam
2015-07-27 4:17 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Harini Katakam @ 2015-07-23 10:05 UTC (permalink / raw)
To: Harini Katakam
Cc: Nicolas Ferre, davem, Rob Herring, Pawel Moll, Mark Rutland,
ijc+devicetree, Kumar Gala, boris.brezillon, alexandre.belloni,
netdev, linux-kernel, devicetree, Punnaiah Choudary Kalluri,
michals
Please ignore this patch. This is not on the right base, i'll resend it.
Regards,
Harini
On Thu, Jul 23, 2015 at 3:31 PM, Harini Katakam
<harini.katakam@xilinx.com> wrote:
> Capability mask for jumbo and no gigabit half duplex is the same.
> 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 15fd6e3..8b3087b 100644
> --- a/drivers/net/ethernet/cadence/macb.h
> +++ b/drivers/net/ethernet/cadence/macb.h
> @@ -449,7 +449,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
> #define NS_PER_SEC 1000000000ULL
>
> /* Bit manipulation macros */
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support
2015-07-23 10:01 [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support Harini Katakam
2015-07-23 10:05 ` Harini Katakam
@ 2015-07-27 4:17 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-07-27 4:17 UTC (permalink / raw)
To: harini.katakam
Cc: nicolas.ferre, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, boris.brezillon, alexandre.belloni, harinikatakamlinux,
netdev, linux-kernel, devicetree, harinik, punnaia, michals
From: Harini Katakam <harini.katakam@xilinx.com>
Date: Thu, 23 Jul 2015 15:31:26 +0530
> Capability mask for jumbo and no gigabit half duplex is the same.
> Change one of them.
>
> Signed-off-by: Harini Katakam <harinik@xilinx.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-27 4:17 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:01 [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support Harini Katakam
2015-07-23 10:05 ` Harini Katakam
2015-07-27 4:17 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®