|
|
Log in / Subscribe / Register

Add support for BMP390 and various driver cleanups

From:  Angel Iglesias <ang.iglesiasg-AT-gmail.com>
To:  linux-iio-AT-vger.kernel.org
Subject:  [PATCH v2 0/5] Add support for BMP390 and various driver cleanups
Date:  Sun, 22 Oct 2023 19:22:16 +0200
Message-ID:  <cover.1697994521.git.ang.iglesiasg@gmail.com>
Cc:  Biju Das <biju.das.jz-AT-bp.renesas.com>, linux-kernel-AT-vger.kernel.org, Angel Iglesias <ang.iglesiasg-AT-gmail.com>, Jonathan Cameron <jic23-AT-kernel.org>, Lars-Peter Clausen <lars-AT-metafoo.de>, Andy Shevchenko <andriy.shevchenko-AT-linux.intel.com>, Phil Elwell <phil-AT-raspberrypi.com>, Linus Walleij <linus.walleij-AT-linaro.org>, Uwe Kleine-König <u.kleine-koenig-AT-pengutronix.de>
Archive-link:  Article

Add support for the Bosch BMP390 pressure sensors and includes minor
driver code cleanups.
Patches 1 and 2 update I2C and SPI driver matching logic using newer
helper functions available.
Patch 3 fixes minor coding style incoherences.
Patches 4 and 5 introduce support for the new BMP390 sensor allowing
sensor families to have a list of known device IDs to improve detection

This patch series is aggregates patches from various series:
https://lore.kernel.org/all/20230812175808.236405-1-biju....
https://lore.kernel.org/all/cover.1691952005.git.ang.igle...
https://lore.kernel.org/all/cover.1692805377.git.ang.igle...

Changes in v2:
	- Dropped unnecessary register reorder in patch 3.
	- Simplified error reporting on patch 4 avoiding string memallocs.
	- Added fallback logic on patch 4 to follow firmware configuration
	  whether device ID matches with any of the known devices IDs.


Angel Iglesias (4):
  iio: pressure: bmp280: Use spi_get_device_match_data()
  iio: pressure: bmp280: Rearrange vars in reverse xmas tree order
  iio: pressure: bmp280: Allow multiple chips id per family of devices
  iio: pressure: bmp280: Add support for BMP390

Biju Das (1):
  iio: pressure: bmp280: Use i2c_get_match_data()

 drivers/iio/pressure/bmp280-core.c | 38 +++++++++++++++++++++++-------
 drivers/iio/pressure/bmp280-i2c.c  |  8 +++----
 drivers/iio/pressure/bmp280-spi.c  | 10 +++-----
 drivers/iio/pressure/bmp280.h      |  4 +++-
 4 files changed, 38 insertions(+), 22 deletions(-)


base-commit: 89e2233386a5670d15908628b63e611cb03b0d03
-- 
2.42.0



Copyright © 2023, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds