Hi Lee, The reason I'm sending this patch series is to clarify the build dependencies of the following patches:
[PATCH 1/2] mfd: cros_ec: instantiate properly CrOS FP MCU device [PATCH 2/2] mfd: cros_ec: instantiate properly CrOS Touchpad MCU device and I also included this patch in the series: [v3] mfd: cros_ec: instantiate properly CrOS ISH MCU device The first version depends on: - mfd: cros: Update EC protocol to match current EC code - https://lore.kernel.org/patchwork/patch/1046363 But there were some concerns on how to update this file properly, so meanwhile we figure out the proper way, let's introduce only the required fields for this series. The series adds support to instantiate three special CrOS EC devices, a fingerprint, a touchpad and an integrated sensor hub. Best regards, Enric Changes in v3: - Fix Andy Shevchenko email. Changes in v2: - Add a patch to introduce the required enums to build. - Add a patch to instantiate the CrOS ISH device to the series. Enric Balletbo i Serra (3): mfd: cros_ec: Update the EC feature codes mfd: cros_ec: instantiate properly CrOS FP MCU device mfd: cros_ec: instantiate properly CrOS Touchpad MCU device Rushikesh S Kadam (1): mfd: cros_ec: instantiate properly CrOS ISH MCU device drivers/mfd/cros_ec_dev.c | 33 +++++++++++++++++++++++++++ include/linux/mfd/cros_ec.h | 7 ++++-- include/linux/mfd/cros_ec_commands.h | 34 +++++++++++++++++++++++++++- 3 files changed, 71 insertions(+), 3 deletions(-) -- 2.20.1