From: Alexandru Ardelean <aardelean@deviqon.com>
To: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: denis.ciocca@st.com, jic23@kernel.org, linus.walleij@linaro.org,
lee.jones@linaro.org, andy.shevchenko@gmail.com,
Alexandru Ardelean <aardelean@deviqon.com>
Subject: [PATCH v3 0/5] iio: st_sensors: convert probe functions to full devm
Date: Mon, 23 Aug 2021 14:21:59 +0300 [thread overview]
Message-ID: <20210823112204.243255-1-aardelean@deviqon.com> (raw)
Changelog v2 - v3:
* https://lore.kernel.org/linux-iio/20210816082836.67511-1-aardelean@deviqon.com/
* Fixed a build warning
- When debugging is disabled dev_dbg() ops become a noop and this causes
a warning
- Reported-by: kernel test robot <lkp@intel.com>
- https://lore.kernel.org/linux-iio/202108180707.05EmDSHt-lkp@intel.com/
* added tag 'Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>' to
series
* added tag 'Reviewed-by: Linus Walleij <linus.walleij@linaro.org>' to
patch 'iio: st_sensors: disable regulators after device unregistration'
Changelog v1 - v2:
* https://lore.kernel.org/linux-iio/20210726071404.14529-1-aardelean@deviqon.com/
* added patch 'iio: st_sensors: disable regulators after device unregistration'
- splits the regulator disable fix in a separate patch
Alexandru Ardelean (5):
iio: st_sensors: disable regulators after device unregistration
iio: st_sensors: remove st_sensors_deallocate_trigger() function
iio: st_sensors: remove st_sensors_power_disable() function
iio: st_sensors: remove all driver remove functions
iio: st_sensors: remove reference to parent device object on
st_sensor_data
drivers/iio/accel/st_accel_core.c | 31 ++---------
drivers/iio/accel/st_accel_i2c.c | 23 +-------
drivers/iio/accel/st_accel_spi.c | 23 +-------
.../iio/common/st_sensors/st_sensors_core.c | 34 ++++++------
.../iio/common/st_sensors/st_sensors_i2c.c | 1 -
.../iio/common/st_sensors/st_sensors_spi.c | 1 -
.../common/st_sensors/st_sensors_trigger.c | 53 +++++++------------
drivers/iio/gyro/st_gyro_core.c | 27 ++--------
drivers/iio/gyro/st_gyro_i2c.c | 23 +-------
drivers/iio/gyro/st_gyro_spi.c | 23 +-------
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0.h | 1 -
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c | 17 +-----
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c | 6 ---
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_spi.c | 6 ---
drivers/iio/magnetometer/st_magn_core.c | 29 ++--------
drivers/iio/magnetometer/st_magn_i2c.c | 23 +-------
drivers/iio/magnetometer/st_magn_spi.c | 23 +-------
drivers/iio/pressure/st_pressure_core.c | 27 ++--------
drivers/iio/pressure/st_pressure_i2c.c | 23 +-------
drivers/iio/pressure/st_pressure_spi.c | 23 +-------
include/linux/iio/common/st_sensors.h | 13 -----
21 files changed, 59 insertions(+), 371 deletions(-)
--
2.31.1
next reply other threads:[~2021-08-23 11:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-23 11:21 Alexandru Ardelean [this message]
2021-08-23 11:22 ` [PATCH v3 1/5] iio: st_sensors: disable regulators after device unregistration Alexandru Ardelean
2021-08-23 11:22 ` [PATCH v3 2/5] iio: st_sensors: remove st_sensors_deallocate_trigger() function Alexandru Ardelean
2021-08-27 22:29 ` Linus Walleij
2021-08-23 11:22 ` [PATCH v3 3/5] iio: st_sensors: remove st_sensors_power_disable() function Alexandru Ardelean
2021-08-27 22:32 ` Linus Walleij
2021-08-23 11:22 ` [PATCH v3 4/5] iio: st_sensors: remove all driver remove functions Alexandru Ardelean
2021-08-27 22:33 ` Linus Walleij
2021-08-23 11:22 ` [PATCH v3 5/5] iio: st_sensors: remove reference to parent device object on st_sensor_data Alexandru Ardelean
2021-08-27 22:35 ` Linus Walleij
2021-08-29 14:48 ` [PATCH v3 0/5] iio: st_sensors: convert probe functions to full devm Jonathan Cameron
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=20210823112204.243255-1-aardelean@deviqon.com \
--to=aardelean@deviqon.com \
--cc=andy.shevchenko@gmail.com \
--cc=denis.ciocca@st.com \
--cc=jic23@kernel.org \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@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