lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  6 Jun 2022 11:18:52 +0200
From:   Angelo Dureghello <angelo.dureghello@...esys.com>
To:     davem@...emloft.net, pabeni@...hat.com
Cc:     rmk+kernel@...linux.org.uk, netdev@...r.kernel.org,
        Angelo Dureghello <angelo.dureghello@...esys.com>
Subject: [PATCH] Documentation/bindings: net: fix sfp mod-def0 signal

Checked both by driver code and functionally, module plug works
when gpio is set as GPIO_ACTIVE_LOW.

Signed-off-by: Angelo Dureghello <angelo.dureghello@...esys.com>
---
 Documentation/devicetree/bindings/net/sff,sfp.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/sff,sfp.txt b/Documentation/devicetree/bindings/net/sff,sfp.txt
index 832139919f20..101a025a0c0f 100644
--- a/Documentation/devicetree/bindings/net/sff,sfp.txt
+++ b/Documentation/devicetree/bindings/net/sff,sfp.txt
@@ -13,7 +13,7 @@ Required properties:
 Optional Properties:
 
 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
-  module presence input gpio signal, active (module absent) high. Must
+  module presence input gpio signal, active (module absent) low. Must
   not be present for SFF modules
 
 - los-gpios : GPIO phandle and a specifier of the Receiver Loss of Signal
-- 
2.36.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ