linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] iio: accel: bmc150: Improve ACPI enumeration support
@ 2020-11-25  8:36 Hans de Goede
  2020-11-25  8:36 ` [PATCH 1/3] iio: accel: bmc150: Removed unused bmc150_accel_dat irq member Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Hans de Goede @ 2020-11-25  8:36 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hans de Goede, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Jeremy Cline, linux-iio

Hi All,

This series improves support for ACPI enumeration of bmc150 accels
described by an ACPI node with an ACPI hw-id of BOSC0200:

1. Add support for nodes which describe 2 acceleromers in a single node,
fixing: https://bugzilla.kernel.org/show_bug.cgi?id=198671

2. Add support for reading the mount-matrix from the ACPI node.

This is done in patches 2 - 3, patch 1 is a trivial cleanup which I noticed
could be done while working on this.

Patch 2 is based on an earlier patch for this from Jeremy Cline:
https://lore.kernel.org/r/010001602cf53153-39ad69f1-1b39-4e6d-a748-9455a16c2fbd-000000@email.amazonses.com

That patch was put on hold because normally ACPI nodes which describe
multiple i2c-clients in a single node are handled by:
drivers/platform/x86/i2c-multi-instantiate.c

Which I tried to do at first, but as explained in the commit msg
of the updated patch, that is not possible in this special case
(because it would cause userspace breakage due to the modalias changing).

Regards,

Hans


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-11-28 22:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25  8:36 [PATCH 1/3] iio: accel: bmc150: Improve ACPI enumeration support Hans de Goede
2020-11-25  8:36 ` [PATCH 1/3] iio: accel: bmc150: Removed unused bmc150_accel_dat irq member Hans de Goede
2020-11-25  8:36 ` [PATCH 2/3] iio: accel: bmc150: Check for a second ACPI device for BOSC0200 Hans de Goede
2020-11-25 10:55   ` Andy Shevchenko
2020-11-25 11:11     ` Hans de Goede
2020-11-25 11:20       ` Andy Shevchenko
2020-11-25 16:09         ` Hans de Goede
2020-11-25 16:34           ` Andy Shevchenko
2020-11-25  8:36 ` [PATCH 3/3] iio: accel: bmc150: Get mount-matrix from ACPI Hans de Goede
2020-11-25 11:07   ` Andy Shevchenko
2020-11-25 11:12     ` Hans de Goede
2020-11-25 11:21       ` Andy Shevchenko
2020-11-25 10:41 ` [PATCH 1/3] iio: accel: bmc150: Improve ACPI enumeration support Andy Shevchenko
2020-11-25 10:49   ` Hans de Goede
2020-11-28 13:16     ` Jonathan Cameron
2020-11-28 13:32       ` Hans de Goede
2020-11-28 13:46         ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).