summaryrefslogtreecommitdiff
path: root/sys/dev/cpufreq
AgeCommit message (Expand)Author
2025-12-03ofw: Fix 64-bit arithmetic in cpufreq_dt.c.Michal Meloun
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-01-10riscv: enable cpufreq_dt driverMitchell Horne
2024-01-10regulator: Move regulator code in dev/regulatorEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-08cpufreq_dt: Find the closest frequencyEmmanuel Vadot
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06cpufreq: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-21cpufreq: dt: Plug set but not used variableEmmanuel Vadot
2021-12-14cpufreq: Support operating-mode-v2 tables with no voltagesAdrian Chadd
2021-09-24Make CPU children explicitly share parent unit numbers.Alexander Motin
2020-09-01cpufreq: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-09coufreq_dt: Rename DEBUG to DPRINTFEmmanuel Vadot
2020-03-09cpufreq: Unbreak build.Emmanuel Vadot
2020-03-09cpufreq_dt: Fix r358555Emmanuel Vadot
2020-03-02cpufreq_dt: Improve multiple opp supportEmmanuel Vadot
2019-12-03cpufreq_dt: Do not fetch again hw.ncpuEmmanuel Vadot
2019-12-03cpufreq_dt: Do not attach the device if the cpu isn't presentEmmanuel Vadot
2019-12-03Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot
2019-03-19Improve cpufreq_dt.Michal Meloun
2018-07-19cpufreq_dt: Add operating-points-v2 supportEmmanuel Vadot
2018-04-09Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-06Add generic device-tree cpufreq driver.Jared McNeill
2013-02-26Add a quirk to disable this driver for certain older laptops with an ICH2John Baldwin
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2008-08-13Attach the cpufreq child devices with specific orders to enforce relativeJohn Baldwin
2008-03-10Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsJohn Baldwin
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-03-20Only activate ICH speedstep if we're going to use it. No bugs were observedNate Lawson
2005-02-27Make a pass through all drivers checking specs for desired behavior onNate Lawson
2005-02-22Support disabling individual cpufreq drivers with hints, e.g.,Nate Lawson
2005-02-20Don't attach ichss if est is present. On systems that seem to support both,Nate Lawson
2005-02-18Introduce a new method, cpufreq_drv_type(), that returns the type of theNate Lawson
2005-02-17Fix the check for acpi_perf(4) so that we verify if it is fully attachedNate Lawson
2005-02-05Use intr_disable/restore() instead of disable_intr() since the latter isNate Lawson
2005-02-04Don't rely on indirect inclusion of machine/bus.h to useWarner Losh
2005-02-04Add a cpufreq driver for the SpeedStep capability in the ICH chipset. ThisNate Lawson