All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iio: chemical: atlas-ezo-sensor: add support for O2 sensor
@ 2020-07-23  6:29 Matt Ranostay
  2020-07-23  6:29 ` [PATCH v3 1/2] iio: add IIO_MOD_O2 modifier Matt Ranostay
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matt Ranostay @ 2020-07-23  6:29 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Matt Ranostay

Changes from v1:
* rebased on modifier changes for IIO_MOD_H2/ETHANOL string identifiers

Changes from v2:
* change in atlas_ezo_sanitize() to use memmove()

Matt Ranostay (2):
  iio: add IIO_MOD_O2 modifier
  iio: chemical: atlas-ezo-sensor: add support for O2 sensor

 Documentation/ABI/testing/sysfs-bus-iio |  2 +
 drivers/iio/chemical/atlas-ezo-sensor.c | 73 ++++++++++++++++++-------
 drivers/iio/industrialio-core.c         |  1 +
 include/uapi/linux/iio/types.h          |  1 +
 tools/iio/iio_event_monitor.c           |  2 +
 5 files changed, 60 insertions(+), 19 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-07-26 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  6:29 [PATCH v3 0/2] iio: chemical: atlas-ezo-sensor: add support for O2 sensor Matt Ranostay
2020-07-23  6:29 ` [PATCH v3 1/2] iio: add IIO_MOD_O2 modifier Matt Ranostay
2020-07-23  6:29 ` [PATCH v3 2/2] iio: chemical: atlas-ezo-sensor: add support for O2 sensor Matt Ranostay
2020-07-26 12:20 ` [PATCH v3 0/2] " 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.