Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: grygorii.strashko@ti.com (Grygorii Strashko)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 2/5] phy: core: add PHY_MODE_ETHERNET
Date: Fri, 9 Nov 2018 17:47:52 -0600	[thread overview]
Message-ID: <20181109234755.21687-3-grygorii.strashko@ti.com> (raw)
In-Reply-To: <20181109234755.21687-1-grygorii.strashko@ti.com>

Add new PHY's mode to be used by Ethernet PHY interface drivers or
multipurpose PHYs like serdes. It will be reused in further changes.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 include/linux/phy/phy.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index b17e770..02c9ef0 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -42,6 +42,7 @@ enum phy_mode {
 	PHY_MODE_UFS_HS_A,
 	PHY_MODE_UFS_HS_B,
 	PHY_MODE_PCIE,
+	PHY_MODE_ETHERNET,
 };
 
 /**
-- 
2.10.5

  parent reply	other threads:[~2018-11-09 23:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09 23:47 [PATCH v2 0/5] phy: core: rework phy_set_mode to accept phy mode and submode Grygorii Strashko
2018-11-09 23:47 ` [PATCH v2 1/5] " Grygorii Strashko
2018-11-09 23:47 ` Grygorii Strashko [this message]
2018-11-09 23:47 ` [PATCH v2 3/5] phy: ocelot-serdes: convert to use eth " Grygorii Strashko
2018-11-12 10:42   ` Kishon Vijay Abraham I
2018-11-16 11:15   ` Quentin Schulz
2018-11-16 21:00     ` Grygorii Strashko
2018-11-09 23:47 ` [PATCH v2 4/5] phy: mvebu-cp110-comphy: " Grygorii Strashko
2018-11-12 10:48   ` Kishon Vijay Abraham I
2018-11-19  8:26   ` Maxime Chevallier
2018-11-19 16:48     ` Antoine Tenart
2018-11-19 17:07   ` Russell King - ARM Linux
2018-11-19 22:42     ` Grygorii Strashko
2018-11-09 23:47 ` [PATCH v2 5/5] phy: core: clean up unused ethernet specific phy modes Grygorii Strashko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181109234755.21687-3-grygorii.strashko@ti.com \
    --to=grygorii.strashko@ti.com \
    --cc=linus-amlogic@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox