From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
Matt Ranostay <mranostay@gmail.com>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: [PATCH] iio: adc: ti-ads1015: add indio_dev->dev.of_node reference
Date: Sun, 3 Jul 2016 13:13:41 +0100 [thread overview]
Message-ID: <0d76955e-2194-aba5-b233-a4e41fad1c25@kernel.org> (raw)
In-Reply-To: <CAEnQRZB2wbAtd8M45g8d_-Bsw32z1YQLnEctwZvfwh__dTgRLA@mail.gmail.com>
On 01/07/16 14:34, Daniel Baluta wrote:
> On Fri, Jul 1, 2016 at 5:33 AM, Matt Ranostay <mranostay@gmail.com> wrote:
>> Add the pointer to the device tree node of the ADC so that iio
>> consumers can reference the respective channels.
>>
>> Cc: Daniel Baluta <daniel.baluta@intel.com>
>> Signed-off-by: Matt Ranostay <mranostay@gmail.com>
>
> Acked-by: Daniel Baluta <daniel.baluta@intel.com>
I've applied this to the togreg branch of iio.git.
Arguably it was never right before so no regression, but
if you want a backport to stable we can probably argue it as trivial
and useful.
Thanks,
Jonathan
>
>
>
>> ---
>> drivers/iio/adc/ti-ads1015.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/iio/adc/ti-ads1015.c b/drivers/iio/adc/ti-ads1015.c
>> index 8be192a84893..6f75a4aa67c1 100644
>> --- a/drivers/iio/adc/ti-ads1015.c
>> +++ b/drivers/iio/adc/ti-ads1015.c
>> @@ -585,6 +585,7 @@ static int ads1015_probe(struct i2c_client *client,
>> mutex_init(&data->lock);
>>
>> indio_dev->dev.parent = &client->dev;
>> + indio_dev->dev.of_node = client->dev.of_node;
>> indio_dev->name = ADS1015_DRV_NAME;
>> indio_dev->modes = INDIO_DIRECT_MODE;
>>
>> --
>> 2.7.4
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2016-07-03 12:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 2:33 [PATCH] iio: adc: ti-ads1015: add indio_dev->dev.of_node reference Matt Ranostay
2016-07-01 13:34 ` Daniel Baluta
2016-07-03 12:13 ` Jonathan Cameron [this message]
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=0d76955e-2194-aba5-b233-a4e41fad1c25@kernel.org \
--to=jic23@kernel.org \
--cc=daniel.baluta@intel.com \
--cc=linux-iio@vger.kernel.org \
--cc=mranostay@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).