summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-kernel
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-07-28 04:46:35 +0300
committerJoel Stanley <joel@jms.id.au>2017-07-28 04:50:12 +0300
commit4430173e97f821b5de1c1bbd07894ecb1bfedc41 (patch)
tree1701b17073e3c153ed5fb102d929f44f4d9bc9ae /meta-phosphor/common/recipes-kernel
parent3ba80c8f28d86c63e150fa06f029b5deb9406b45 (diff)
downloadopenbmc-4430173e97f821b5de1c1bbd07894ecb1bfedc41.tar.xz
kernel: new Maxim MAX31785A driver
Andrew has cooked us up a proper pmbus MAX31785A driver. This bumps the kernel to include that driver, the device tree updates for the new bindings, and a userspace change for Witherspoon. The userspace change was reviewed and got five +1's: phosphor-hwmon: Update Witherspoon fan labels for PMBus driver The reimplementation of the max37185 fan controller driver uses the Linux PMBus subsystem, which exposes the installed number of fans rather than all supported fan IO. https://gerrit.openbmc-project.xyz/#/c/5564/ It is included in this commit so the system remains bisectable. Andrew Jeffery (6): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation ARM: dts: aspeed: witherspoon: Update max31785 node hwmon: pmbus: Add fan control support hwmon: Remove MAX31785 implementation pmbus: Add driver for Maxim MAX31785 Intelligent Fan Controller ARM: dts: aspeed: Witherspoon has a MAX31785A fan controller Joel Stanley (2): ARM: dts: aspeed: romulus: Update max31785 node ARM: dts: aspeed: firestone: Update max31785 node Change-Id: I7a7b86f5ee6ff38803d4f62c3d3ac99edbea45fb Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-kernel')
-rw-r--r--meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb2
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 8159795cd..24a613c08 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="bbd291e4ce0009aa07183c94a77b08211422ed99"
+SRCREV="44f0dc8ac43162c4f7082884d6cd79400341bf5b"
require linux-obmc.inc