devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add support for adis16545/47
@ 2024-05-28 14:24 Ramona Gradinariu
  2024-05-28 14:24 ` [PATCH v2 1/6] iio: adis16480: make the burst_max_speed configurable Ramona Gradinariu
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Ramona Gradinariu @ 2024-05-28 14:24 UTC (permalink / raw)
  To: linux-kernel, jic23, linux-iio, linux-doc, devicetree, corbet,
	conor+dt, krzysztof.kozlowski+dt, robh
  Cc: Ramona Gradinariu

Add support for delta angle and delta velocity channels in adis16480 driver.
Add support for ADIS16545/47 devices in already existing adis16480 driver.
Add documentation for adis16480 driver.

Ramona Gradinariu (6):
  iio: adis16480: make the burst_max_speed configurable
  iio: imu: adis16480.c: Add delta angle and delta velocity channels
  dt-bindings: iio: imu: Add ADIS16545/47 compatibles
  iio: adis16480: add support for adis16545/7 families
  docs: iio: add documentation for interfacing tools
  docs: iio: add documentation for adis16480 driver

 .../bindings/iio/imu/adi,adis16480.yaml       |   6 +
 Documentation/iio/adis16475.rst               |  23 +-
 Documentation/iio/adis16480.rst               | 445 ++++++++++++++++++
 Documentation/iio/iio_tools.rst               |  27 ++
 Documentation/iio/index.rst                   |   2 +
 drivers/iio/imu/adis16480.c                   | 393 ++++++++++++++--
 6 files changed, 825 insertions(+), 71 deletions(-)
 create mode 100644 Documentation/iio/adis16480.rst
 create mode 100644 Documentation/iio/iio_tools.rst

--
2.34.1


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

end of thread, other threads:[~2024-06-08 13:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 14:24 [PATCH v2 0/6] Add support for adis16545/47 Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 1/6] iio: adis16480: make the burst_max_speed configurable Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 2/6] iio: imu: adis16480.c: Add delta angle and delta velocity channels Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 3/6] dt-bindings: iio: imu: Add ADIS16545/47 compatibles Ramona Gradinariu
2024-05-28 15:05   ` Conor Dooley
2024-05-28 14:24 ` [PATCH v2 4/6] iio: adis16480: add support for adis16545/7 families Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 5/6] docs: iio: add documentation for interfacing tools Ramona Gradinariu
2024-05-28 14:24 ` [PATCH v2 6/6] docs: iio: add documentation for adis16480 driver Ramona Gradinariu
2024-06-08 13:44   ` Jonathan Cameron
2024-05-29  8:40 ` [PATCH v2 0/6] Add support for adis16545/47 Nuno Sá
2024-06-02 11:16   ` Jonathan Cameron

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