Page MenuHomeFreeBSD

Initial import of Ralink/Mediatek MIPS SoC support #5
ClosedPublic

Authored by sgalabov on Apr 5 2016, 1:30 PM.
Tags
Referenced Files
Unknown Object (File)
Thu, Nov 6, 11:07 PM
Unknown Object (File)
Sat, Oct 25, 7:12 PM
Unknown Object (File)
Sat, Oct 25, 7:12 PM
Unknown Object (File)
Sat, Oct 25, 7:12 PM
Unknown Object (File)
Sat, Oct 25, 12:49 PM
Unknown Object (File)
Oct 12 2025, 3:05 AM
Unknown Object (File)
Sep 18 2025, 1:40 AM
Unknown Object (File)
Sep 15 2025, 2:16 AM
Subscribers

Details

Summary

USB support

This revision adds USB (EHCI/OHCI/OTG, depending on SoC type) support for various Ralink/Mediatek SoCs.
Currently USB is not supported on MT7621, this will be a future addition.

A USB PHY driver is also included, so that we can properly initialize the USB PHY (e.g., clocks, resets, registers where needed), before attempting to initialize EHCI/OHCI/OTG functionality.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sgalabov retitled this revision from to Initial import of Ralink/Mediatek MIPS SoC support #5.
sgalabov updated this object.
sgalabov edited the test plan for this revision. (Show Details)
sgalabov added a reviewer: adrian.
sgalabov set the repository for this revision to rS FreeBSD src repository - subversion.
sgalabov added a project: MIPS.
adrian edited edge metadata.
adrian added inline comments.
sys/mips/mediatek/mtk_dotg.c
140 ↗(On Diff #14889)

heh, just remove code that's for pre-11 :-)

This revision is now accepted and ready to land.Apr 5 2016, 4:19 PM
This revision was automatically updated to reflect the committed changes.