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, Feb 16, 5:11 PM
Unknown Object (File)
Sun, Feb 9, 12:13 AM
Unknown Object (File)
Sat, Feb 8, 8:48 AM
Unknown Object (File)
Jan 6 2025, 7:58 PM
Unknown Object (File)
Jan 3 2025, 11:40 PM
Unknown Object (File)
Dec 30 2024, 4:11 AM
Unknown Object (File)
Dec 21 2024, 1:59 AM
Unknown Object (File)
Nov 29 2024, 10:30 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.