kernel: FSI, hwmon, LED GPIO and device tree fixes

Andrew Jeffery (2):
      hwmon: max31785: Clean up uninitialised values
      hwmon: max31785: Use standard sysfs ABI for fast rotor inputs

Cédric Le Goater (5):
      leds: pca955x: add device tree support
      leds: pca955x: use devm_led_classdev_register
      leds: pca955x: add GPIO support
      dt-bindings leds: add pca955x
      ARM: dts: aspeed: witherspoon: Add pca9552 device

Edward A. James (7):
      fsi: occ: Fix 1 byte response and rc for O_NONBLOCK
      hwmon: occ: Add new sensor versions and non-hwmon attributes
      hwmon: occ: Add P8 OCC access
      occ: hwmon and fsi probing fix
      ARM: aspeed: Power9 dts and defconfigs for OCC
      drivers: fsi: sbefifo: Fix buffer initialization
      drivers: hwmon: occ: Add "master" attribute and remove status files

Joel Stanley (1):
      ARM: configs: aspeed: Add pca9552 driver

Rick Altherr (1):
      ARM: dts: aspeed: quanta-q71l: Add i2c and LED devices

Change-Id: I9d1307cd3d8e0eaa86197a2da858dd0d83174d6c
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig b/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig
index 1dbea59..4766919 100644
--- a/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig
+++ b/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig
@@ -141,6 +141,8 @@
 CONFIG_SENSORS_MAX31785=y
 CONFIG_SENSORS_LM75=y
 CONFIG_SENSORS_NCT7904=y
+CONFIG_SENSORS_OCC=y
+CONFIG_SENSORS_OCC_P8_I2C=y
 CONFIG_PMBUS=y
 # CONFIG_SENSORS_PMBUS is not set
 CONFIG_SENSORS_ADM1275=y
diff --git a/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig b/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig
index 64e3aed..49bc0d0 100644
--- a/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig
+++ b/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig
@@ -140,6 +140,7 @@
 CONFIG_SENSORS_MAX31785=y
 CONFIG_SENSORS_LM75=y
 CONFIG_SENSORS_NCT7904=y
+CONFIG_SENSORS_OCC=y
 CONFIG_SENSORS_OCC_P9_SBE=y
 CONFIG_PMBUS=y
 CONFIG_SENSORS_ADM1275=y
@@ -158,6 +159,8 @@
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_CLASS_FLASH=y
 CONFIG_LEDS_GPIO=y
+CONFIG_LEDS_PCA955X=y
+CONFIG_LEDS_PCA955X_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y