This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 19ca0d8a433f Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/s [...] new 43cad521c6d2 tools/power/cpupower: Fix Pstate frequency reporting on AM [...] new 1ae088232bc9 Merge tag 'linux-cpupower-6.10-rc2' of git://git.kernel.or [...] new 779b8a14afde cpufreq: amd-pstate: remove global header file new e4731baaf294 cpufreq: amd-pstate: Fix the inconsistency in max frequency units new 1e24c3135178 cpufreq: intel_pstate: Fix unchecked HWP MSR access new 9b7e7ff0fe44 Merge branch 'pm-cpufreq' new 64c6a36d79a9 Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/li [...] new ac62f52138f7 ACPI: AC: Properly notify powermanagement core about changes new f6f172dc6a6d ACPI: EC: Abort address space access upon error new c4bd7f1d7834 ACPI: EC: Avoid returning AE_OK on errors in address space [...] new 7ff6c798eca0 ACPI: APEI: EINJ: Fix einj_dev release leak new c7a509678173 PNP: Make dev_is_pnp() to be a function and export it for modules new edcde848c01e PNP: Hide pnp_bus_type from the non-PNP code new 1bfc0835d40c Merge branches 'acpi-ec', 'acpi-apei' and 'pnp' new 553352597d1c Merge tag 'acpi-6.10-rc3' of git://git.kernel.org/pub/scm/ [...] new 9e69acc1de30 thermal/debugfs: Print initial trip temperature and hyster [...] new 5a599e10e53d thermal/debugfs: Allow tze_seq_show() to print statistics [...] new cb573eec609c thermal: core: Introduce thermal_trip_crossed() new ae2170d6ea96 thermal: trip: Trigger trip down notifications when trips [...] new 2df0193e62cf Merge tag 'thermal-6.10-rc3' of git://git.kernel.org/pub/s [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 1 - drivers/acpi/ac.c | 4 +-- drivers/acpi/apei/einj-core.c | 2 +- drivers/acpi/ec.c | 9 +++++-- drivers/acpi/sbs.c | 4 +-- drivers/cpufreq/amd-pstate-ut.c | 3 ++- drivers/cpufreq/amd-pstate.c | 36 +++++++++++++++++++++++-- {include/linux => drivers/cpufreq}/amd-pstate.h | 33 ----------------------- drivers/cpufreq/intel_pstate.c | 3 ++- drivers/pnp/base.h | 1 + drivers/pnp/driver.c | 6 +++++ drivers/thermal/thermal_core.c | 35 +++++++++++++++++------- drivers/thermal/thermal_core.h | 2 ++ drivers/thermal/thermal_debugfs.c | 18 ++++++++----- drivers/thermal/thermal_trip.c | 20 ++++++++------ include/linux/pnp.h | 6 ++--- tools/power/cpupower/utils/helpers/amd.c | 26 +++++++++++++++--- 17 files changed, 132 insertions(+), 77 deletions(-) rename {include/linux => drivers/cpufreq}/amd-pstate.h (82%)