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)
Tue, Mar 26, 4:02 AM
Unknown Object (File)
Mar 3 2024, 2:11 AM
Unknown Object (File)
Feb 28 2024, 10:49 AM
Unknown Object (File)
Feb 28 2024, 9:03 AM
Unknown Object (File)
Feb 3 2024, 4:12 PM
Unknown Object (File)
Feb 1 2024, 4:58 AM
Unknown Object (File)
Dec 20 2023, 2:18 AM
Unknown Object (File)
Dec 1 2023, 8: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.