linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] iio: Constify struct regmap_bus
@ 2024-07-03 21:04 Javier Carrasco
  2024-07-03 21:04 ` [PATCH 01/10] iio: accel: adxl367: " Javier Carrasco
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Javier Carrasco @ 2024-07-03 21:04 UTC (permalink / raw)
  To: Cosmin Tanislav, Lars-Peter Clausen, Michael Hennerich,
	Jonathan Cameron, Dan Robertson, Marcelo Schmitt, Nuno Sá,
	Jagath Jog J, Linus Walleij
  Cc: linux-iio, linux-kernel, Javier Carrasco

This series adds the const modifier to the remaining regmap_bus
structs within the IIO subsystem that are effectively used as const
(i.e., only read after their declaration), but kept as writtable data.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
Javier Carrasco (10):
      iio: accel: adxl367: Constify struct regmap_bus
      iio: accel: bma400: Constify struct regmap_bus
      iio: accel: bmi088: Constify struct regmap_bus
      iio: adc: ad7091r8: Constify struct regmap_bus
      iio: chemical: bme680: Constify struct regmap_bus
      iio: dac: ltc2688: Constify struct regmap_bus
      iio: imu: bmi323: Constify struct regmap_bus
      iio: imu: bno055: Constify struct regmap_bus
      iio: light: gp2ap002: Constify struct regmap_bus
      iio: pressure: bmp280: Constify struct regmap_bus

 drivers/iio/accel/adxl367_spi.c          | 2 +-
 drivers/iio/accel/bma400_spi.c           | 2 +-
 drivers/iio/accel/bmi088-accel-spi.c     | 2 +-
 drivers/iio/adc/ad7091r8.c               | 2 +-
 drivers/iio/chemical/bme680_spi.c        | 2 +-
 drivers/iio/dac/ltc2688.c                | 2 +-
 drivers/iio/imu/bmi323/bmi323_i2c.c      | 2 +-
 drivers/iio/imu/bmi323/bmi323_spi.c      | 2 +-
 drivers/iio/imu/bno055/bno055_ser_core.c | 2 +-
 drivers/iio/light/gp2ap002.c             | 2 +-
 drivers/iio/pressure/bmp280-spi.c        | 6 +++---
 11 files changed, 13 insertions(+), 13 deletions(-)
---
base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
change-id: 20240703-iio-cont-regmap_bus-f7578bc89954

Best regards,
-- 
Javier Carrasco <javier.carrasco.cruz@gmail.com>


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

end of thread, other threads:[~2024-07-07 15:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 21:04 [PATCH 00/10] iio: Constify struct regmap_bus Javier Carrasco
2024-07-03 21:04 ` [PATCH 01/10] iio: accel: adxl367: " Javier Carrasco
2024-07-03 21:04 ` [PATCH 02/10] iio: accel: bma400: " Javier Carrasco
2024-07-03 21:04 ` [PATCH 03/10] iio: accel: bmi088: " Javier Carrasco
2024-07-03 21:04 ` [PATCH 04/10] iio: adc: ad7091r8: " Javier Carrasco
2024-07-04 11:16   ` Nuno Sá
2024-07-04 13:04   ` Schmitt, Marcelo
2024-07-03 21:04 ` [PATCH 05/10] iio: chemical: bme680: " Javier Carrasco
2024-07-06 10:51   ` [PATCH 05/10]: " Vasileios Amoiridis
2024-07-07 15:24     ` Jonathan Cameron
2024-07-03 21:04 ` [PATCH 06/10] iio: dac: ltc2688: " Javier Carrasco
2024-07-04  7:13   ` Nuno Sá
2024-07-03 21:04 ` [PATCH 07/10] iio: imu: bmi323: " Javier Carrasco
2024-07-03 21:04 ` [PATCH 08/10] iio: imu: bno055: " Javier Carrasco
2024-07-03 21:04 ` [PATCH 09/10] iio: light: gp2ap002: " Javier Carrasco
2024-07-03 21:04 ` [PATCH 10/10] iio: pressure: bmp280: " Javier Carrasco
2024-07-06 10:54   ` [PATCH 10/10]: " Vasileios Amoiridis
2024-07-06 10:43 ` [PATCH 00/10] iio: " 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).