linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Support accelerometers for veyron_minnie
@ 2019-06-21  2:41 Gwendal Grignou
  2019-06-21  2:41 ` [PATCH v2 1/2] iio: cros_ec: Add sign vector in core for backward compatibility Gwendal Grignou
  2019-06-21  2:41 ` [PATCH v2 2/2] iio: cros_ec : Extend legacy support to ARM device Gwendal Grignou
  0 siblings, 2 replies; 8+ messages in thread
From: Gwendal Grignou @ 2019-06-21  2:41 UTC (permalink / raw)
  To: jic23, bleung, enric.balletbo, groeck, fabien.lahoudere
  Cc: linux-iio, linux-kernel, Gwendal Grignou

veyron_minnie - ASUS Chromebook Flip C100PA - embedded controller
controls two accelerometers, one in the lid, one in the base.
However, the EC firmware does not follow the new interface that
cros_ec_accel driver use.
Extend the legacy driver used on glimmer - Lenovo ThinkPad 11e
Chromebook - to veyron_minnie.
veyron_minnie being ARM based, issue command over the I2C bus to the EC
instead of relying on the shared registers over LPC.

Gwendal Grignou (2):
  iio: cros_ec: Add sign vector in core for backward compatibility
  iio: cros_ec : Extend legacy support to ARM device

Changes in v2:
- Readd empty line to reduce amount of change in patch.
- Remove Keywords used by ChromeOS commit queue.

 drivers/iio/accel/Kconfig                     |   4 +-
 drivers/iio/accel/cros_ec_accel_legacy.c      | 350 ++++--------------
 .../cros_ec_sensors/cros_ec_sensors_core.c    |   4 +
 .../linux/iio/common/cros_ec_sensors_core.h   |   1 +
 4 files changed, 84 insertions(+), 275 deletions(-)

-- 
2.22.0.410.gd8fdbe21b5-goog


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-28 18:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21  2:41 [PATCH 0/2] Support accelerometers for veyron_minnie Gwendal Grignou
2019-06-21  2:41 ` [PATCH v2 1/2] iio: cros_ec: Add sign vector in core for backward compatibility Gwendal Grignou
2019-06-22  8:54   ` Jonathan Cameron
2019-06-24 22:44     ` Gwendal Grignou
2019-06-24 18:05   ` Doug Anderson
2019-06-21  2:41 ` [PATCH v2 2/2] iio: cros_ec : Extend legacy support to ARM device Gwendal Grignou
2019-06-22  9:03   ` Jonathan Cameron
2019-06-28 18:55     ` Gwendal Grignou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).