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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 19 Oct 2021 13:52:03 +0200
From:   Horatiu Vultur <horatiu.vultur@...rochip.com>
To:     <p.zabel@...gutronix.de>, <robh+dt@...nel.org>
CC:     <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        "Horatiu Vultur" <horatiu.vultur@...rochip.com>
Subject: [PATCH 0/2] reset: lan996x: Add reset driver for lan966x phys

The lan966x switch is reseted using the 'sparx5-switch-reset' but the
PHYs are still keep in reset. Therefore add this patch to release the
HW reset of the PHYs.

Horatiu Vultur (2):
  dt-bindings: reset: lan966x phy reset driver bindings
  reset: lan966x: Add support for the phy reset on lan966x

 .../bindings/reset/lan966x-phy,rst.yaml       | 53 +++++++++++
 drivers/reset/Kconfig                         |  8 ++
 drivers/reset/Makefile                        |  1 +
 drivers/reset/reset-microchip-lan966x-phy.c   | 93 +++++++++++++++++++
 4 files changed, 155 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/lan966x-phy,rst.yaml
 create mode 100644 drivers/reset/reset-microchip-lan966x-phy.c

-- 
2.33.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ