mbox series

[v3,0/3] iio: imu: add devices to adis16480 driver

Message ID 20241108125814.3097213-1-darius.berghe@analog.com (mailing list archive)
Headers show
Series iio: imu: add devices to adis16480 driver | expand

Message

Darius Berghe Nov. 8, 2024, 12:58 p.m. UTC
Changes in v3:
 - resend v2 using get_maintainers.pl script, hopefully everyone is in
   the email list now
 - edited the dt-bindings patch to use oneOf

Darius Berghe (3):
  iio: imu: adis16480: add devices to adis16480 driver
  iio: imu: adis16480: add devices to adis16480 - docs
  dt-bindings: iio: adis16480: add devices to adis16480

 .../bindings/iio/imu/adi,adis16480.yaml       | 42 ++++++-----
 Documentation/iio/adis16480.rst               |  3 +
 drivers/iio/imu/adis16480.c                   | 75 +++++++++++++++++++
 3 files changed, 102 insertions(+), 18 deletions(-)

Comments

Jonathan Cameron Nov. 9, 2024, 11:22 a.m. UTC | #1
On Fri, 8 Nov 2024 14:58:11 +0200
Darius Berghe <darius.berghe@analog.com> wrote:

> Changes in v3:
>  - resend v2 using get_maintainers.pl script, hopefully everyone is in
>    the email list now
>  - edited the dt-bindings patch to use oneOf
> 
> Darius Berghe (3):
>   iio: imu: adis16480: add devices to adis16480 driver
>   iio: imu: adis16480: add devices to adis16480 - docs
>   dt-bindings: iio: adis16480: add devices to adis16480
> 
>  .../bindings/iio/imu/adi,adis16480.yaml       | 42 ++++++-----
>  Documentation/iio/adis16480.rst               |  3 +
>  drivers/iio/imu/adis16480.c                   | 75 +++++++++++++++++++
>  3 files changed, 102 insertions(+), 18 deletions(-)
> 

Applied to the testing branch of iio.git
Note that I'll be rebasing this on 6.13-rc1 once available so
it won't be picked up by linux-next until after that (when I'll
push it out as togreg).

In the meantime, 0-day can have a first look at this.

Jonathan