mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Max3420 udc driver
@ 2020-01-22  3:01 jassisinghbrar
  2020-01-22  3:04 ` [PATCH v3 1/2] dt-bindings: max3421-udc: add dt bindings for MAX3420 UDC jassisinghbrar
  2020-01-22  3:04 ` [PATCH v3 2/2] usb: gadget: add udc driver for max3420 jassisinghbrar
  0 siblings, 2 replies; 3+ messages in thread
From: jassisinghbrar @ 2020-01-22  3:01 UTC (permalink / raw)
  To: balbi, gregkh, robh+dt, mark.rutland, masami.hiramatsu
  Cc: devicetree, linux-usb, linux-kernel, Jassi Brar

From: Jassi Brar <jaswinder.singh@linaro.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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-22  3:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22  3:01 [PATCH v3 0/2] Max3420 udc driver jassisinghbrar
2020-01-22  3:04 ` [PATCH v3 1/2] dt-bindings: max3421-udc: add dt bindings for MAX3420 UDC jassisinghbrar
2020-01-22  3:04 ` [PATCH v3 2/2] usb: gadget: add udc driver for max3420 jassisinghbrar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®