All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Adding support for range ignore on vl6180
@ 2020-03-05 14:16 Mike Goeppner
  2020-03-05 14:16 ` [PATCH 1/1] iio: light: vl6180: Add support for range ignore Mike Goeppner
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Goeppner @ 2020-03-05 14:16 UTC (permalink / raw)
  To: linux-iio; +Cc: pmeerw, manivannanece23, Mike Goeppner

Hi,

I've been working on getting support for the built in range ignore
functionality on the vl6180 working. I've implemented this via some
additional dev attrs in sysfs.

This functionality is described in [1] on page 29 under the "Range
ignore" header. The relevant registers are covered in sections 6.2.25, 6.2.26, and
6.2.28 of the linked datasheer.

Would appreciate any feedback -- thanks!

Cheers!
/mike

[1]: https://www.st.com/resource/en/datasheet/vl6180x.pdf

Mike Goeppner (1):
  iio: light: vl6180: Add support for range ignore

 drivers/iio/light/vl6180.c | 180 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 177 insertions(+), 3 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-03-07 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05 14:16 [PATCH 0/1] Adding support for range ignore on vl6180 Mike Goeppner
2020-03-05 14:16 ` [PATCH 1/1] iio: light: vl6180: Add support for range ignore Mike Goeppner
2020-03-07 15:18   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.