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:   Thu, 24 Aug 2023 17:30:52 +0200
From:   Emmanuel Gil Peyrot <linkmauve@...kmauve.fr>
To:     unlisted-recipients:; (no To-header on input)
Cc:     Emmanuel Gil Peyrot <linkmauve@...kmauve.fr>,
        azkali <a.ffcc7@...il.com>, Adam Jiang <chaoj@...dia.com>,
        CTCaer <ctcaer@...il.com>, Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>,
        Derek Kiernan <derek.kiernan@....com>,
        Dragan Cvetic <dragan.cvetic@....com>,
        Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Add a driver for the ROHM BM92Txx USB-C Power Delivery controller

The BM92T36 is used as the USB-C Power Delivery controller of the
Nintendo Switch.  This has been tested on a downstream 6.0 kernel[0] for
now.

[0] https://gitlab.azka.li/l4t-community/kernel/mainline/linux/-/commits/icosa-v6.0

Emmanuel Gil Peyrot (1):
  dt-bindings: misc: rohm,bm92txx: Add BM92Txx support

azkali (1):
  misc: bm92txx: Add driver for the ROHM BM92Txx

 .../bindings/misc/rohm,bm92txx.yaml           |   67 +
 MAINTAINERS                                   |    6 +
 drivers/misc/Kconfig                          |   11 +
 drivers/misc/Makefile                         |    1 +
 drivers/misc/bm92txx.c                        | 2403 +++++++++++++++++
 5 files changed, 2488 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml
 create mode 100644 drivers/misc/bm92txx.c

-- 
2.42.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ