Re: [PATCH 2/4] sunxi_musb: Add musb configurations of sun8i-r40

2021-06-20 Thread Andre Przywara
On Wed, 16 Jun 2021 10:33:24 +0800 qianfangui...@163.com (qianfangui...@163.com) wrote: Hi, > From: qianfan Zhao > > R40 has 8 user-configurable endpoints and 8KB FIFO for EPs. This means the MUSB controller is fully compatible to the H3, so this whole patch is not needed: > > Signed-off-by:

[PATCH 2/4] sunxi_musb: Add musb configurations of sun8i-r40

2021-06-15 Thread qianfanguijin
From: qianfan Zhao R40 has 8 user-configurable endpoints and 8KB FIFO for EPs. Signed-off-by: qianfan Zhao --- drivers/usb/musb-new/sunxi.c | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/drivers/usb/musb-new/sunxi.c b/drivers/usb/musb-new/su