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
F152913920: D5877.id14991.diff
Sat, Apr 18, 12:14 AM
Unknown Object (File)
Fri, Apr 17, 10:16 AM
Unknown Object (File)
Sun, Apr 12, 3:14 PM
Unknown Object (File)
Sun, Apr 12, 4:50 AM
Unknown Object (File)
Thu, Apr 9, 8:27 PM
Unknown Object (File)
Mon, Apr 6, 9:44 PM
Unknown Object (File)
Mon, Apr 6, 7:55 PM
Unknown Object (File)
Sun, Apr 5, 2:41 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.