linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] add Aspeed udc driver for ast2600
@ 2022-05-13  6:57 Neal Liu
  2022-05-13  6:57 ` [PATCH 1/3] usb: gadget: add Aspeed ast2600 udc driver Neal Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Neal Liu @ 2022-05-13  6:57 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, BMC-SW

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

*** 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

 .../devicetree/bindings/usb/aspeed,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           | 1594 +++++++++++++++++
 6 files changed, 1677 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/aspeed,udc.yaml
 create mode 100644 drivers/usb/gadget/udc/aspeed_udc.c

-- 
2.25.1


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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  6:57 [PATCH 0/3] add Aspeed udc driver for ast2600 Neal Liu
2022-05-13  6:57 ` [PATCH 1/3] usb: gadget: add Aspeed ast2600 udc driver Neal Liu
2022-05-13 11:03   ` kernel test robot
2022-05-16 10:21   ` kernel test robot
2022-05-16 10:21   ` kernel test robot
2022-05-16 18:28   ` kernel test robot
2022-05-13  6:57 ` [PATCH 2/3] ARM: dts: aspeed: Add USB2.0 device controller node Neal Liu
2022-05-13  6:57 ` [PATCH 3/3] dt-bindings: usb: add documentation for aspeed udc Neal Liu
2022-05-13  9:07   ` Krzysztof Kozlowski
2022-05-13 15:39     ` Neal Liu
2022-05-14 20:21       ` Krzysztof Kozlowski
2022-05-16  1:59         ` Neal Liu
2022-05-16  5:54           ` Krzysztof Kozlowski
2022-05-16  6:00             ` 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).