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
F171148109: D5841.id14981.diff
Wed, Sep 9, 12:34 AM
Unknown Object (File)
Tue, Sep 8, 12:09 AM
Unknown Object (File)
Sun, Sep 6, 10:09 AM
Unknown Object (File)
Sat, Sep 5, 11:33 PM
Unknown Object (File)
Sat, Sep 5, 7:50 PM
Unknown Object (File)
Sat, Sep 5, 1:07 PM
Unknown Object (File)
Sat, Sep 5, 3:50 AM
Unknown Object (File)
Thu, Sep 3, 5:29 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 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.