mbox series

[RESEND,v6,0/2] IIO: Use device_for_each_child_scope()

Message ID 20240428174020.1832825-1-jic23@kernel.org (mailing list archive)
Headers show
Series IIO: Use device_for_each_child_scope() | expand

Message

Jonathan Cameron April 28, 2024, 5:40 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Looking for review of these remaining patches from v6.
Chances since V6 (dropped the ones that I applied):

I'm slimming this series down by taking patches that have been reviewed
but nothing yet on these ones yet.  They are fairly simple so if anyone
has time to look that would be great.

Jonathan Cameron (2):
  iio: adc: mcp3564: Use device_for_each_child_node_scoped()
  iio: adc: ti-ads1015: Use device_for_each_child_node_scoped()

 drivers/iio/adc/mcp3564.c    | 16 +++++++---------
 drivers/iio/adc/ti-ads1015.c |  5 +----
 2 files changed, 8 insertions(+), 13 deletions(-)