public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/6] Add support for ADIS16550
@ 2025-02-11 17:56 Robert Budai
  2025-02-11 17:56 ` [PATCH v7 1/6] iio: imu: adis: Add custom ops struct Robert Budai
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Robert Budai @ 2025-02-11 17:56 UTC (permalink / raw)
  To: Nuno Sa, Ramona Gradinariu, Antoniu Miclaus, Robert Budai,
	Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jonathan Corbet,
	linux-iio, devicetree, linux-kernel, linux-doc

*** BLURB HERE ***

Robert Budai (6):
  iio: imu: adis: Add custom ops struct
  iio: imu: adis: Add reset to custom ops
  iio: imu: adis: Add DIAG_STAT register
  dt-bindings: iio: Add adis16550 bindings
  iio: imu: adis16550: add adis16550 support
  docs: iio: add documentation for adis16550 driver

 .../bindings/iio/imu/adi,adis16550.yaml       |   73 ++
 Documentation/iio/adis16550.rst               |  376 ++++++
 Documentation/iio/index.rst                   |    1 +
 MAINTAINERS                                   |   10 +
 drivers/iio/imu/Kconfig                       |   13 +
 drivers/iio/imu/Makefile                      |    1 +
 drivers/iio/imu/adis.c                        |   36 +-
 drivers/iio/imu/adis16550.c                   | 1151 +++++++++++++++++
 include/linux/iio/imu/adis.h                  |   34 +-
 9 files changed, 1682 insertions(+), 13 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] 16+ messages in thread

end of thread, other threads:[~2025-02-16 16:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11 17:56 [PATCH v7 0/6] Add support for ADIS16550 Robert Budai
2025-02-11 17:56 ` [PATCH v7 1/6] iio: imu: adis: Add custom ops struct Robert Budai
2025-02-11 17:56 ` [PATCH v7 2/6] iio: imu: adis: Add reset to custom ops Robert Budai
2025-02-11 17:57 ` [PATCH v7 3/6] iio: imu: adis: Add DIAG_STAT register Robert Budai
2025-02-13  3:55   ` kernel test robot
2025-02-13  4:27   ` kernel test robot
2025-02-13  5:40   ` kernel test robot
2025-02-13 17:57   ` kernel test robot
2025-02-16 16:43   ` Jonathan Cameron
2025-02-11 17:57 ` [PATCH v7 4/6] dt-bindings: iio: Add adis16550 bindings Robert Budai
2025-02-12  7:00   ` Krzysztof Kozlowski
2025-02-11 17:57 ` [PATCH v7 5/6] iio: imu: adis16550: add adis16550 support Robert Budai
2025-02-16 16:54   ` Jonathan Cameron
2025-02-11 17:57 ` [PATCH v7 6/6] docs: iio: add documentation for adis16550 driver Robert Budai
2025-02-16 16:56   ` Jonathan Cameron
2025-02-16 16:40 ` [PATCH v7 0/6] Add support for ADIS16550 Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox