summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2023-08-10 08:49:36 +0300
committerJoel Stanley <joel@jms.id.au>2023-08-10 10:43:51 +0300
commit031d69eb32c520f9a066ad5dc95ff0d3df045573 (patch)
tree6f995e8eea7430e62ca1486bbd12dde16973ccf1
parent855d003a5b81a2c78ddb770a94d05848ed188bc2 (diff)
downloadopenbmc-031d69eb32c520f9a066ad5dc95ff0d3df045573.tar.xz
linux-aspeed: FSI updates, Rainier TPM
Eddie James (10): fsi: sbefifo: Add configurable in-command timeout fsi: sbefifo: Remove limits on user-specified read timeout fsi: core: Add trace events for scan and unregister fsi: core: Fix legacy minor numbering fsi: core: Switch to ida_alloc/free fsi: Improve master indexing ARM: dts: aspeed: Add P10 FSI descriptions ARM: dts: aspeed: everest: Reorganise FSI description fsi: Improve master indexing fsi: Lock mutex for master device registration Joel Stanley (3): ARM: dts: aspeed: bonnell: Reorganise FSI description ARM: dts: aspeed: rainier: Reorganise FSI description ARM: dts: aspeed: everest: Move common devices up Juerg Haefliger (1): fsi: master-ast-cf: Add MODULE_FIRMWARE macro Lakshmi Yadlapati (1): ARM: dts: aspeed: rainier: Remove TPM device Randy Dunlap (1): docs: ABI: fix spelling/grammar in SBEFIFO timeout interface Rob Herring (3): of/address: Add of_property_read_reg() helper fsi: Explicitly include correct DT includes fsi: Use of_property_read_reg() to parse "reg" Yu Zhe (1): fsi: fix some spelling mistakes in comment Change-Id: Ib2a5d1c974005b2aaff5acf50fb0ea80d8416da7 Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
index 09badc9583..b091d6cd8e 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-6.1"
LINUX_VERSION ?= "6.1.34"
-SRCREV="f3da08f076aeb28487ab6e525fc7926d3c0d34c4"
+SRCREV="590fe802609282b4f0a8b17b022f7b22779188df"
require linux-aspeed.inc