Page MenuHomeFreeBSD

Improve and make it more general RockChip USB2PHY driver.Add support for RockChip RK356X SoC.
AbandonedPublic

Authored by ganbold on Aug 28 2022, 4:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:21 AM
Unknown Object (File)
Nov 22 2023, 10:17 PM
Unknown Object (File)
Nov 8 2023, 9:48 AM
Unknown Object (File)
Oct 7 2023, 8:44 AM
Unknown Object (File)
Sep 20 2023, 10:15 AM
Unknown Object (File)
May 4 2023, 4:15 PM
Unknown Object (File)
Mar 5 2023, 5:56 PM
Unknown Object (File)
Feb 27 2023, 9:37 PM

Details

Reviewers
manu

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/arm64/rockchip/rk_usb2phy.c
136

What are those magic numbers ? Can we have some defines for them ?

ganbold retitled this revision from Improve and make it more general RockChip USB2PHY driver. Add support for RockChip RK356X SoC. to Improve and make it more general RockChip USB2PHY driver.Add support for RockChip RK356X SoC..

Updated accordingly.

sys/arm64/rockchip/rk_usb2phy.c
163

This doesn't look correct.
For RK3399 bit 0 is for USB3 while bit 1 is for usb2.
For RK356x I'm not sure what you want to do.
For both I don't think that you right to the correct location.

This comment was removed by ganbold.
sys/arm64/rockchip/rk_usb2phy.c
163

This doesn't look correct.
For RK3399 bit 0 is for USB3 while bit 1 is for usb2.
For RK356x I'm not sure what you want to do.
For both I don't think that you right to the correct location.

@sos can you comment on this?

thanks,