aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/cpufreq/dfs.c
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+2
| | | | Notes: svn path=/head/; revision=365073
* powerpc: Fix cpufreq statement scopingJustin Hibbits2019-03-081-2/+4
| | | | | | | | | | | | | The second statements on the lines are not guarded by the `if' condition. This triggers a warning with newer gcc. It's relatively harmless given the usage, but incorrect. Instead, wrap the statements so they're properly guarded. Reported by: powerpc64-gcc xtoolchain MFC after: 1 week Notes: svn path=/head/; revision=344915
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326261
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-061-2/+0
| | | | | | | | | (devel/cppcheck, http://sourceforge.net/projects/cppcheck) run. Approved by: nwhitehorn (mentor) Notes: svn path=/head/; revision=217065
* Introduce support for cpufreq on PowerPC with the dynamic frequencyNathan Whitehorn2009-05-311-0/+230
switching capabilities of the MPC7447A and MPC7448. Notes: svn path=/head/; revision=193156