From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: Alexandru Ardelean <ardeleanalex@gmail.com>
Cc: Jonathan Cameron <jic23@kernel.org>,
linux-iio <linux-iio@vger.kernel.org>,
Gene Chen <gene_chen@richtek.com>
Subject: Re: [PATCH 4/8] iio: adc: mt6360: Drop duplicate setting of iio_dev.dev.parent
Date: Tue, 27 Apr 2021 09:21:37 +0100 [thread overview]
Message-ID: <20210427092137.0000663b@Huawei.com> (raw)
In-Reply-To: <CA+U=DsqEkmwz6nV7-uqO7+dLQS-Ezyw2P4fCxmSz-YZQ7kWZog@mail.gmail.com>
On Tue, 27 Apr 2021 10:25:05 +0300
Alexandru Ardelean <ardeleanalex@gmail.com> wrote:
> On Mon, Apr 26, 2021 at 8:04 PM Jonathan Cameron <jic23@kernel.org> wrote:
> >
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> >
> > Already set to the same value in devm_iio_device_alloc()
> >
> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Gene Chen <gene_chen@richtek.com>
> > ---
> > drivers/iio/adc/mt6360-adc.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/iio/adc/mt6360-adc.c b/drivers/iio/adc/mt6360-adc.c
> > index 6b39a139ce28..07c0e6768391 100644
> > --- a/drivers/iio/adc/mt6360-adc.c
> > +++ b/drivers/iio/adc/mt6360-adc.c
> > @@ -337,7 +337,6 @@ static int mt6360_adc_probe(struct platform_device *pdev)
> > }
> >
> > indio_dev->name = dev_name(&pdev->dev);
>
> unrelated to this series, this dev_name(&pdev->dev) looks a bit weird;
> this should resolve to the driver name AFAICT; which is "mt6360-adc"
> it feels a bit off with respect to ABI; but maybe it's too late to change it?
Yup. We have some historical ones of these unfortunately when I wasn't
paying attention properly. They are ABI for those parts now so
we can't fix them without significant risk of breaking someones platform.
Jonathan
>
> > - indio_dev->dev.parent = &pdev->dev;
> > indio_dev->info = &mt6360_adc_iio_info;
> > indio_dev->modes = INDIO_DIRECT_MODE;
> > indio_dev->channels = mt6360_adc_channels;
> > --
> > 2.31.1
> >
next prev parent reply other threads:[~2021-04-27 8:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210427092137.0000663b@Huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=ardeleanalex@gmail.com \
--cc=gene_chen@richtek.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox