summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-06-27 13:32:20 +0930
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-22 00:28:59 +0000
commita05553a8b14b9fcaf1fd9f0e40cfb7dd5a1a887b (patch)
tree98ccc2fbaf9b870de4e8ccb7091cb40b6683ad82
parent054e886c1d2537a70b27e5315045a199107c59e6 (diff)
downloadtalos-openbmc-a05553a8b14b9fcaf1fd9f0e40cfb7dd5a1a887b.tar.gz
talos-openbmc-a05553a8b14b9fcaf1fd9f0e40cfb7dd5a1a887b.zip
kernel: Use new FSI chardev system
The kernel has changed how the character devices are allocated by the fsi driver. All of the in-tree users of fsi have been updated to use this new system. The changes include an optional feature improve the layout of userspace API. This is controlled by the CONFIG_FSI_NEW_DEV_NODE option, which we do not set yet. Benjamin Herrenschmidt (14): fsi: sbefifo: Fix inconsistent use of ffdc mutex fsi: Add support for device-tree provided chip IDs fsi: master-ast-cf: Fix build warnings on 64-bit platforms fsi: master-ast-cf: Mask unused bits in RTAG/RCRC fsi: master-ast-cf: Rename dump_trace() to avoid name collision fsi: Add new central chardev support fsi: sbefifo: Convert to use the new chardev fsi: scom: Convert to use the new chardev fsi: Add cfam char devices fsi: Prevent multiple concurrent rescans fsi: scom: Fix NULL dereference fsi: sbefifo: Bump max command length fsi: occ: Convert to use the new chardev arm: dts: aspeed: Change how power9 chips are represented on OpenPower Gustavo A. R. Silva (1): fsi: master-ast-cf: Fix memory leak Joel Stanley (1): fsi: sbefifo: Remove unnecessary mutex unlock Change-Id: I1201a7e6317776ab6bb4f4307b95d388defd66ee Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
index a59015b2d..bb20e9087 100644
--- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
+++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-4.17"
LINUX_VERSION ?= "4.17.14"
-SRCREV="d5fe19c8442d257575feec0533ccb52e34ee733d"
+SRCREV="e940071aef51233f75d72bad45d0b44eaef1ea93"
require linux-aspeed.inc
OpenPOWER on IntegriCloud