From: "Marek Behún" <kabel@kernel.org> To: netdev@vger.kernel.org Cc: "Russell King" <rmk+kernel@armlinux.org.uk>, "Andrew Lunn" <andrew@lunn.ch>, "Jakub Kicinski" <kuba@kernel.org>, davem@davemloft.net, pali@kernel.org, "Marek Behún" <kabel@kernel.org> Subject: [PATCH net-next v5 1/5] net: sfp: add SFP_PASSWORD address Date: Thu, 14 Jan 2021 05:43:27 +0100 Message-ID: <20210114044331.5073-2-kabel@kernel.org> (raw) In-Reply-To: <20210114044331.5073-1-kabel@kernel.org> Add SFP_PASSWORD = 0x7b to the diagnostics enumerator. This address is described in SFF-8436 and SFF-8636. Signed-off-by: Marek Behún <kabel@kernel.org> --- include/linux/sfp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/sfp.h b/include/linux/sfp.h index 38893e4dd0f0..81b40b2d6b1b 100644 --- a/include/linux/sfp.h +++ b/include/linux/sfp.h @@ -490,6 +490,7 @@ enum { SFP_EXT_STATUS = 0x76, SFP_VSL = 0x78, + SFP_PASSWORD = 0x7b, SFP_PAGE = 0x7f, }; -- 2.26.2
next prev parent reply index Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-14 4:43 [PATCH net-next v5 0/5] Support for RollBall 10G copper SFP modules Marek Behún 2021-01-14 4:43 ` Marek Behún [this message] 2021-01-14 14:59 ` [PATCH net-next v5 1/5] net: sfp: add SFP_PASSWORD address Russell King - ARM Linux admin 2021-01-14 4:43 ` [PATCH net-next v5 2/5] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules Marek Behún 2021-01-14 4:43 ` [PATCH net-next v5 3/5] net: phylink: allow attaching phy for SFP modules on 802.3z mode Marek Behún 2021-01-14 4:43 ` [PATCH net-next v5 4/5] net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY release Marek Behún 2021-01-14 16:07 ` Russell King - ARM Linux admin 2021-01-18 9:38 ` Pali Rohár 2021-01-18 11:42 ` Marek Behún 2021-01-14 4:43 ` [PATCH net-next v5 5/5] net: sfp: add support for multigig RollBall transceivers Marek Behún
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=20210114044331.5073-2-kabel@kernel.org \ --to=kabel@kernel.org \ --cc=andrew@lunn.ch \ --cc=davem@davemloft.net \ --cc=kuba@kernel.org \ --cc=netdev@vger.kernel.org \ --cc=pali@kernel.org \ --cc=rmk+kernel@armlinux.org.uk \ /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
Netdev Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/netdev/0 netdev/git/0.git git clone --mirror https://lore.kernel.org/netdev/1 netdev/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 netdev netdev/ https://lore.kernel.org/netdev \ netdev@vger.kernel.org public-inbox-index netdev Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.netdev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git