All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
	Hartmut Knaack <knaack.h@gmx.de>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald <pmeerw@pmeerw.net>,
	Kuppuswamy Sathyanarayanan
	<sathyanarayanan.kuppuswamy@linux.intel.com>
Subject: Re: [PATCH 1/2] iio:light:ltr501: fix regmap dependency
Date: Sun, 05 Jul 2015 14:16:52 +0100	[thread overview]
Message-ID: <55992E44.1000104@kernel.org> (raw)
In-Reply-To: <CAEnQRZCYQE-DPb+x1Xj2eR6bxNvk5b6hCJLLiLSHqVjN2=Kqfg@mail.gmail.com>

On 29/06/15 08:56, Daniel Baluta wrote:
> On Sun, Jun 28, 2015 at 1:31 PM, Hartmut Knaack <knaack.h@gmx.de> wrote:
>> The use of regmap in commit [1] requires REGMAP_I2C to be selected, in
>> order to meet all dependencies.
>>
>> [1]     2f2c96338afc9f90aa5a0fca04ece1a5c389ee31
>>         "iio: ltr501: Add regmap support."
> 
> The standard way to do this is:
> 
> Fixes: 2f2c96338afc ("iio: ltr501: Add regmap support.")
> 
>>
>> Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
> 
> Otherwise,
> 
> Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Hmm. My filters had eaten this patch for some reason...

Anyhow, dug it out and applied.

Hopefully nothing else has gone missing!

Jonathan
> 
>> ---
>>  drivers/iio/light/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
>> index 730fa80..1f1e103 100644
>> --- a/drivers/iio/light/Kconfig
>> +++ b/drivers/iio/light/Kconfig
>> @@ -199,6 +199,7 @@ config SENSORS_LM3533
>>  config LTR501
>>         tristate "LTR-501ALS-01 light sensor"
>>         depends on I2C
>> +       select REGMAP_I2C
>>         select IIO_BUFFER
>>         select IIO_TRIGGERED_BUFFER
>>         help
>> --
>> 2.3.6
>>
>> --
>> 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
> --
> 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:[~2015-07-05 13:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1435487041.git.knaack.h@gmx.de>
2015-06-28 10:31 ` [PATCH 1/2] iio:light:ltr501: fix regmap dependency Hartmut Knaack
2015-06-29  7:56   ` Daniel Baluta
2015-07-05 13:16     ` Jonathan Cameron [this message]
2015-06-28 10:31 ` [PATCH 2/2] iio:light:ltr501: fix variable in ltr501_init Hartmut Knaack
2015-06-29  7:57   ` Daniel Baluta
2015-06-29  9:51     ` Hartmut Knaack

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=55992E44.1000104@kernel.org \
    --to=jic23@kernel.org \
    --cc=daniel.baluta@intel.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    --cc=sathyanarayanan.kuppuswamy@linux.intel.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.