From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Several of these are old drivers so I'm not sure the original maintainer / author will take a look so if anyone else has time it would be appreciated. These are fairly mechanical so hopefully easy to review! Another set where we are moving symbols intended for local use between a clump of related modules into separate namespaces. These are of the multiple buses + core module or library module plus users variety. The remaining cases in IIO are more complex so will be handled in future patch sets. Typically this is because of interactions with code outside of IIO or clashes with the dev_pm_ops cleanup that is also ongoing. Cc: Tomasz Duszynski <tomasz.duszynski@xxxxxxxxxxx> Cc: Nuno Sá <nuno.sa@xxxxxxxxxx> Cc: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Cc: Siddartha Mohanadoss <smohanad@xxxxxxxxxxxxxx> Jonathan Cameron (5): iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespace iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace iio: chemical: sps30: Move symbol exports into IIO_SPS30 namespace iio: adc: adi-axi: Move exported symbols into IIO_ADI_AXI namespace. iio: adc: qcom-vadc: Move symbol exports to IIO_QCOM_VADC namespace drivers/iio/adc/ad9467.c | 1 + drivers/iio/adc/adi-axi-adc.c | 4 ++-- drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 + drivers/iio/adc/qcom-spmi-adc5.c | 1 + drivers/iio/adc/qcom-spmi-vadc.c | 1 + drivers/iio/adc/qcom-vadc-common.c | 16 ++++++++-------- drivers/iio/chemical/sps30.c | 2 +- drivers/iio/chemical/sps30_i2c.c | 1 + drivers/iio/chemical/sps30_serial.c | 1 + drivers/iio/imu/bmi160/bmi160_core.c | 6 +++--- drivers/iio/imu/bmi160/bmi160_i2c.c | 1 + drivers/iio/imu/bmi160/bmi160_spi.c | 1 + drivers/iio/pressure/bmp280-core.c | 2 +- drivers/iio/pressure/bmp280-i2c.c | 1 + drivers/iio/pressure/bmp280-regmap.c | 4 ++-- drivers/iio/pressure/bmp280-spi.c | 1 + 16 files changed, 27 insertions(+), 17 deletions(-) -- 2.35.1