Re: [PATCH v2 02/18] mfd: cros_ec: Add sensor_count and make check_features public

2019-10-21 Thread Jonathan Cameron
On Sun, 20 Oct 2019 22:53:47 -0700 Gwendal Grignou wrote: > Add a new function to return the number of MEMS sensors available in a > ChromeOS Embedded Controller. > It uses MOTIONSENSE_CMD_DUMP if available or a specific memory map ACPI > registers to find out. > > Also, make check_features

Re: [PATCH v2 02/18] mfd: cros_ec: Add sensor_count and make check_features public

2019-10-21 Thread Enric Balletbo i Serra
Hi Gwendal, Many thanks for the patches, some few comments below. On 21/10/19 7:53, Gwendal Grignou wrote: > Add a new function to return the number of MEMS sensors available in a > ChromeOS Embedded Controller. > It uses MOTIONSENSE_CMD_DUMP if available or a specific memory map ACPI >

[PATCH v2 02/18] mfd: cros_ec: Add sensor_count and make check_features public

2019-10-20 Thread Gwendal Grignou
Add a new function to return the number of MEMS sensors available in a ChromeOS Embedded Controller. It uses MOTIONSENSE_CMD_DUMP if available or a specific memory map ACPI registers to find out. Also, make check_features public as it can be useful for other drivers to know what the Embedded