On Tue, 22 Nov 2022 10:27:48 +0200 Ramona Bolboaca <ramona.bolboaca@xxxxxxxxxx> 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(-) >