aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/mediatek/mtk_sysctl.c
Commit message (Collapse)AuthorAgeFilesLines
* This revision adds the following parts:Stanislav Galabov2016-04-071-0/+191
- machine dependent low level init code - SoC clocks detection and some utility functions - Common interface to read/write/modify SoC system control registers, used by some of the other drivers and utility functions - simple FDT resets support, based on the fdt_clock implementation already in the tree. For the moment resets and clocks are managed using these implementations. I am planning to port those to the new extres framework in the future, but currently I simply don't have time to do this part too. Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5826 Notes: svn path=/head/; revision=297666