linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
	Roberta Dobrescu <roberta.dobrescu@gmail.com>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"octavian.purdila@intel.com" <octavian.purdila@intel.com>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald <pmeerw@pmeerw.net>
Subject: Re: [PATCH 2/2] iio: light: gp2ap020a00f: Select REGMAP_I2C
Date: Sat, 14 Feb 2015 11:29:23 +0000	[thread overview]
Message-ID: <54DF3193.6010403@kernel.org> (raw)
In-Reply-To: <CAEnQRZDQ5iAP5_VGFk4b+RvRtbTmY6PVKEP01PPAmYUuCtvkhQ@mail.gmail.com>

On 13/02/15 08:00, Daniel Baluta wrote:
> On Thu, Feb 12, 2015 at 11:00 PM, Roberta Dobrescu
> <roberta.dobrescu@gmail.com> wrote:
>> This patch adds missing 'select' statement for gp2ap020a00f driver.
>> Without regmap_i2c, we get the following error when loading the module:
>> Unknown symbol devm_regmap_init_i2c.
>>
>> Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
> 
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
> 
Applied to the fixes-togreg branch of iio.git.

Thanks,

Jonathan
>> ---
>>  drivers/iio/light/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
>> index e0ed374..a224afd 100644
>> --- a/drivers/iio/light/Kconfig
>> +++ b/drivers/iio/light/Kconfig
>> @@ -73,6 +73,7 @@ config CM36651
>>  config GP2AP020A00F
>>         tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
>>         depends on I2C
>> +       select REGMAP_I2C
>>         select IIO_BUFFER
>>         select IIO_TRIGGERED_BUFFER
>>         select IRQ_WORK
>> --
>> 1.9.1
>>
>> --
>> 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-02-14 11:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12 21:00 [PATCH 0/2] iio: light: Select REGMAP_I2C Roberta Dobrescu
2015-02-12 21:00 ` [PATCH 1/2] iio: light: jsa1212: " Roberta Dobrescu
2015-02-13  7:59   ` Daniel Baluta
2015-02-14 11:29     ` Jonathan Cameron
2015-02-12 21:00 ` [PATCH 2/2] iio: light: gp2ap020a00f: " Roberta Dobrescu
2015-02-13  8:00   ` Daniel Baluta
2015-02-14 11:29     ` 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=54DF3193.6010403@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=octavian.purdila@intel.com \
    --cc=pmeerw@pmeerw.net \
    --cc=roberta.dobrescu@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).