+3
−18
+83
−87
+0
−10
+0
−65
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
All other host controllers who want aligned buffers for DMA do it a certain way. Let's do that too instead of working behind the USB core's back. This makes our interrupt handler not take forever and also rips out a lot of code, simplifying things a bunch. This also has the side effect of removing the 65535 max transfer size limit. NOTE: The actual code to allocate the aligned buffers is ripped almost completely from the tegra EHCI driver. At some point in the future we may want to add this functionality to the USB core to share more code everywhere. Signed-off-by:Douglas Anderson <dianders@chromium.org> Acked-by:
John Youn <johnyoun@synopsys.com> Tested-by:
Heiko Stuebner <heiko@sntech.de> Tested-by:
John Youn <johnyoun@synopsys.com> Tested-by:
Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by:
Felipe Balbi <balbi@kernel.org>
CRA Git | Maintained and supported by SUSTech CRA and CCSE