From 5f4109adae05f4d6925bfe960007d52f98c61086 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 14 Jan 2022 14:19:37 +1030 Subject: linux-aspeed: TPM TIS I2C driver, mp5023, reset-cause-pinhole MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amir Mizinski (5): tpm_tis: Fix expected bit handling tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()" tpm: tpm_tis: Verify TPM_STS register is valid after locality request tpm: tpm_tis: Add tpm_tis_i2c driver tpm: Add YAML schema for TPM TIS I2C options Andrew Geissler (2): ARM: dts: aspeed: rainier: add reset-cause-pinhole ARM: dts: aspeed: everest: add reset-cause-pinhole Chen Jun (1): tpm: add request_locality before write TPM_INT_ENABLE Christophe Jaillet (1): tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' Howard Chiu (邱冠睿) (1): hwmon: (pmbus) Add support for MPS Multi-phase mp5023 Joel Stanley (2): ARM: configs: aspeed_g5: Add mp5023 driver ARM: config: aspeed_g5: Add TPM TIS I2C driver Patrick Williams (1): tpm: fix NPE on probe for missing device Change-Id: Ie6ef09e03df8bc44ef70d900a4fc3b874e1d6688 Signed-off-by: Joel Stanley --- meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-aspeed') diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index f90c6278c6..cc2812557d 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.15" LINUX_VERSION ?= "5.15.10" -SRCREV="dd1e40cecc7ca43ce22552e380bbc00b720575f5" +SRCREV="2df0c7463236a6e19f020b0879285cac0e60c2f0" require linux-aspeed.inc -- cgit v1.2.3