public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org
Cc: inv.git-commit@tdk.com, Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.6.y] iio: invensense: fix multiple odr switch when FIFO is off
Date: Fri,  6 Dec 2024 18:11:44 -0500	[thread overview]
Message-ID: <20241206124259-3ac772796a15af83@stable.kernel.org> (raw)
In-Reply-To: <20241206134922.57001-1-inv.git-commit@tdk.com>

[ Sasha's backport helper bot ]

Hi,

Found matching upstream commit: ef5f5e7b6f73f79538892a8be3a3bee2342acc9f

WARNING: Author mismatch between patch and found commit:
Backport author: inv.git-commit@tdk.com
Commit author: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>


Status in newer kernel trees:
6.12.y | Not found
6.6.y | Not found

Note: The patch differs from the upstream commit:
---
1:  ef5f5e7b6f73f ! 1:  cd8eeb84a6377 iio: invensense: fix multiple odr switch when FIFO is off
    @@ Commit message
         Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
         Link: https://patch.msgid.link/20241021-invn-inv-sensors-timestamp-fix-switch-fifo-off-v2-1-39ffd43edcc4@tdk.com
         Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    +    (cherry picked from commit ef5f5e7b6f73f79538892a8be3a3bee2342acc9f)
     
      ## drivers/iio/common/inv_sensors/inv_sensors_timestamp.c ##
     @@ drivers/iio/common/inv_sensors/inv_sensors_timestamp.c: int inv_sensors_timestamp_update_odr(struct inv_sensors_timestamp *ts,
    @@ drivers/iio/common/inv_sensors/inv_sensors_timestamp.c: int inv_sensors_timestam
     
      ## drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c ##
     @@ drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: static int inv_icm42600_accel_update_scan_mode(struct iio_dev *indio_dev,
    + 					       const unsigned long *scan_mask)
      {
      	struct inv_icm42600_state *st = iio_device_get_drvdata(indio_dev);
    - 	struct inv_icm42600_sensor_state *accel_st = iio_priv(indio_dev);
    --	struct inv_sensors_timestamp *ts = &accel_st->ts;
    +-	struct inv_sensors_timestamp *ts = iio_priv(indio_dev);
      	struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT;
      	unsigned int fifo_en = 0;
      	unsigned int sleep_temp = 0;
    @@ drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: static int inv_icm42600_gyro_u
      					      const unsigned long *scan_mask)
      {
      	struct inv_icm42600_state *st = iio_device_get_drvdata(indio_dev);
    --	struct inv_icm42600_sensor_state *gyro_st = iio_priv(indio_dev);
    --	struct inv_sensors_timestamp *ts = &gyro_st->ts;
    +-	struct inv_sensors_timestamp *ts = iio_priv(indio_dev);
      	struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT;
      	unsigned int fifo_en = 0;
      	unsigned int sleep_gyro = 0;
---

Results of testing on various branches:

| Branch                    | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.6.y        |  Success    |  Success   |

      reply	other threads:[~2024-12-06 23:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-06 12:34 FAILED: patch "[PATCH] iio: invensense: fix multiple odr switch when FIFO is off" failed to apply to 6.6-stable tree gregkh
2024-12-06 13:49 ` [PATCH 6.6.y] iio: invensense: fix multiple odr switch when FIFO is off inv.git-commit
2024-12-06 23:11   ` Sasha Levin [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=20241206124259-3ac772796a15af83@stable.kernel.org \
    --to=sashal@kernel.org \
    --cc=inv.git-commit@tdk.com \
    --cc=stable@vger.kernel.org \
    /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