linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] counter: cros_ec: Add sync sensor driver
@ 2019-07-09 12:59 Fabien Lahoudere
  2019-07-09 12:59 ` [PATCH 1/1] counter: cros_ec: Add synchronization sensor Fabien Lahoudere
  0 siblings, 1 reply; 3+ messages in thread
From: Fabien Lahoudere @ 2019-07-09 12:59 UTC (permalink / raw)
  Cc: kernel, Fabien Lahoudere, William Breathitt Gray, Benson Leung,
	Enric Balletbo i Serra, Guenter Roeck, Jonathan Cameron,
	Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Lee Jones, Gwendal Grignou, Nick Vaccaro, linux-kernel,
	linux-iio

Some chromebook EC provides a counter to get all vsync coming from the back
camera.
This series introduces a patch coming from chromebook kernel 4.4 designed as an
IIO counter. As IIO counter will be deprecated in favor of counter, I rebase the
original patch and support the new counter API.

The serie need to be merged after https://lkml.org/lkml/2019/7/9/305

Gwendal Grignou (1):
  counter: cros_ec: Add synchronization sensor

 drivers/counter/Kconfig                       |   9 +
 drivers/counter/Makefile                      |   1 +
 drivers/counter/cros_ec_sensors_sync.c        | 200 ++++++++++++++++++
 .../cros_ec_sensors/cros_ec_sensors_core.c    |   1 +
 drivers/mfd/cros_ec_dev.c                     |   3 +
 5 files changed, 214 insertions(+)
 create mode 100644 drivers/counter/cros_ec_sensors_sync.c

-- 
2.19.2


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

end of thread, other threads:[~2019-07-11 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-09 12:59 [PATCH 0/1] counter: cros_ec: Add sync sensor driver Fabien Lahoudere
2019-07-09 12:59 ` [PATCH 1/1] counter: cros_ec: Add synchronization sensor Fabien Lahoudere
2019-07-11 11:33   ` William Breathitt Gray

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).