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)
Tue, Apr 16, 2:55 PM
Unknown Object (File)
Fri, Apr 12, 10:19 AM
Unknown Object (File)
Dec 20 2023, 12:26 AM
Unknown Object (File)
Nov 15 2023, 1:42 AM
Unknown Object (File)
Nov 13 2023, 12:09 PM
Unknown Object (File)
Nov 5 2023, 11:10 AM
Unknown Object (File)
Oct 25 2023, 7:42 AM
Unknown Object (File)
Oct 14 2023, 3:24 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.