[PATCH 0/2] mxc4005/mxc6655 OF improvements

Luca Ceresoli posted 2 patches 2 years, 3 months ago
Documentation/devicetree/bindings/trivial-devices.yaml | 2 +-
drivers/iio/accel/mxc4005.c                            | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
[PATCH 0/2] mxc4005/mxc6655 OF improvements
Posted by Luca Ceresoli 2 years, 3 months ago
This small series fixes the compatible string of MXC4005 in the bindings
and adds support for OF-based autoloading of the mxc4005 driver.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
Luca Ceresoli (2):
      dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string
      iio: accel: mxc4005: allow module autoloading via OF compatible

 Documentation/devicetree/bindings/trivial-devices.yaml | 2 +-
 drivers/iio/accel/mxc4005.c                            | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)
---
base-commit: 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa
change-id: 20231004-mxc4005-device-tree-support-40ae517a42e9

Best regards,
-- 
Luca Ceresoli <luca.ceresoli@bootlin.com>
Re: [PATCH 0/2] mxc4005/mxc6655 OF improvements
Posted by Jonathan Cameron 2 years, 2 months ago
On Wed, 04 Oct 2023 18:39:26 +0200
Luca Ceresoli <luca.ceresoli@bootlin.com> wrote:

> This small series fixes the compatible string of MXC4005 in the bindings
> and adds support for OF-based autoloading of the mxc4005 driver.
> 
> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
> ---
> Luca Ceresoli (2):
>       dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string
>       iio: accel: mxc4005: allow module autoloading via OF compatible
> 
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 +-
>  drivers/iio/accel/mxc4005.c                            | 8 ++++++++
>  2 files changed, 9 insertions(+), 1 deletion(-)
> ---
> base-commit: 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa
> change-id: 20231004-mxc4005-device-tree-support-40ae517a42e9
> 
> Best regards,

Series applied to the togreg branch of iio.git and pushed out as testing
so 0-day can see if it can find anything we missed.

Thanks,

Jonathan