From 053a05e049a1cf1147532fbbc1441c5b812025a5 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 14 Jul 2021 12:25:59 -0500 Subject: kernel-5.13.2-0 * Wed Jul 14 2021 Justin M. Forbes [5.13.2-0] - platform/x86: amd-pmc: Use return code on suspend (Mario Limonciello) - ACPI: PM: Only mark EC GPE for wakeup on Intel systems (Mario Limonciello) - platform/x86: amd-pmc: Add new acpi id for future PMC controllers (Shyam Sundar S K) - platform/x86: amd-pmc: Add support for ACPI ID AMDI0006 (Shyam Sundar S K) - amd-pmc: Add support for logging s0ix counters (Shyam Sundar S K) - platform/x86: amd-pmc: Add support for logging SMU metrics (Shyam Sundar S K) - platform/x86: amd-pmc: call dump registers only once (Shyam Sundar S K) - platform/x86: amd-pmc: Fix SMU firmware reporting mechanism (Shyam Sundar S K) - platform/x86: amd-pmc: Fix command completion code (Shyam Sundar S K) - ACPI: PM: Adjust behavior for field problems on AMD systems (Mario Limonciello) - ACPI: PM: s2idle: Add support for new Microsoft UUID (Pratik Vishwakarma) - ACPI: PM: s2idle: Add support for multiple func mask (Pratik Vishwakarma) - ACPI: PM: s2idle: Refactor common code (Pratik Vishwakarma) - ACPI: PM: s2idle: Use correct revision id (Pratik Vishwakarma) - ACPI: PM: s2idle: Add missing LPS0 functions for AMD (Alex Deucher) - ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hint (Mario Limonciello) - ACPI: Check StorageD3Enable _DSD property in ACPI code (Mario Limonciello) - nvme-pci: look for StorageD3Enable on companion ACPI device instead (Mario Limonciello) - ACPI: processor idle: Fix up C-state latency if not ordered (Mario Limonciello) - Revert "drm/rockchip: remove existing generic drivers to take over the device" (Justin M. Forbes) - all: unify and cleanup i2c TPM2 modules (Peter Robinson) - tpm_tis_spi: add missing SPI device ID entries (Javier Martinez Canillas) - drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) - arm64: dts: rockchip: disable USB type-c DisplayPort (Jian-Hong Pan) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel-x86_64-fedora.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel-x86_64-fedora.config') diff --git a/kernel-x86_64-fedora.config b/kernel-x86_64-fedora.config index 3103ef3ea..e1e689cd4 100644 --- a/kernel-x86_64-fedora.config +++ b/kernel-x86_64-fedora.config @@ -6515,10 +6515,10 @@ CONFIG_TCG_ATMEL=m CONFIG_TCG_CRB=y CONFIG_TCG_INFINEON=m CONFIG_TCG_NSC=m -# CONFIG_TCG_TIS_I2C_ATMEL is not set +CONFIG_TCG_TIS_I2C_ATMEL=m # CONFIG_TCG_TIS_I2C_CR50 is not set -# CONFIG_TCG_TIS_I2C_INFINEON is not set -# CONFIG_TCG_TIS_I2C_NUVOTON is not set +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TIS_I2C_NUVOTON=m CONFIG_TCG_TIS_SPI_CR50=y CONFIG_TCG_TIS_SPI=m # CONFIG_TCG_TIS_ST33ZP24_I2C is not set -- cgit