This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8cd26fd90c1a Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/sc [...] new 03cea821b82c platform/x86/amd: pmf: Decrease error message to debug new ed13f622bcd5 platform/x86/amd: pmf: Add infrastructure for quirking sup [...] new 9d893061ed68 platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14 new d8c2d38c4d1d platform/x86: ISST: Add Granite Rapids-D to HPM CPU list new bc774d46b414 platform/x86/intel-uncore-freq: Increase minor number support new f609e7b1b49e platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes new c2d88559121b Merge tag 'platform-drivers-x86-v6.9-3' of git://git.kerne [...] new e871abcda3b6 random: handle creditable entropy from atomic process context new 3aadf100f93d Revert "vmgenid: emit uevent when VMGENID updates" new e4add02086a6 Merge tag 'random-6.9-rc5-for-linus' of git://git.kernel.o [...] new 0c3b532ad3fb gpio: wcove: Use -ENOTSUPP consistently new ace0ebe5c98d gpio: crystalcove: Use -ENOTSUPP consistently new e43c2feb8f32 Merge tag 'intel-gpio-v6.9-1' of git://git.kernel.org/pub/ [...] new 11baa36d3173 gpio: lpc32xx: fix module autoloading new 69ffed4b6252 gpiolib: swnode: Remove wrong header inclusion new 360a348fd7fe Merge tag 'gpio-fixes-for-v6.9-rc5' of git://git.kernel.or [...]
The 16 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: drivers/char/random.c | 10 ++--- drivers/gpio/gpio-crystalcove.c | 2 +- drivers/gpio/gpio-lpc32xx.c | 1 + drivers/gpio/gpio-wcove.c | 2 +- drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 ++++ drivers/platform/x86/amd/pmf/Makefile | 2 +- drivers/platform/x86/amd/pmf/acpi.c | 7 ++- drivers/platform/x86/amd/pmf/core.c | 1 + drivers/platform/x86/amd/pmf/pmf-quirks.c | 51 ++++++++++++++++++++++ drivers/platform/x86/amd/pmf/pmf.h | 3 ++ .../x86/intel/speed_select_if/isst_if_common.c | 1 + .../intel/uncore-frequency/uncore-frequency-tpmi.c | 4 +- drivers/virt/vmgenid.c | 2 - include/linux/gpio/property.h | 1 - 14 files changed, 81 insertions(+), 15 deletions(-) create mode 100644 drivers/platform/x86/amd/pmf/pmf-quirks.c