Re: [PATCH] iio: accel: mxc4005: add support for mxc6655

2020-05-31 Thread Jonathan Cameron
On Sun, 31 May 2020 15:16:00 +0200 Christian Oder wrote: > Hi Jonathan, > > I tested the sensor on a Chuwi Hi10 X and only went by what I've seen in other > commits before[1]. > > I just ran another test to see what entry is necessary and it appears the > sensor > still works when removing

Re: [PATCH] iio: accel: mxc4005: add support for mxc6655

2020-05-31 Thread Christian Oder
Hi Jonathan, I tested the sensor on a Chuwi Hi10 X and only went by what I've seen in other commits before[1]. I just ran another test to see what entry is necessary and it appears the sensor still works when removing the i2c entry, but is not working anymore when removing the ACPI match. I got

Re: [PATCH] iio: accel: mxc4005: add support for mxc6655

2020-05-31 Thread Jonathan Cameron
On Fri, 29 May 2020 22:05:49 +0200 Christian Oder wrote: > The mxc6655 is fully working with the existing mxc4005 driver. > Add support for it. > > Signed-off-by: Christian Oder One query on ACPI bindings. What is there already may be missleading :( > --- > drivers/iio/accel/mxc4005.c | 2

[PATCH] iio: accel: mxc4005: add support for mxc6655

2020-05-29 Thread Christian Oder
The mxc6655 is fully working with the existing mxc4005 driver. Add support for it. Signed-off-by: Christian Oder --- drivers/iio/accel/mxc4005.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/iio/accel/mxc4005.c b/drivers/iio/accel/mxc4005.c index 3d5bea651923..3b8614352cb4