linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] IIO: More HID custom sensors
@ 2022-11-24 23:38 Philipp Jungkamp
  2022-11-24 23:38 ` [PATCH v4 1/4] HID: hid-sensor-custom: Allow more custom iio sensors Philipp Jungkamp
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Philipp Jungkamp @ 2022-11-24 23:38 UTC (permalink / raw)
  To: Jiri Kosina, Jonathan Cameron, Srinivas Pandruvada
  Cc: linux-iio, Philipp Jungkamp

Hello,

I'm sorry for the confusion caused by me sending revisions as replies.
I've now addresses the points raised. As I'm unfamiliar with mailing lists
any recommendation on making the process more seamless is welcome.

Thank you for your time!

v2:
- Patch 1/4:
  - Remove unnecessary comments.
  - Change return type of functions to bool. (introduced an error, fixed in v4)
  - Swallows return value of a function. (fixed in v4)
- Patch 2/4:
  - Create this 'noop' patch that just adds the LISS sensors to the custom
    sensor match table.
- Patch 3/4:
  - Remove some unnecessary newlines in function calls.
- Patch 4/4:
  - Allow for 1 byte human presence reports.

v3:
- Patch 2/4
  - Add missing 'Signed-Off-By'

v4:
- Patch 1/4:
  - Fix return value and error codes on property query.
  - Document and ignore return values for queries of optionally matched
    properties.
  - Don't modify *known in _get_known, return error when not matched.
  - Remove comment on newly added sensors from commit message.
- Patch 4/4:
  - Clean up switch statement.

Regards,
Philipp Jungkamp

Philipp Jungkamp (4):
  HID: hid-sensor-custom: Allow more custom iio sensors
  HID: hid-sensor-custom: Add LISS custom sensors
  IIO: hid-sensor-als: Use generic usage
  IIO: hid-sensor-prox: Use generic usage

 drivers/hid/hid-sensor-custom.c     | 233 +++++++++++++++++++---------
 drivers/iio/light/hid-sensor-als.c  |  27 ++--
 drivers/iio/light/hid-sensor-prox.c |  37 +++--
 include/linux/hid-sensor-ids.h      |   1 +
 4 files changed, 199 insertions(+), 99 deletions(-)

--
2.38.1


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

end of thread, other threads:[~2022-12-20 14:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 23:38 [PATCH v4 0/4] IIO: More HID custom sensors Philipp Jungkamp
2022-11-24 23:38 ` [PATCH v4 1/4] HID: hid-sensor-custom: Allow more custom iio sensors Philipp Jungkamp
2022-11-26 19:11   ` Jonathan Cameron
2022-11-24 23:38 ` [PATCH v4 2/4] HID: hid-sensor-custom: Add LISS custom sensors Philipp Jungkamp
2022-11-26 19:11   ` Jonathan Cameron
2022-11-24 23:38 ` [PATCH v4 3/4] IIO: hid-sensor-als: Use generic usage Philipp Jungkamp
2022-11-26 19:05   ` Jonathan Cameron
2022-11-24 23:38 ` [PATCH v4 4/4] IIO: hid-sensor-prox: " Philipp Jungkamp
2022-11-26 19:04   ` Jonathan Cameron
2022-11-27 17:33 ` [PATCH v4 0/4] IIO: More HID custom sensors srinivas pandruvada
2022-12-13 22:51   ` Philipp Jungkamp
2022-12-14  9:27     ` Jonathan Cameron
2022-12-14 17:20     ` Jiri Kosina
2022-12-15 16:21       ` Jonathan Cameron
2022-12-20 14:26         ` Jiri Kosina

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