All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.4 0/2] aspeed-g6: enable usb support
@ 2020-01-16 23:25 rentao.bupt
  2020-01-16 23:25 ` [PATCH linux dev-5.4 1/2] usb: gadget: aspeed: add ast2600 vhub support rentao.bupt
  2020-01-16 23:25 ` [PATCH linux dev-5.4 2/2] ARM: dts: aspeed-g6: add usb functions rentao.bupt
  0 siblings, 2 replies; 8+ messages in thread
From: rentao.bupt @ 2020-01-16 23:25 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery, taoren, openbmc; +Cc: Tao Ren

From: Tao Ren <rentao.bupt@gmail.com>

The patch series aims at enabling USB Host and Gadget support on AST2600
platforms.

Patch #1 enables AST2600 support in aspeed-vhub gadget driver, and patch
#2 add USB function pins and devices in aspeed-g6 dtsi files.

The patch series has been sanity tested on AST2600-A0 eval board by:
  a) setting USB port A as vhub and creating 7 gadget devices: all the
     7 devices can be enumerated from another Linux USB Host.
  b) setting USB port B as EHCI and connecting a USB flash drive: the
     USB flash drive can be enumerated successfully.


Tao Ren (2):
  usb: gadget: aspeed: add ast2600 vhub support
  ARM: dts: aspeed-g6: add usb functions

 arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi   | 25 +++++++++++++
 arch/arm/boot/dts/aspeed-g6.dtsi           | 43 ++++++++++++++++++++++
 drivers/usb/gadget/udc/aspeed-vhub/Kconfig |  4 +-
 drivers/usb/gadget/udc/aspeed-vhub/core.c  | 25 +++++--------
 drivers/usb/gadget/udc/aspeed-vhub/vhub.h  | 32 ++++++++++++----
 5 files changed, 103 insertions(+), 26 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-01-17  0:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-16 23:25 [PATCH linux dev-5.4 0/2] aspeed-g6: enable usb support rentao.bupt
2020-01-16 23:25 ` [PATCH linux dev-5.4 1/2] usb: gadget: aspeed: add ast2600 vhub support rentao.bupt
2020-01-16 23:43   ` Andrew Jeffery
2020-01-16 23:57     ` Tao Ren
2020-01-17  0:15       ` Andrew Jeffery
2020-01-16 23:25 ` [PATCH linux dev-5.4 2/2] ARM: dts: aspeed-g6: add usb functions rentao.bupt
2020-01-16 23:56   ` Andrew Jeffery
2020-01-17  0:00     ` Tao Ren

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.