mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Cc: "Cosmin Tanislav" <cosmin.tanislav@analog.com>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Michael Hennerich" <Michael.Hennerich@analog.com>,
	"Dan Robertson" <dan@dlrobertson.com>,
	"Marcelo Schmitt" <marcelo.schmitt@analog.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Jagath Jog J" <jagathjog1996@gmail.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/10] iio: Constify struct regmap_bus
Date: Sat, 6 Jul 2024 11:43:12 +0100	[thread overview]
Message-ID: <20240706114312.19e6f375@jic23-huawei> (raw)
In-Reply-To: <20240703-iio-cont-regmap_bus-v1-0-34754f355b65@gmail.com>

On Wed, 03 Jul 2024 23:04:43 +0200
Javier Carrasco <javier.carrasco.cruz@gmail.com> wrote:

> 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>
Applied, but for now only to the testing tree of iio.git as I'm unlikely to
do another pull request this cycle and will want to rebase the tree on
6.11-rc1 once availabled.

Thanks,

Jonathan

> ---
> 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,


      parent reply	other threads:[~2024-07-06 10:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03 21:04 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 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240706114312.19e6f375@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=cosmin.tanislav@analog.com \
    --cc=dan@dlrobertson.com \
    --cc=jagathjog1996@gmail.com \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.schmitt@analog.com \
    --cc=nuno.sa@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®