linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add Aspeed udc driver for ast2600
@ 2022-05-17  8:25 Neal Liu
  2022-05-17  8:25 ` [PATCH v2 1/3] usb: gadget: add Aspeed ast2600 udc driver Neal Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Neal Liu @ 2022-05-17  8:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Joel Stanley, Andrew Jeffery, Felipe Balbi, Sumit Semwal,
	Christian König, Geert Uytterhoeven, Li Yang
  Cc: Neal Liu, linux-aspeed, linux-usb, devicetree, linux-arm-kernel,
	linux-kernel, linux-media, dri-devel, linaro-mm-sig

This patch series aim to add Aspeed USB 2.0 Device Controller (udc)
driver, including driver itself, device tree node and documentation.

Change since v1:
- Fix build test warning reported by kernel test robot.
- Rename proper name for dt-bindings document.

*** BLURB HERE ***

Neal Liu (3):
  usb: gadget: add Aspeed ast2600 udc driver
  ARM: dts: aspeed: Add USB2.0 device controller node
  dt-bindings: usb: add documentation for aspeed udc

 .../bindings/usb/aspeed,ast2600-udc.yaml      |   52 +
 MAINTAINERS                                   |    7 +
 arch/arm/boot/dts/aspeed-g6.dtsi              |   10 +
 drivers/usb/gadget/udc/Kconfig                |   13 +
 drivers/usb/gadget/udc/Makefile               |    1 +
 drivers/usb/gadget/udc/aspeed_udc.c           | 1601 +++++++++++++++++
 6 files changed, 1684 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml
 create mode 100644 drivers/usb/gadget/udc/aspeed_udc.c

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-05-18  3:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  8:25 [PATCH v2 0/3] add Aspeed udc driver for ast2600 Neal Liu
2022-05-17  8:25 ` [PATCH v2 1/3] usb: gadget: add Aspeed ast2600 udc driver Neal Liu
2022-05-17  8:25 ` [PATCH v2 2/3] ARM: dts: aspeed: Add USB2.0 device controller node Neal Liu
2022-05-17 11:59   ` Krzysztof Kozlowski
2022-05-17 14:50     ` Neal Liu
2022-05-17 14:53       ` Krzysztof Kozlowski
2022-05-17 15:21         ` Neal Liu
2022-05-17 15:25           ` Krzysztof Kozlowski
2022-05-17 15:32             ` Neal Liu
2022-05-17  8:25 ` [PATCH v2 3/3] dt-bindings: usb: add documentation for aspeed udc Neal Liu
2022-05-17 12:03   ` Krzysztof Kozlowski
2022-05-17 14:53     ` Neal Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).