diff options
author | Joel Stanley <joel@jms.id.au> | 2017-09-12 18:03:19 +1000 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-13 14:20:08 +0000 |
commit | 056770df460334d52dbaae3ba1bb5a7f3fb58619 (patch) | |
tree | 579c4a656473c8613564b5262b9a4157343efb8e /meta-phosphor/common/recipes-kernel/linux | |
parent | 3e11e814e6e96f6853d6a37648b915c8d027388a (diff) | |
download | talos-openbmc-056770df460334d52dbaae3ba1bb5a7f3fb58619.tar.gz talos-openbmc-056770df460334d52dbaae3ba1bb5a7f3fb58619.zip |
kernel: ucd9000 debugfs additions, Zaius EVT3 support
Christopher Bostic (3):
hwmon: (ucd9000) Add gpio chip interface
hwmon: (ucd9000) Add debugfs to list mfr_status info
fsi: core: Remove more spam FSI prints to console
Robert Lippert (2):
ARM: dts: aspeed: add LPC snoop device bindings for ASPEED G5
ARM: dts: aspeed: zaius: enable port 80h snoop
Xo Wang (5):
hwmon: (pmbus/lm25066) Offset coefficient depends on CL
hwmon: (pmbus/lm25066) Add support for TI LM5066I
ARM: dts: aspeed: zaius: Use LM5066I driver for hotswap
ARM: dts: aspeed: zaius: Update hotswap controller address for EVT3
ARM: dts: aspeed: zaius: Add PWM/tach peripheral
Change-Id: I21d30f9a0953f26d1032ac535498e03fb1bb4933
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-kernel/linux')
-rw-r--r-- | meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb index ceea2dcca..ba69d54ec 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-4.10" LINUX_VERSION ?= "4.10.17" -SRCREV="b95f53ea200a6573035a25ab6ddebe917635eeb6" +SRCREV="c4227b43277bbd0992d10d764d4958239786503d" require linux-obmc.inc |