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:   Tue, 21 Jan 2020 21:01:36 -0600
From:   jassisinghbrar@...il.com
To:     balbi@...nel.org, gregkh@...uxfoundation.org, robh+dt@...nel.org,
        mark.rutland@....com, masami.hiramatsu@...aro.org
Cc:     devicetree@...r.kernel.org, linux-usb@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Jassi Brar <jaswinder.singh@...aro.org>
Subject: [PATCH v3 0/2] Max3420 udc driver

From: Jassi Brar <jaswinder.singh@...aro.org>

Changes since v2:
 # Remove inconsistent licence term from the driver

Changes since v1:
 # No functional changes, just cosmetic changes as suggested in review.
   o prepend everything with MAX3420_
   o avoid CaMeLcAsE
   o use GENMASK some more
   o reorder struct max3420_ep and struct max3420_udc members
   o added some comments
   o changed license in dt-bindings
   o changed interrupt property to names


Jassi Brar (2):
  dt-bindings: max3421-udc: add dt bindings for MAX3420 UDC
  usb: gadget: add udc driver for max3420

 .../bindings/usb/maxim,max3420-udc.yaml       |   69 +
 drivers/usb/gadget/udc/Kconfig                |   10 +
 drivers/usb/gadget/udc/Makefile               |    1 +
 drivers/usb/gadget/udc/max3420_udc.c          | 1331 +++++++++++++++++
 4 files changed, 1411 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/maxim,max3420-udc.yaml
 create mode 100644 drivers/usb/gadget/udc/max3420_udc.c

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ