History log of /openbmc/u-boot/drivers/usb/gadget/aspeed_udc.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 70552e37 20-Jul-2022 Neal Liu <neal_liu@aspeedtech.com>

usb: gadget: add Aspeed generic udc driver

Add Aspeed generic udc driver.
Separate Aspeed udc driver into udc generic device driver
and usbtty device driver.

Signed-off-by: Neal Liu <neal_liu@aspee

usb: gadget: add Aspeed generic udc driver

Add Aspeed generic udc driver.
Separate Aspeed udc driver into udc generic device driver
and usbtty device driver.

Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Change-Id: I05766208d05c477359936fe90381e91f86d03e0d

show more ...


Revision tags: v00.04.11, v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03
# 2faf051a 04-Aug-2021 neal_liu <neal_liu@aspeedtech.com>

configs: ast2600: add usb related define to support usbtty

Re-set stdout/stderr/stdin to both usbtty & serial.
The input/output works on both COM ports.

Example:
setenv usbtty cdc_acm
setenv stdout

configs: ast2600: add usb related define to support usbtty

Re-set stdout/stderr/stdin to both usbtty & serial.
The input/output works on both COM ports.

Example:
setenv usbtty cdc_acm
setenv stdout usbtty,serial@1e784000
setenv stderr usbtty,serial@1e784000
setenv stdin usbtty,serial@1e784000

Signed-off-by: neal_liu <neal_liu@aspeedtech.com>
Change-Id: I850201086228f92d38c2330d1cc7c027c9043ada

show more ...


# 93265845 04-Aug-2021 neal_liu <neal_liu@aspeedtech.com>

usb: gadget: add aspeed udc driver

Add aspeed udc driver to support usbtty.

Signed-off-by: neal_liu <neal_liu@aspeedtech.com>
Change-Id: I7b99db5b40d434a7b425479dd0b4942327341d70