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]
Message-Id: <20230907210601.25284-1-richard.yu@hpe.com>
Date:   Thu,  7 Sep 2023 16:05:58 -0500
From:   richard.yu@....com
To:     verdun@....com, nick.hawkins@....com, gregkh@...uxfoundation.org,
        robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
        conor+dt@...nel.org, richard.yu@....com, linux-usb@...r.kernel.org,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/3] Add USB driver for HPE GXP Architecture

From: Richard Yu <richard.yu@....com>

The GXP hub controller presents a four ports to host software.
Each port is logically connected to one control endpoint and
four generic endpoints.

---

Changes since v1:
 *Renamed binding.
 *Removed all unneeded include files.
 *Using generic node name, usb-hub.
 *Removed of_match_ptr().
 *Using helper for both get resource and IO remap.
 *Using dev_err_probe() return in probe routine.
 *Used sizeof(*...) in the code instead of sizeof(struct...).
 *Removed the term "virtual" as it is still a device.
 *Removed the downstream port number and generic endpoints
  number properties from device tree structure.

Richard Yu (3):
  dt-bindings: usb: Add HPE GXP HUB Controller
  usb: gadget: udc: gxp-udc: add HPE GXP USB HUB support
  MAINTAINERS: add USB HUB support for GXP

 .../devicetree/bindings/usb/hpe,gxp-hub.yaml  |   53 +
 MAINTAINERS                                   |    2 +
 drivers/usb/gadget/udc/Kconfig                |   10 +
 drivers/usb/gadget/udc/Makefile               |    1 +
 drivers/usb/gadget/udc/gxp-udc.c              | 1371 +++++++++++++++++
 5 files changed, 1437 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/hpe,gxp-hub.yaml
 create mode 100644 drivers/usb/gadget/udc/gxp-udc.c

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ