diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2017-10-19 00:51:48 +1030 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-10-19 02:32:27 +0000 |
commit | 4cacdbd348a995839995b3ca9ca076f6be620a24 (patch) | |
tree | dd7bf61f63a6d3810685a1fac3418df5b62cde9b /meta-phosphor | |
parent | cdc3b23921bc2804b06abd6812839c84e01cec80 (diff) | |
download | talos-openbmc-4cacdbd348a995839995b3ca9ca076f6be620a24.tar.gz talos-openbmc-4cacdbd348a995839995b3ca9ca076f6be620a24.zip |
kernel: SBEFIFO and OCC fixes, add snoop device to Q71L devicetree
Edward A. James (5):
drivers: hwmon: occ: Add occs_present attribute
drivers: hwmon: occ: Add sysfs_notify to throttling attributes
drivers: fsi: sbefifo: Fix queued xfrs race condition
drivers: fsi: sbefifo: Fix memory leak
drivers: fsi: sbefifo: Attempt reset request during probe
Patrick Venture (1):
ARM: dts: aspeed: Add aspeed-lpc-snoop g4 and bmc-quanta-q71l
Change-Id: Icd86c64863f033bd28144326b6ddc960127c711c
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-phosphor')
-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 e14447bc9..8000395a4 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="703c3c181790b20c48c4d02b9fed901379671fb7" +SRCREV="1af701e56cd6bd5399b517e276d479482b702839" require linux-obmc.inc |