All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Naveen Krishna Ch <naveenkrishna.ch@gmail.com>
Cc: linux-iio@vger.kernel.org,
	Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Subject: Re: [PATCH 1/2] iio:adc:exynos move to info_mask_(shared_by_type/separate)
Date: Sun, 17 Mar 2013 19:44:23 +0000	[thread overview]
Message-ID: <51461D17.4050902@kernel.org> (raw)
In-Reply-To: <CAHfPSqC95ahh6O9Fk0N06gw9tQxGPKsU943KNYTXCM+vP465Eg@mail.gmail.com>

On 03/05/2013 11:44 PM, Naveen Krishna Ch wrote:
> On 4 March 2013 05:03, Jonathan Cameron <jic23@kernel.org> wrote:
>> The original info_mask is going away in favour of the broken out versions.
>>
>> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
>> cc: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
> Thanks, Jonathan.
While thanks is always nice, I took that as counting as an Acked-by tag.
Shout if you would rather I didn't!
>> ---
>>  drivers/iio/adc/exynos_adc.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/iio/adc/exynos_adc.c b/drivers/iio/adc/exynos_adc.c
>> index ed6fdd7..6e968ae 100644
>> --- a/drivers/iio/adc/exynos_adc.c
>> +++ b/drivers/iio/adc/exynos_adc.c
>> @@ -198,7 +198,7 @@ static const struct iio_info exynos_adc_iio_info = {
>>         .indexed = 1,                                   \
>>         .channel = _index,                              \
>>         .address = _index,                              \
>> -       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT,    \
>> +       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),   \
>>         .datasheet_name = _id,                          \
>>  }
>>
>> --
>> 1.8.1.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
> 
> 
> 
> --
> Shine bright,
> (: Nav :)
> --
> 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
> 

  reply	other threads:[~2013-03-17 22:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-03 20:03 [PATCH 0/2] IIO break info_mask into a pair of masks - Additional drivers Jonathan Cameron
2013-03-03 20:03 ` [PATCH 1/2] iio:adc:exynos move to info_mask_(shared_by_type/separate) Jonathan Cameron
2013-03-05 23:44   ` Naveen Krishna Ch
2013-03-17 19:44     ` Jonathan Cameron [this message]
2013-03-03 20:03 ` [PATCH 2/2] iio:adc:ad7923 " 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=51461D17.4050902@kernel.org \
    --to=jic23@kernel.org \
    --cc=ch.naveen@samsung.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=naveenkrishna.ch@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 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.