[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200105225509.21590-1-jassisinghbrar@gmail.com>
Date: Sun, 5 Jan 2020 16:55:09 -0600
From: jassisinghbrar@...il.com
To: balbi@...nel.org, gregkh@...uxfoundation.org, robh+dt@...nel.org,
mark.rutland@....com
Cc: devicetree@...r.kernel.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jassi Brar <jaswinder.singh@...aro.org>
Subject: [PATCH v2 0/2] Max3420 udc driver
From: Jassi Brar <jaswinder.singh@...aro.org>
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 | 1333 +++++++++++++++++
4 files changed, 1413 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