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

Darius Berghe posted 3 patches 2 weeks, 1 day ago
.../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(-)
[PATCH v3 0/3] iio: imu: add devices to adis16480 driver
Posted by Darius Berghe 2 weeks, 1 day ago
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(-)

-- 
2.46.1
Re: [PATCH v3 0/3] iio: imu: add devices to adis16480 driver
Posted by Jonathan Cameron 2 weeks ago
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