All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] iio: Use sysfs_emit()
@ 2021-12-16 18:52 Lars-Peter Clausen
  2021-12-16 18:52 ` [PATCH 01/13] iio: core: " Lars-Peter Clausen
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Lars-Peter Clausen @ 2021-12-16 18:52 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Michael Hennerich, Alexandru Tachici, Roan van Dijk,
	Tomasz Duszynski, Marc Titinger, Matt Ranostay, Johan Hovold,
	Paresh Chaudhary, Navin Sankar Velliangiri, Jacopo Mondi,
	Ludovic Tancerel, linux-iio, Lars-Peter Clausen

I started the sysfs_emit() conversion during the last end-of-year break
starting with the IIO core. It is end-of-year break again, so here is a bit
more.

This series contains conversions for simple users which all follow the
pattern of `return sprintf(....)` or similar. The series also only covers
cases where the attributes are completely custom and can not be converted
to use iio_read_raw or iio_read_available. These other cases will be
handled seperately by converting them to use the IIO APIs rather than
device attributes. But this requires a bit more validation work than the
simple straigh forward conversions.

Lars-Peter Clausen (13):
  iio: core: Use sysfs_emit()
  iio: dmaengine-buffer: Use sysfs_emit()
  iio: ad7192: Use sysfs_emit()
  iio: ad9523: Use sysfs_emit()
  iio: as3935: Use sysfs_emit()
  iio: ina2xx-adc: sysfs_emit()
  iio: lm3533: Use sysfs_emit()
  iio: max31856: Use sysfs_emit()
  iio: max31865: Use sysfs_emit()
  iio: max9611: Use sysfs_emit()
  iio: ms_sensors: Use sysfs_emit()
  iio: scd4x: Use sysfs_emit()
  iio: sps30: Use sysfs_emit()

 drivers/iio/adc/ad7192.c                           | 4 ++--
 drivers/iio/adc/ina2xx-adc.c                       | 2 +-
 drivers/iio/adc/max9611.c                          | 2 +-
 drivers/iio/buffer/industrialio-buffer-dmaengine.c | 2 +-
 drivers/iio/chemical/scd4x.c                       | 2 +-
 drivers/iio/chemical/sps30.c                       | 2 +-
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c     | 4 ++--
 drivers/iio/frequency/ad9523.c                     | 2 +-
 drivers/iio/industrialio-buffer.c                  | 4 ++--
 drivers/iio/industrialio-core.c                    | 2 +-
 drivers/iio/light/lm3533-als.c                     | 6 +++---
 drivers/iio/proximity/as3935.c                     | 4 ++--
 drivers/iio/temperature/max31856.c                 | 4 ++--
 drivers/iio/temperature/max31865.c                 | 4 ++--
 14 files changed, 22 insertions(+), 22 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-01-16 16:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 18:52 [PATCH 00/13] iio: Use sysfs_emit() Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 01/13] iio: core: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 02/13] iio: dmaengine-buffer: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 03/13] iio: ad7192: " Lars-Peter Clausen
2021-12-23 13:30   ` Jonathan Cameron
2021-12-16 18:52 ` [PATCH 04/13] iio: ad9523: " Lars-Peter Clausen
2021-12-23 13:32   ` Jonathan Cameron
2021-12-16 18:52 ` [PATCH 05/13] iio: as3935: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 06/13] iio: ina2xx-adc: sysfs_emit() Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 07/13] iio: lm3533: Use sysfs_emit() Lars-Peter Clausen
2021-12-17  9:14   ` Johan Hovold
2022-01-16 16:50     ` Jonathan Cameron
2021-12-16 18:52 ` [PATCH 08/13] iio: max31856: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 09/13] iio: max31865: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 10/13] iio: max9611: " Lars-Peter Clausen
2021-12-17  9:05   ` Jacopo Mondi
2021-12-17  9:17     ` Lars-Peter Clausen
2021-12-17 10:09       ` Jacopo Mondi
2021-12-16 18:52 ` [PATCH 11/13] iio: ms_sensors: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 12/13] iio: scd4x: " Lars-Peter Clausen
2021-12-16 18:52 ` [PATCH 13/13] iio: sps30: " Lars-Peter Clausen
2022-01-16 16:54 ` [PATCH 00/13] iio: " Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.