From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
Roberta Dobrescu <roberta.dobrescu@gmail.com>,
Kuppuswamy Sathyanarayanan
<sathyanarayanan.kuppuswamy@linux.intel.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 1/2] iio: light: jsa1212: Select REGMAP_I2C
Date: Sat, 14 Feb 2015 11:29:45 +0000 [thread overview]
Message-ID: <54DF31A9.3030009@kernel.org> (raw)
In-Reply-To: <CAEnQRZAr9N1iNxEhqLo8_1tiKW0zhPztP9mhQxoZjdDojhdgpw@mail.gmail.com>
On 13/02/15 07:59, 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 jsa1212 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 a special branch for fixes dependent on those
patches that went in during the merge window...
fixes-post-3.20-rc1
Always fun for fixes around this point in the cycle!
>
>> ---
>> drivers/iio/light/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
>> index ae68c64..e0ed374 100644
>> --- a/drivers/iio/light/Kconfig
>> +++ b/drivers/iio/light/Kconfig
>> @@ -126,6 +126,7 @@ config HID_SENSOR_PROX
>> config JSA1212
>> tristate "JSA1212 ALS and proximity sensor driver"
>> depends on I2C
>> + select REGMAP_I2C
>> help
>> Say Y here if you want to build a IIO driver for JSA1212
>> proximity & ALS sensor device.
>> --
>> 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
next prev parent 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 [this message]
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
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=54DF31A9.3030009@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 \
--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.