The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/4] iio: imu: bmi270: Match PNP ID found on gaming handheld firmwares
@ 2026-07-31 19:53 Philip Mueller
  2026-07-31 19:53 ` [PATCH 1/4] iio: imu: bmi270: Match PNP ID found on OrangePi Neo 2026 Philip Mueller
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Philip Mueller @ 2026-07-31 19:53 UTC (permalink / raw)
  To: Thierry Reding, Alex Lanzano, Jonathan Cameron, David Lechner,
	Nuno Sá, Andy Shevchenko
  Cc: linux-iio, linux-kernel

Within "Add i2c driver for Bosch BMI260 IMU" by Justin Weiss we had the following PNP IDs:

static const struct acpi_device_id bmi260_acpi_match[] = {
    {"BOSC0260", 0},
    {"BMI0260", 0},
    {"BOSC0160", 0},
    {"BMI0160", 0},
    {"10EC5280", 0},
    { },
};

Some of them weren't added when enabling BMI260 support within the bmi270 driver.
The following patches will fix that and enable several additional handhelds using the bmi270 driver properly.

Tested on close to final prototype of OrangePi Neo 2026 8840u model.

Philip Mueller (4):
  iio: imu: bmi270: Match PNP ID found on OrangePi Neo 2026
  iio: imu: bmi270: Match PNP ID found on OneXPlayer X1 Pro (AMD)
  iio: imu: bmi270: add BOSC0160 PNP ID for gaming handhelds
  iio: imu: bmi270: fix typo found in dc757dc

 drivers/iio/imu/bmi270/bmi270_i2c.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


base-commit: 8ba098e6b6ff0db8edf28528d1552be261af30d4
-- 
2.55.0


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

end of thread, other threads:[~2026-08-10 19:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 19:53 [PATCH 0/4] iio: imu: bmi270: Match PNP ID found on gaming handheld firmwares Philip Mueller
2026-07-31 19:53 ` [PATCH 1/4] iio: imu: bmi270: Match PNP ID found on OrangePi Neo 2026 Philip Mueller
2026-08-02 17:47   ` Jonathan Cameron
2026-07-31 19:53 ` [PATCH 2/4] iio: imu: bmi270: Match PNP ID found on OneXPlayer X1 Pro (AMD) Philip Mueller
2026-08-02 17:58   ` Jonathan Cameron
2026-08-10 19:04   ` Andy Shevchenko
2026-07-31 19:53 ` [PATCH 3/4] iio: imu: bmi270: add BOSC0160 PNP ID for gaming handhelds Philip Mueller
2026-08-02 18:01   ` Jonathan Cameron
2026-08-10 19:05   ` Andy Shevchenko
2026-07-31 19:53 ` [PATCH 4/4] iio: imu: bmi270: fix typo found in dc757dc Philip Mueller
2026-08-02 18:02   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox