mbox series

[0/3] dt-bindings: iio: accel: bma255: Fix interrupt type / merge bma180

Message ID 20210614163150.7774-1-stephan@gerhold.net
Headers show
Series dt-bindings: iio: accel: bma255: Fix interrupt type / merge bma180 | expand

Message

Stephan Gerhold June 14, 2021, 4:31 p.m. UTC
This patch series first fixes the interrupt type in the
bosch,bma255.yaml schema and then combines it with the
bosch,bma180.yaml schema since they are pretty much identical.

Stephan Gerhold (3):
  dt-bindings: iio: accel: bma255: Fix interrupt type
  dt-bindings: iio: accel: bma255: Sort compatibles
  dt-bindings: iio: accel: bma255: Merge bosch,bma180 schema

 .../bindings/iio/accel/bosch,bma180.yaml      | 61 -------------------
 .../bindings/iio/accel/bosch,bma255.yaml      | 23 ++++---
 2 files changed, 16 insertions(+), 68 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/iio/accel/bosch,bma180.yaml

Comments

Jonathan Cameron July 18, 2021, 2:51 p.m. UTC | #1
On Mon, 14 Jun 2021 18:31:47 +0200
Stephan Gerhold <stephan@gerhold.net> wrote:

> This patch series first fixes the interrupt type in the
> bosch,bma255.yaml schema and then combines it with the
> bosch,bma180.yaml schema since they are pretty much identical.
> 
> Stephan Gerhold (3):
>   dt-bindings: iio: accel: bma255: Fix interrupt type
>   dt-bindings: iio: accel: bma255: Sort compatibles
>   dt-bindings: iio: accel: bma255: Merge bosch,bma180 schema
> 
>  .../bindings/iio/accel/bosch,bma180.yaml      | 61 -------------------
>  .../bindings/iio/accel/bosch,bma255.yaml      | 23 ++++---
>  2 files changed, 16 insertions(+), 68 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/iio/accel/bosch,bma180.yaml
> 

Series applied to the togreg branch of iio.git and pushed out as testing
to let 0-day have a shot at them.

I 'think' the outstanding discussion was all about potential follow up patches
rather than anything here, but if I've missed a reason we should hold off
on these then shout.

Thanks,

Jonathan