linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] iio: cleanup some new instances of manual parent setting.
@ 2021-04-26 17:02 Jonathan Cameron
  2021-04-26 17:02 ` [PATCH 1/8] iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent Jonathan Cameron
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Jonathan Cameron @ 2021-04-26 17:02 UTC (permalink / raw)
  To: linux-iio; +Cc: Alexandru Ardelean, Jonathan Cameron

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

It seems I still haven't trained my eyes to spot these.

I think they have all been introduced since
iio_device_alloc() and friends started setting this
8525df47b3d1e ("iio: core: fix/re-introduce back parent assignment")
78289b4a58b58 ("iio: core: pass parent device as parameter during allocation")

Anyhow, all seem fairly obvious to me, but maybe I missed something so please
take a look.

Jonathan Cameron (8):
  iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent
  iio: dac: ad5766: Drop duplicate setting of iio_dev.dev.parent
  iio: adc: mp2629: Drop duplicate setting iio_dev.dev.parent
  iio: adc: mt6360: Drop duplicate setting of iio_dev.dev.parent
  iio: adc: ti-ads131e08: Drop duplicate setting of iio_dev.dev.parent
  iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent
  iio: position: hid-sensor-custom-intel-hinge: Drop duplicate parent
    setting.
  iio: common: scmi_sensors: Drop duplicate setting of
    iio_dev.dev.parent

 drivers/iio/accel/bmi088-accel-core.c                | 1 -
 drivers/iio/adc/mp2629_adc.c                         | 1 -
 drivers/iio/adc/mt6360-adc.c                         | 1 -
 drivers/iio/adc/ti-ads131e08.c                       | 1 -
 drivers/iio/common/scmi_sensors/scmi_iio.c           | 1 -
 drivers/iio/dac/ad5766.c                             | 1 -
 drivers/iio/humidity/hdc2010.c                       | 1 -
 drivers/iio/position/hid-sensor-custom-intel-hinge.c | 1 -
 8 files changed, 8 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-05-03 11:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 17:02 [PATCH 0/8] iio: cleanup some new instances of manual parent setting Jonathan Cameron
2021-04-26 17:02 ` [PATCH 1/8] iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent Jonathan Cameron
2021-04-26 17:02 ` [PATCH 2/8] iio: dac: ad5766: Drop duplicate setting " Jonathan Cameron
2021-04-27  7:26   ` Alexandru Ardelean
2021-04-27 17:13     ` Jonathan Cameron
2021-04-26 17:02 ` [PATCH 3/8] iio: adc: mp2629: Drop duplicate setting iio_dev.dev.parent Jonathan Cameron
2021-04-26 17:02 ` [PATCH 4/8] iio: adc: mt6360: Drop duplicate setting of iio_dev.dev.parent Jonathan Cameron
2021-04-27  7:25   ` Alexandru Ardelean
2021-04-27  8:21     ` Jonathan Cameron
2021-04-26 17:02 ` [PATCH 5/8] iio: adc: ti-ads131e08: " Jonathan Cameron
2021-04-26 17:02 ` [PATCH 6/8] iio: humidity: hdc2010: " Jonathan Cameron
2021-04-26 17:02 ` [PATCH 7/8] iio: position: hid-sensor-custom-intel-hinge: Drop duplicate parent setting Jonathan Cameron
2021-04-26 17:02 ` [PATCH 8/8] iio: common: scmi_sensors: Drop duplicate setting of iio_dev.dev.parent Jonathan Cameron
2021-04-27  7:27 ` [PATCH 0/8] iio: cleanup some new instances of manual parent setting Alexandru Ardelean
2021-05-03 11:37   ` 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).