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>] [day] [month] [year] [list]
Message-ID: <AM0PR02MB5524E582C130FB7BCC627F6DBDAF9@AM0PR02MB5524.eurprd02.prod.outlook.com>
Date:   Mon, 27 Feb 2023 19:44:05 +0000
From:   Paul Geurts <paul.geurts@...drive-technologies.com>
To:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/4] b53: Add BCM53134 support

This series of patches add support for the Broadcom BCM53134 managed Ethernet switch device, as well as some extra additions.

The additions now only cover the MDIO interface part of the device. The
BCM53134 device is also controllable through the SPI interface, but for now I don't have the hardware available to test this interface. The functionality in the b53_common sources should be the same though.

Paul Geurts (4):
  net: dsa: b53: Add support for Broadcom BCM53134 managed Ethernet
    switch
  dt-bindings: net/dsa/: add brcm,bcm53134 as compatible flag
  net: dsa: b53: fail switch initialization for unsupported switch types
  net: dsa: b53: mdio: Add optional reset gpio

 .../devicetree/bindings/net/dsa/brcm,b53.yaml |  1 +
 drivers/net/dsa/b53/b53_common.c              | 26 ++++++++++++++++++-
 drivers/net/dsa/b53/b53_mdio.c                | 14 +++++++++-
 drivers/net/dsa/b53/b53_priv.h                | 12 +++++++--
 4 files changed, 49 insertions(+), 4 deletions(-)

--
2.30.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ