linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] add Aspeed udc driver for ast2600
@ 2022-05-18  6:20 Neal Liu
  2022-05-18  6:20 ` [PATCH v3 1/3] usb: gadget: add Aspeed ast2600 udc driver Neal Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Neal Liu @ 2022-05-18  6:20 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 v2:
- Rename device tree nodes.
- Fix unusual indentation.

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] 8+ messages in thread

end of thread, other threads:[~2022-05-21  4:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-18  6:20 [PATCH v3 0/3] add Aspeed udc driver for ast2600 Neal Liu
2022-05-18  6:20 ` [PATCH v3 1/3] usb: gadget: add Aspeed ast2600 udc driver Neal Liu
2022-05-19 15:56   ` Greg Kroah-Hartman
     [not found]     ` <HK0PR06MB32020AEF88CFFD4296762B2880D39@HK0PR06MB3202.apcprd06.prod.outlook.com>
2022-05-20  5:44       ` Greg Kroah-Hartman
2022-05-20  5:45         ` Neal Liu
2022-05-18  6:20 ` [PATCH v3 2/3] ARM: dts: aspeed: Add USB2.0 device controller node Neal Liu
2022-05-18  6:20 ` [PATCH v3 3/3] dt-bindings: usb: add documentation for aspeed udc Neal Liu
2022-05-19 15:56 ` [PATCH v3 0/3] add Aspeed udc driver for ast2600 Greg Kroah-Hartman

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).