All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: accel: mxc4005: add support for mxc6655
@ 2020-05-29 20:05 Christian Oder
  2020-05-31 10:30 ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Oder @ 2020-05-29 20:05 UTC (permalink / raw)
  Cc: myself5, Christian Oder, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Thomas Gleixner,
	Allison Randal, Greg Kroah-Hartman, Chuhong Yuan, linux-iio,
	linux-kernel

The mxc6655 is fully working with the existing mxc4005 driver.
Add support for it.

Signed-off-by: Christian Oder <me@myself5.de>
---
 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 100644
--- a/drivers/iio/accel/mxc4005.c
+++ b/drivers/iio/accel/mxc4005.c
@@ -474,12 +474,14 @@ static int mxc4005_probe(struct i2c_client *client,
 
 static const struct acpi_device_id mxc4005_acpi_match[] = {
 	{"MXC4005",	0},
+	{"MXC6655",	0},
 	{ },
 };
 MODULE_DEVICE_TABLE(acpi, mxc4005_acpi_match);
 
 static const struct i2c_device_id mxc4005_id[] = {
 	{"mxc4005",	0},
+	{"mxc6655",	0},
 	{ },
 };
 MODULE_DEVICE_TABLE(i2c, mxc4005_id);
-- 
2.26.2


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

end of thread, other threads:[~2020-05-31 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 20:05 [PATCH] iio: accel: mxc4005: add support for mxc6655 Christian Oder
2020-05-31 10:30 ` Jonathan Cameron
2020-05-31 13:16   ` Christian Oder
2020-05-31 13:52     ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.