Wolfram, Dmitry, Olof, Enjoy! The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22: Linux 4.1-rc2 (2015-05-03 19:22:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-i2c-input-chrome-4.2 for you to fetch changes up to ff4378f4b813d5aa26bbf814a9060638dab1fbbf: mfd: cros_ec: spi: Add delay for asserting CS (2015-06-15 13:18:24 +0100) ---------------------------------------------------------------- Alexandru M Stan (2): mfd: cros_ec: spi: Add a DT property to delay asserting the CS mfd: cros_ec: spi: Add delay for asserting CS Gwendal Grignou (2): mfd: cros_ec: Remove parent field mfd: cros_ec: Support multiple EC in a system Javier Martinez Canillas (2): mfd: cros_ec: Use a zero-length array for command data mfd: cros_ec: Move protocol helpers out of the MFD driver Stephen Barber (3): mfd: cros_ec: rev cros_ec_commands.h mfd: cros_ec: add proto v3 skeleton mfd: cros_ec: add bus-specific proto v3 code Todd Broch (1): mfd: cros_ec: Instantiate sub-devices from device tree Documentation/devicetree/bindings/mfd/cros-ec.txt | 4 + drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-cros-ec-tunnel.c | 45 ++- drivers/input/keyboard/Kconfig | 2 +- drivers/input/keyboard/cros_ec_keyb.c | 31 +- drivers/mfd/Kconfig | 6 +- drivers/mfd/cros_ec.c | 173 ++++----- drivers/mfd/cros_ec_i2c.c | 170 ++++++++- drivers/mfd/cros_ec_spi.c | 408 +++++++++++++++++++--- drivers/platform/chrome/Kconfig | 9 +- drivers/platform/chrome/Makefile | 1 + drivers/platform/chrome/cros_ec_dev.c | 189 ++++++---- drivers/platform/chrome/cros_ec_dev.h | 7 - drivers/platform/chrome/cros_ec_lightbar.c | 217 +++++++----- drivers/platform/chrome/cros_ec_lpc.c | 85 ++++- drivers/platform/chrome/cros_ec_proto.c | 382 ++++++++++++++++++++ drivers/platform/chrome/cros_ec_sysfs.c | 178 ++++++---- include/linux/mfd/cros_ec.h | 86 ++++- include/linux/mfd/cros_ec_commands.h | 277 +++++++++++++-- 19 files changed, 1808 insertions(+), 464 deletions(-) create mode 100644 drivers/platform/chrome/cros_ec_proto.c -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html