linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] 3rd set of IIO export namspaces.
@ 2022-02-20 17:36 Jonathan Cameron
  2022-02-20 17:36 ` [PATCH 1/5] iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespace Jonathan Cameron
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jonathan Cameron @ 2022-02-20 17:36 UTC (permalink / raw)
  To: linux-iio
  Cc: Jonathan Cameron, Tomasz Duszynski, Nuno Sá,
	Dmitry Baryshkov, Siddartha Mohanadoss

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

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@octakon.com>
Cc: Nuno Sá <nuno.sa@analog.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Siddartha Mohanadoss <smohanad@codeaurora.org>

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-04 15:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-20 17:36 [PATCH 0/5] 3rd set of IIO export namspaces Jonathan Cameron
2022-02-20 17:36 ` [PATCH 1/5] iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespace Jonathan Cameron
2022-02-20 17:36 ` [PATCH 2/5] iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace Jonathan Cameron
2022-02-20 17:36 ` [PATCH 3/5] iio: chemical: sps30: Move symbol exports into IIO_SPS30 namespace Jonathan Cameron
2022-02-20 17:37 ` [PATCH 4/5] iio: adc: adi-axi: Move exported symbols into IIO_ADI_AXI namespace Jonathan Cameron
2022-02-25  9:26   ` Sa, Nuno
2022-06-04 15:45     ` Jonathan Cameron
2022-02-20 17:37 ` [PATCH 5/5] iio: adc: qcom-vadc: Move symbol exports to IIO_QCOM_VADC namespace Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).