From: Jonathan Cameron <jic23@kernel.org>
To: Ramona Bolboaca <ramona.bolboaca@analog.com>
Cc: <nuno.sa@analog.com>, <linux-iio@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v6 0/9] Add '__adis_enable_irq()'
Date: Wed, 23 Nov 2022 20:35:10 +0000 [thread overview]
Message-ID: <20221123203510.28333ef0@jic23-huawei> (raw)
In-Reply-To: <20221122082757.449452-1-ramona.bolboaca@analog.com>
On Tue, 22 Nov 2022 10:27:48 +0200
Ramona Bolboaca <ramona.bolboaca@analog.com> wrote:
> Added implementation for '__adis_enable_irq()' and called it instead of
> 'adis_enable_irq()' inside '__adis_initial_startup()'.
> Replaced 'adis_initial_startup()' calls in probe, with its unlocked
> variant.
Given how near we are to the merge window I've queued this up on the
togreg branch and marked the first patch for stable.
Thanks,
Jonathan
>
> changes in v3:
> new patches: 1,2
> changed commit message for patches 2-9
>
> changes in v4:
> squashed patches 1 & 2 from v3
>
> changes in v5:
> fix compilation error
>
> changes in v6:
> changed commit message of patch 1: added more information related to the fix
>
> Ramona Bolboaca (9):
> iio: adis: add '__adis_enable_irq()' implementation
> iio: accel: adis16201: Call '__adis_initial_startup()' in probe
> iio: accel: adis16209: Call '__adis_initial_startup()' in probe
> iio: gyro: adis16136: Call '__adis_initial_startup()' in probe
> iio: gyro: adis16260: Call '__adis_initial_startup()' in probe
> iio: imu: adis16400: Call '__adis_initial_startup()' in probe
> staging: iio: accel: adis16203: Call '__adis_initial_startup()'
> staging: iio: accel: adis16240: Call '__adis_initial_startup()'
> iio: imu: adis: Remove adis_initial_startup function
>
> drivers/iio/accel/adis16201.c | 2 +-
> drivers/iio/accel/adis16209.c | 2 +-
> drivers/iio/gyro/adis16136.c | 2 +-
> drivers/iio/gyro/adis16260.c | 2 +-
> drivers/iio/imu/adis.c | 28 ++++++++++-----------------
> drivers/iio/imu/adis16400.c | 2 +-
> drivers/staging/iio/accel/adis16203.c | 2 +-
> drivers/staging/iio/accel/adis16240.c | 2 +-
> include/linux/iio/imu/adis.h | 17 ++++++++--------
> 9 files changed, 25 insertions(+), 34 deletions(-)
>
prev parent reply other threads:[~2022-11-23 20:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-22 8:27 [PATCH v6 0/9] Add '__adis_enable_irq()' Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 1/9] iio: adis: add '__adis_enable_irq()' implementation Ramona Bolboaca
2022-11-23 20:39 ` Jonathan Cameron
2022-11-22 8:27 ` [PATCH v6 2/9] iio: accel: adis16201: Call '__adis_initial_startup()' in probe Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 3/9] iio: accel: adis16209: " Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 4/9] iio: gyro: adis16136: " Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 5/9] iio: gyro: adis16260: " Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 6/9] iio: imu: adis16400: " Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 7/9] staging: iio: accel: adis16203: Call '__adis_initial_startup()' Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 8/9] staging: iio: accel: adis16240: " Ramona Bolboaca
2022-11-22 8:27 ` [PATCH v6 9/9] iio: imu: adis: Remove adis_initial_startup function Ramona Bolboaca
2022-11-23 20:35 ` 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=20221123203510.28333ef0@jic23-huawei \
--to=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=ramona.bolboaca@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