Re: [PATCH v2 1/1] counter: cros_ec: Add synchronization sensor

2019-09-24 Thread Fabien Lahoudere
idea is welcome, however Google team would like to manage only IIO drivers if possible. Thanks Le jeudi 29 août 2019 à 13:10 +0200, Fabien Lahoudere a écrit : > Le lundi 26 août 2019 à 09:56 +0100, Jonathan Cameron a écrit : > > On Fri, 23 Aug 2019 14:41:27 +0200 > > Fabien L

Re: [PATCH v2 1/1] counter: cros_ec: Add synchronization sensor

2019-08-29 Thread Fabien Lahoudere
Le lundi 26 août 2019 à 09:56 +0100, Jonathan Cameron a écrit : > On Fri, 23 Aug 2019 14:41:27 +0200 > Fabien Lahoudere wrote: > > > From: Gwendal Grignou > > > > EC returns a counter when there is an event on camera vsync. > > This patch comes from chromeos

[PATCH v2 1/1] counter: cros_ec: Add synchronization sensor

2019-08-23 Thread Fabien Lahoudere
From: Gwendal Grignou EC returns a counter when there is an event on camera vsync. This patch comes from chromeos kernel 4.4 Signed-off-by: Gwendal Grignou Signed-off-by: Fabien Lahoudere CROS EC sync sensor was originally designed as an IIO device. Now that the counter subsystem will

[PATCH v2 0/1] counter: cros_ec: Add sync sensor driver

2019-08-23 Thread Fabien Lahoudere
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 s