aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* cpufreq_dt: Find the closest frequencyEmmanuel Vadot2023-09-081-6/+15
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cpufreq: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-062-5/+4
* cpufreq: dt: Plug set but not used variableEmmanuel Vadot2022-02-211-3/+0
* cpufreq: Support operating-mode-v2 tables with no voltagesAdrian Chadd2021-12-141-62/+116
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-251-1/+2
* cpufreq: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* coufreq_dt: Rename DEBUG to DPRINTFEmmanuel Vadot2020-06-091-22/+23
* cpufreq: Unbreak build.Emmanuel Vadot2020-03-091-1/+2
* cpufreq_dt: Fix r358555Emmanuel Vadot2020-03-091-1/+1
* cpufreq_dt: Improve multiple opp supportEmmanuel Vadot2020-03-021-5/+28
* cpufreq_dt: Do not fetch again hw.ncpuEmmanuel Vadot2019-12-031-6/+4
* cpufreq_dt: Do not attach the device if the cpu isn't presentEmmanuel Vadot2019-12-031-2/+9
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* Improve cpufreq_dt.Michal Meloun2019-03-191-18/+40
* cpufreq_dt: Add operating-points-v2 supportEmmanuel Vadot2018-07-191-63/+227
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add generic device-tree cpufreq driver.Jared McNeill2016-09-061-0/+360
* Add a quirk to disable this driver for certain older laptops with an ICH2John Baldwin2013-02-261-4/+17
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Attach the cpufreq child devices with specific orders to enforce relativeJohn Baldwin2008-08-131-1/+1
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsJohn Baldwin2008-03-101-61/+50
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Only activate ICH speedstep if we're going to use it. No bugs were observedNate Lawson2005-03-201-9/+9
* Make a pass through all drivers checking specs for desired behavior onNate Lawson2005-02-271-1/+5
* Support disabling individual cpufreq drivers with hints, e.g.,Nate Lawson2005-02-221-0/+3
* Don't attach ichss if est is present. On systems that seem to support both,Nate Lawson2005-02-201-2/+6
* Introduce a new method, cpufreq_drv_type(), that returns the type of theNate Lawson2005-02-181-9/+18
* Fix the check for acpi_perf(4) so that we verify if it is fully attachedNate Lawson2005-02-171-4/+14
* Use intr_disable/restore() instead of disable_intr() since the latter isNate Lawson2005-02-051-2/+3
* Don't rely on indirect inclusion of machine/bus.h to useWarner Losh2005-02-041-0/+1
* Add a cpufreq driver for the SpeedStep capability in the ICH chipset. ThisNate Lawson2005-02-041-0/+372