Page MenuHomeFreeBSD

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

Authored by sgalabov on Apr 7 2016, 2:49 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Apr 20, 1:30 PM
Unknown Object (File)
Sun, Apr 20, 12:42 PM
Unknown Object (File)
Sun, Apr 20, 12:11 PM
Unknown Object (File)
Sun, Apr 20, 12:07 PM
Unknown Object (File)
Sun, Apr 20, 11:32 AM
Unknown Object (File)
Sat, Apr 19, 4:09 AM
Unknown Object (File)
Fri, Apr 18, 11:05 PM
Unknown Object (File)
Mon, Apr 14, 3:20 PM
Subscribers

Details

Summary

GPIO controller drivers import.

As with other Ralink/Mediatek work, there are 2 versions of the GPIO controller driver, depending on the type of SoC.
This revision introduces initial support for these.

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 #6.
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.
sgalabov retitled this revision from Initial import of Ralink/Mediatek MIPS SoC support #6 to Initial import of Ralink/Mediatek MIPS SoC support #7.Apr 7 2016, 2:53 PM
adrian edited edge metadata.
adrian added inline comments.
sys/mips/mediatek/mtk_gpio_v1.c
457 ↗(On Diff #14990)

ok, so as long as the pin can't change input<->output during runtime, then yeah, we don't have to protect it by a lock!

This revision is now accepted and ready to land.Apr 7 2016, 2:55 PM
This revision was automatically updated to reflect the committed changes.