All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add ISL29501 support.
@ 2018-07-20 17:34 Mathieu Othacehe
  2018-07-20 17:34 ` [PATCH v6 1/3] iio: Add channel for Phase Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2018-07-20 17:34 UTC (permalink / raw)
  To: jic23, linux-iio
  Cc: jonathan.cameron, pmeerw, pierre-moana.levesque, Mathieu Othacehe

Hi,

Here's v6 of this serie, please find the changelog below.

Thanks,

Mathieu

v6:
* Extract floating registers support as a separated, wip patch.
* Style corrections
v5:
* Use IIO_MOD_LIGHT_CLEAR modifier for IIO_INTENSITY channel
describing ambient light intensity and remove extended_names doing so.
* Fix a possible leakage in isl29501_trigger_handler function.
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 (3):
  iio: Add channel for Phase
  iio: light: isl29501: Add support for the ISL29501 ToF sensor.
  iio: light: isl29501: Add support floating registers.

 Documentation/ABI/testing/sysfs-bus-iio       |    7 +
 .../ABI/testing/sysfs-bus-iio-isl29501        |   47 +
 .../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                  | 1125 +++++++++++++++++
 include/uapi/linux/iio/types.h                |    1 +
 tools/iio/iio_event_monitor.c                 |    2 +
 9 files changed, 1210 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.17.1

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

end of thread, other threads:[~2018-07-20 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 17:34 [PATCH v6 0/3] Add ISL29501 support Mathieu Othacehe
2018-07-20 17:34 ` [PATCH v6 1/3] iio: Add channel for Phase Mathieu Othacehe
2018-07-20 17:34 ` [PATCH v6 2/3] iio: light: isl29501: Add support for the ISL29501 ToF sensor Mathieu Othacehe
2018-07-20 17:34 ` [PATCH v6 3/3] iio: light: isl29501: Add support floating registers Mathieu Othacehe

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.