linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for ADIS16550 and ADIS16550W
@ 2024-10-28 12:35 Robert Budai
  2024-10-28 12:35 ` [PATCH 3/5] dt-bindings: iio: Add adis16550 bindings Robert Budai
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Robert Budai @ 2024-10-28 12:35 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Nuno Sa, Ramona Gradinariu,
	Antoniu Miclaus, Jonathan Cameron, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jonathan Corbet, Robert Budai,
	Jagath Jog J, linux-iio, devicetree, linux-kernel, linux-doc
  Cc: robi_budai

The ADIS16550 is a complete inertial system that includes a triaxis gyroscope
and a triaxis accelerometer. Each inertial sensor in the ADIS16550 combines
industry leading MEMS only technology with signal conditioning that optimizes
dynamic performance. The factory calibration characterizes each sensor for
sensitivity, bias, and alignment. As a result, each sensor has its own dynamic
compensation formulas that provide accurate sensor measurements.

Nuno Sá (3):
  iio: imu: adis: Add custom ops struct
  iio: imu: adis: Add DIAG_STAT register size
  iio: imu: adis16550: add adis16550 support

Ramona Gradinariu (2):
  dt-bindings: iio: Add adis16550 bindings
  docs: iio: add documentation for adis16550 driver

 .../bindings/iio/imu/adi,adis16550.yaml       |   95 ++
 Documentation/iio/adis16550.rst               |  389 ++++++
 Documentation/iio/index.rst                   |    1 +
 MAINTAINERS                                   |   10 +
 drivers/iio/imu/Kconfig                       |   13 +
 drivers/iio/imu/Makefile                      |    1 +
 drivers/iio/imu/adis.c                        |   33 +-
 drivers/iio/imu/adis16550.c                   | 1228 +++++++++++++++++
 include/linux/iio/imu/adis.h                  |   33 +-
 9 files changed, 1788 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/imu/adi,adis16550.yaml
 create mode 100644 Documentation/iio/adis16550.rst
 create mode 100644 drivers/iio/imu/adis16550.c

-- 
2.34.1


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

end of thread, other threads:[~2024-11-07 13:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 12:35 [PATCH 0/5] Add support for ADIS16550 and ADIS16550W Robert Budai
2024-10-28 12:35 ` [PATCH 3/5] dt-bindings: iio: Add adis16550 bindings Robert Budai
2024-10-28 17:11   ` Jonathan Cameron
2024-11-07 10:45     ` Krzysztof Kozlowski
2024-10-28 12:35 ` [PATCH 4/5] iio: imu: adis16550: add adis16550 support Robert Budai
2024-10-28 15:11   ` Christophe JAILLET
2024-10-28 17:50   ` Jonathan Cameron
2024-10-28 12:35 ` [PATCH 5/5] docs: iio: add documentation for adis16550 driver Robert Budai
2024-10-28 17:05 ` [PATCH 0/5] Add support for ADIS16550 and ADIS16550W 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).