All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add Aspeed udc driver for ast2600
@ 2022-05-17  8:25 ` Neal Liu
  0 siblings, 0 replies; 36+ 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


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

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

Thread overview: 36+ 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 ` Neal Liu
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
2022-05-17  8:25   ` Neal Liu
2022-05-17  8:25   ` 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  8:25   ` Neal Liu
2022-05-17  8:25   ` Neal Liu
2022-05-17 11:59   ` Krzysztof Kozlowski
2022-05-17 11:59     ` Krzysztof Kozlowski
2022-05-17 11:59     ` Krzysztof Kozlowski
2022-05-17 14:50     ` Neal Liu
2022-05-17 14:50       ` Neal Liu
2022-05-17 14:50       ` Neal Liu
2022-05-17 14:53       ` Krzysztof Kozlowski
2022-05-17 14:53         ` Krzysztof Kozlowski
2022-05-17 14:53         ` Krzysztof Kozlowski
2022-05-17 15:21         ` Neal Liu
2022-05-17 15:21           ` Neal Liu
2022-05-17 15:21           ` Neal Liu
2022-05-17 15:25           ` Krzysztof Kozlowski
2022-05-17 15:25             ` Krzysztof Kozlowski
2022-05-17 15:25             ` Krzysztof Kozlowski
2022-05-17 15:32             ` Neal Liu
2022-05-17 15:32               ` Neal Liu
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  8:25   ` Neal Liu
2022-05-17  8:25   ` Neal Liu
2022-05-17 12:03   ` Krzysztof Kozlowski
2022-05-17 12:03     ` Krzysztof Kozlowski
2022-05-17 12:03     ` Krzysztof Kozlowski
2022-05-17 14:53     ` Neal Liu
2022-05-17 14:53       ` Neal Liu
2022-05-17 14:53       ` Neal Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.