* [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
[not found] ` <1437645686-5146-1-git-send-email-harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
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 related [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
[not found] ` <1437645686-5146-1-git-send-email-harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
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@hellion.org.uk, Kumar Gala, boris.brezillon,
alexandre.belloni, netdev, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, Punnaiah Choudary Kalluri,
michals@xilinx.com
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[parent not found: <1437645686-5146-1-git-send-email-harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>]
* Re: [NET-NEXT PATCH] net: macb: Change capability mask of jumbo support
[not found] ` <1437645686-5146-1-git-send-email-harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
@ 2015-07-27 4:17 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2015-07-27 4:17 UTC (permalink / raw)
To: harini.katakam-gjFFaj9aHVfQT0dZR+AlfA
Cc: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ,
boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
harinikatakamlinux-Re5JQEeQqe8AvxtiuMwx3w,
netdev-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA, harinik-gjFFaj9aHVfQT0dZR+AlfA,
punnaia-gjFFaj9aHVfQT0dZR+AlfA, michals-gjFFaj9aHVfQT0dZR+AlfA
From: Harini Katakam <harini.katakam-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
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-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ 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
[not found] ` <1437645686-5146-1-git-send-email-harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
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;
as well as URLs for NNTP newsgroup(s).