All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] iio/scmi: Add reading "raw" attribute.
@ 2021-10-08 13:58 Andriy Tryshnivskyy
  2021-10-08 13:58 ` [PATCH v4 1/1] " Andriy Tryshnivskyy
  2021-10-08 15:01 ` [PATCH v4 0/1] " Andriy Tryshnivskyy
  0 siblings, 2 replies; 3+ messages in thread
From: Andriy Tryshnivskyy @ 2021-10-08 13:58 UTC (permalink / raw)
  To: jbhayana, jic23
  Cc: lars, linux-iio, linux-kernel, Vasyl.Vavrychuk, andriy.tryshnivskyy

This patch implements reading "raw" attribute.

The patch is based on v5.14.

Comparing to the previous version it has:
* do not use scmi_iio_get_raw() for reading raw attribute due to 32bit
  return value limitation (actually I reverted the previous v3)
* introduce scmi_iio_read_raw to scmi_iio_ext_info[] which can return 64 bit
  value
* enabling/disabling and reading raw attribute is done in direct mode

Any comments are very welcome.

Thanks,
Andriy.

Andriy Tryshnivskyy (1):
  iio/scmi: Add reading "raw" attribute.

 drivers/iio/common/scmi_sensors/scmi_iio.c | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)


base-commit: 7d2a07b769330c34b4deabeed939325c77a7ec2f
-- 
2.17.1


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

end of thread, other threads:[~2021-10-08 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 13:58 [PATCH v4 0/1] iio/scmi: Add reading "raw" attribute Andriy Tryshnivskyy
2021-10-08 13:58 ` [PATCH v4 1/1] " Andriy Tryshnivskyy
2021-10-08 15:01 ` [PATCH v4 0/1] " Andriy Tryshnivskyy

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.