Page MenuHomeFreeBSD

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

Authored by sgalabov on Apr 4 2016, 3:27 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Apr 21, 1:50 AM
Unknown Object (File)
Fri, Apr 12, 10:23 AM
Unknown Object (File)
Dec 23 2023, 12:27 AM
Unknown Object (File)
Nov 13 2023, 12:10 PM
Unknown Object (File)
Oct 25 2023, 8:04 AM
Unknown Object (File)
Sep 25 2023, 7:16 PM
Unknown Object (File)
Sep 11 2023, 5:53 PM
Unknown Object (File)
Aug 27 2023, 7:31 AM
Subscribers

Details

Summary

This revision adds the following to the Mediatek/Ralink support:

  • mtk_clock.c - initial support for "clocks" FDT property, currently based on fdt_clock
  • mtk_reset.c - initial support for "resets" FDT property, currently based on the fdt_reset interface from D5826
  • mtk_pinctrl.c - initial support for "pinctrl,bits" functionality via FDT. May be extended in the future to cover a better and fuller pinctrl implementation

These drivers depend on functionality in D5826 and the rest of the Mediatek/Ralink support uses these to enable/disable clocks and assert/deassert resets for the respective SoC peripherals we will add support for with the current revision series.

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 #2.
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.
This revision is now accepted and ready to land.Apr 4 2016, 10:56 PM
This revision was automatically updated to reflect the committed changes.