All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros
@ 2018-08-27  9:45 Priyanka Jain
  2018-09-13 19:28 ` Joe Hershberger
  2018-10-11 19:25 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 3+ messages in thread
From: Priyanka Jain @ 2018-08-27  9:45 UTC (permalink / raw)
  To: u-boot

NXP SoCs like LX2160A can support new ethernet modes
which are 25G_AUI(25G), XLAUI(40G), CAUI2(50G)
and CAUI4(100G)
Add corresponding macros definitions in phy_interface.h

Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
---
 include/phy_interface.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/phy_interface.h b/include/phy_interface.h
index 0760d65..c682318 100644
--- a/include/phy_interface.h
+++ b/include/phy_interface.h
@@ -27,6 +27,10 @@ typedef enum {
 	PHY_INTERFACE_MODE_RXAUI,
 	PHY_INTERFACE_MODE_SFI,
 	PHY_INTERFACE_MODE_INTERNAL,
+	PHY_INTERFACE_MODE_25G_AUI,
+	PHY_INTERFACE_MODE_XLAUI,
+	PHY_INTERFACE_MODE_CAUI2,
+	PHY_INTERFACE_MODE_CAUI4,
 	PHY_INTERFACE_MODE_NONE,	/* Must be last */
 
 	PHY_INTERFACE_MODE_COUNT,
@@ -50,6 +54,10 @@ static const char * const phy_interface_strings[] = {
 	[PHY_INTERFACE_MODE_RXAUI]		= "rxaui",
 	[PHY_INTERFACE_MODE_SFI]		= "sfi",
 	[PHY_INTERFACE_MODE_INTERNAL]		= "internal",
+	[PHY_INTERFACE_MODE_25G_AUI]		= "25g-aui",
+	[PHY_INTERFACE_MODE_XLAUI]		= "xlaui4",
+	[PHY_INTERFACE_MODE_CAUI2]		= "caui2",
+	[PHY_INTERFACE_MODE_CAUI4]		= "caui4",
 	[PHY_INTERFACE_MODE_NONE]		= "",
 };
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros
  2018-08-27  9:45 [U-Boot] [PATCH] phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros Priyanka Jain
@ 2018-09-13 19:28 ` Joe Hershberger
  2018-10-11 19:25 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-09-13 19:28 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 27, 2018 at 4:47 AM Priyanka Jain <priyanka.jain@nxp.com> wrote:
>
> NXP SoCs like LX2160A can support new ethernet modes
> which are 25G_AUI(25G), XLAUI(40G), CAUI2(50G)
> and CAUI4(100G)
> Add corresponding macros definitions in phy_interface.h
>
> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros
  2018-08-27  9:45 [U-Boot] [PATCH] phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros Priyanka Jain
  2018-09-13 19:28 ` Joe Hershberger
@ 2018-10-11 19:25 ` Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-10-11 19:25 UTC (permalink / raw)
  To: u-boot

Hi Priyanka,

https://patchwork.ozlabs.org/patch/962408/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-11 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-27  9:45 [U-Boot] [PATCH] phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros Priyanka Jain
2018-09-13 19:28 ` Joe Hershberger
2018-10-11 19:25 ` [U-Boot] " Joe Hershberger

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.