All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add relative hysteresis support for hid sensors
@ 2021-02-07  7:00 Ye Xiang
  2021-02-07  7:00 ` [PATCH v2 1/3] iio: Add relative sensitivity support Ye Xiang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ye Xiang @ 2021-02-07  7:00 UTC (permalink / raw)
  To: jikos, jic23, srinivas.pandruvada
  Cc: linux-input, linux-iio, linux-kernel, Ye Xiang

Currently, hid sensor als are using the relative hysteresis.
This patch series add the relative hysteresis for hid sensors.

---
v2:
  - (1/3) fix the formatting issue in hid_sensor_read_raw_hyst_rel_value.
  - (3/3) add documentation just for light sensor.

Ye Xiang (3):
  iio: Add relative sensitivity support
  iio: hid-sensor-als: Add relative hysteresis support
  iio: Add relative hysteresis in ABI documentation

 Documentation/ABI/testing/sysfs-bus-iio       |  9 +++
 .../hid-sensors/hid-sensor-attributes.c       | 74 ++++++++++++++++++-
 drivers/iio/industrialio-core.c               |  1 +
 drivers/iio/light/hid-sensor-als.c            | 14 +++-
 include/linux/hid-sensor-hub.h                |  5 ++
 include/linux/hid-sensor-ids.h                |  1 +
 include/linux/iio/types.h                     |  1 +
 7 files changed, 99 insertions(+), 6 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-02-18 16:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07  7:00 [PATCH v2 0/3] Add relative hysteresis support for hid sensors Ye Xiang
2021-02-07  7:00 ` [PATCH v2 1/3] iio: Add relative sensitivity support Ye Xiang
2021-02-12 18:28   ` Jonathan Cameron
2021-02-17 11:55     ` Jiri Kosina
2021-02-18 13:19       ` Jonathan Cameron
2021-02-07  7:00 ` [PATCH v2 2/3] iio: hid-sensor-als: Add relative hysteresis support Ye Xiang
2021-02-07  7:00 ` [PATCH v2 3/3] iio: Add relative hysteresis in ABI documentation Ye Xiang

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.