All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] add Aspeed udc driver for ast2600
@ 2022-05-18  6:20 ` Neal Liu
  0 siblings, 0 replies; 38+ messages in thread
From: Neal Liu @ 2022-05-18  6:20 UTC (permalink / raw)
  To: linux-aspeed

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


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

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

Thread overview: 38+ 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 ` Neal Liu
2022-05-18  6:20 ` Neal Liu
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
2022-05-18  6:20   ` Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-19 15:56   ` Greg Kroah-Hartman
2022-05-19 15:56     ` Greg Kroah-Hartman
2022-05-19 15:56     ` Greg Kroah-Hartman
2022-05-19 15:56     ` Greg Kroah-Hartman
2022-05-20  2:29     ` Neal Liu
2022-05-20  2:29       ` Neal Liu
2022-05-20  2:29       ` Neal Liu
2022-05-20  5:44       ` Greg Kroah-Hartman
2022-05-20  5:44         ` Greg Kroah-Hartman
2022-05-20  5:44         ` Greg Kroah-Hartman
2022-05-20  5:44         ` Greg Kroah-Hartman
2022-05-20  5:45         ` Neal Liu
2022-05-20  5:45           ` Neal Liu
2022-05-20  5:45           ` Neal Liu
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   ` Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-18  6:20 ` [PATCH v3 3/3] dt-bindings: usb: add documentation for aspeed udc Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-18  6:20   ` Neal Liu
2022-05-19 15:56 ` [PATCH v3 0/3] add Aspeed udc driver for ast2600 Greg Kroah-Hartman
2022-05-19 15:56   ` Greg Kroah-Hartman
2022-05-19 15:56   ` Greg Kroah-Hartman
2022-05-19 15:56   ` Greg Kroah-Hartman
2022-05-20  2:31   ` Neal Liu
2022-05-20  2:31     ` Neal Liu
2022-05-20  2:31     ` 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.