linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add ISL29501 support.
@ 2018-06-28 14:31 Mathieu Othacehe
  2018-06-28 14:31 ` [PATCH v4 1/2] iio: Add channel for Phase Mathieu Othacehe
  2018-06-28 14:31 ` [PATCH v4 2/2] iio: light: isl29501: Add support for the ISL29501 ToF sensor Mathieu Othacehe
  0 siblings, 2 replies; 5+ messages in thread
From: Mathieu Othacehe @ 2018-06-28 14:31 UTC (permalink / raw)
  To: linux-iio, jonathan.cameron, pmeerw
  Cc: pierre-moana.levesque, Mathieu Othacehe

Hi,

Here's a new version of this serie. Please find the changelog above.

changelog:

v4:
* Fix build warnings and rebase on top of next-20180628
v3:
* Renamings to add isl29501 prefix
* Rename "amb" -> "light" in extended fields
* Move mutex lock/unlock to register_read and register_write functions
* Improve IIO_PHASE scale output with a better pi estimation
v2:
* Add missing eof new line
* Do not set .indexed to true for all channels
* Add a .extended to differenciate "magnitude" and "ambient_light"
  intensity channels
* Return isl29501_begin_acquisition result in isl29501_init_chip
* Fix buffer size in isl29501_trigger_handler

Mathieu Othacehe (2):
  iio: Add channel for Phase
  iio: light: isl29501: Add support for the ISL29501 ToF sensor.

 Documentation/ABI/testing/sysfs-bus-iio            |    7 +
 Documentation/ABI/testing/sysfs-bus-iio-isl29501   |   47 +
 .../devicetree/bindings/iio/light/isl29501.txt     |   13 +
 drivers/iio/industrialio-core.c                    |    1 +
 drivers/iio/light/Kconfig                          |   13 +
 drivers/iio/light/Makefile                         |    1 +
 drivers/iio/light/isl29501.c                       | 1140 ++++++++++++++++++++
 include/uapi/linux/iio/types.h                     |    1 +
 tools/iio/iio_event_monitor.c                      |    2 +
 9 files changed, 1225 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-isl29501
 create mode 100644 Documentation/devicetree/bindings/iio/light/isl29501.txt
 create mode 100644 drivers/iio/light/isl29501.c

-- 
2.7.4


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

end of thread, other threads:[~2018-07-02  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 14:31 [PATCH v4 0/2] Add ISL29501 support Mathieu Othacehe
2018-06-28 14:31 ` [PATCH v4 1/2] iio: Add channel for Phase Mathieu Othacehe
2018-06-28 14:31 ` [PATCH v4 2/2] iio: light: isl29501: Add support for the ISL29501 ToF sensor Mathieu Othacehe
2018-06-30 16:30   ` Jonathan Cameron
2018-07-02  8:59     ` Mathieu Othacehe

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