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
F82895451: D5841.diff
Fri, May 3, 5:02 PM
Unknown Object (File)
Sun, Apr 28, 3:12 PM
Unknown Object (File)
Sun, Apr 28, 2:58 PM
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
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 Skipped
Unit
Tests Skipped

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

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.