All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] staging:iio: Header cleanup
@ 2021-06-11 15:26 Jonathan Cameron
  2021-06-11 15:26 ` [PATCH 1/7] staging:iio:adc: Cleanup includes Jonathan Cameron
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Jonathan Cameron @ 2021-06-11 15:26 UTC (permalink / raw)
  To: linux-iio
  Cc: Nuno Sa, Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron

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

0-day recently started giving some reports from the include-what-you-use
tool (needs LLVM builds).

I was curious so decided to give it a spin.  It produces a wealth of
information, but the suggestions require a high degree of interpretation
and some choices are down to personal taste.

This set covers resulting changes that I think make sense for remaining
IIO drivers in staging (which I just noticed are all Analog devices ones :)

Jonathan Cameron (7):
  staging:iio:adc: Cleanup includes
  staging:iio:addac:adt7316: Cleanup includes
  staging:iio:cdc:ad7746: Cleanup includes
  staging:iio:frequency: Cleanup includes
  staging:iio:impedance-analyzer: Cleanup includes
  staging:iio:meter:ade7854: Cleanup includes
  staging:iio:resolver:ad2s1210: Cleanup includes

 drivers/staging/iio/adc/ad7280a.c               | 2 ++
 drivers/staging/iio/adc/ad7816.c                | 3 +--
 drivers/staging/iio/addac/adt7316.c             | 5 -----
 drivers/staging/iio/addac/adt7316.h             | 1 +
 drivers/staging/iio/cdc/ad7746.c                | 6 +++---
 drivers/staging/iio/frequency/ad9832.c          | 3 ++-
 drivers/staging/iio/frequency/ad9834.c          | 6 ++----
 drivers/staging/iio/impedance-analyzer/ad5933.c | 5 ++++-
 drivers/staging/iio/meter/ade7854-i2c.c         | 3 ++-
 drivers/staging/iio/meter/ade7854-spi.c         | 3 ++-
 drivers/staging/iio/meter/ade7854.c             | 4 ----
 drivers/staging/iio/meter/ade7854.h             | 5 +++++
 drivers/staging/iio/resolver/ad2s1210.c         | 5 +++--
 13 files changed, 27 insertions(+), 24 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-06-11 18:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 15:26 [PATCH 0/7] staging:iio: Header cleanup Jonathan Cameron
2021-06-11 15:26 ` [PATCH 1/7] staging:iio:adc: Cleanup includes Jonathan Cameron
2021-06-11 15:26 ` [PATCH 2/7] staging:iio:addac:adt7316: " Jonathan Cameron
2021-06-11 17:40   ` Andy Shevchenko
2021-06-11 15:26 ` [PATCH 3/7] staging:iio:cdc:ad7746: " Jonathan Cameron
2021-06-11 15:26 ` [PATCH 4/7] staging:iio:frequency: " Jonathan Cameron
2021-06-11 15:26 ` [PATCH 5/7] staging:iio:impedance-analyzer: " Jonathan Cameron
2021-06-11 15:26 ` [PATCH 6/7] staging:iio:meter:ade7854: " Jonathan Cameron
2021-06-11 15:26 ` [PATCH 7/7] staging:iio:resolver:ad2s1210: " Jonathan Cameron
2021-06-11 16:09   ` Jonathan Cameron
2021-06-11 17:45 ` [PATCH 0/7] staging:iio: Header cleanup Andy Shevchenko
2021-06-11 18:14   ` Jonathan Cameron
2021-06-11 18:36     ` Andy Shevchenko

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.