From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: "Liu, Chuansheng" <chuansheng.liu@intel.com>
Cc: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"sameo@linux.intel.com" <sameo@linux.intel.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"torvalds@linux-foundation.org" <torvalds@linux-foundation.org>,
Omar Ramirez Luna <omar.ramirez@copitl.com>
Subject: Re: [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C
Date: Mon, 14 Jan 2013 10:27:55 +0100 [thread overview]
Message-ID: <50F3CF9B.8010608@ti.com> (raw)
In-Reply-To: <27240C0AC20F114CBF8149A2696CBE4A203154@SHSMSX101.ccr.corp.intel.com>
Hi Liu,
On 01/14/2013 03:18 AM, Liu, Chuansheng wrote:
> Hi maintainers,
>
> Could you help to push this patch?
> Every time syncing the latest code, always meet this build error.
> Sorry to disturb.
First of all I'm sorry for this, since this is my mistake to not update the
Kconfig file at the same time.
AFAIK Samuel is really busy with Intel stuff (might be worth pinging him
within Intel), but I'm sure he is going to do everything he can to resolve this.
We can ask Greg to take this further as well. Whichever is going to be the faster.
Regards,
Péter
>
>> -----Original Message-----
>> From: Peter Ujfalusi [mailto:peter.ujfalusi@ti.com]
>> Sent: Monday, December 31, 2012 6:04 PM
>> To: Liu, Chuansheng
>> Cc: sameo@linux.intel.com; linux-kernel@vger.kernel.org
>> Subject: Re: [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C
>>
>> On 12/24/2012 03:19 PM, Chuansheng Liu wrote:
>>> This patch fix the below build error:
>>> drivers/built-in.o: In function `twl_probe':
>>> drivers/mfd/twl-core.c:1256: undefined reference to `devm_regmap_init_i2c'
>>> make: *** [vmlinux] Error 1
>>
>> Thanks Liu, I have missed this one.
>>
>> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>>>
>>> Signed-off-by: liu chuansheng <chuansheng.liu@intel.com>
>>> ---
>>> drivers/mfd/Kconfig | 1 +
>>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
>>> index 1c0abd4..47ad4e2 100644
>>> --- a/drivers/mfd/Kconfig
>>> +++ b/drivers/mfd/Kconfig
>>> @@ -292,6 +292,7 @@ config TWL4030_CORE
>>> bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0
>> Support"
>>> depends on I2C=y && GENERIC_HARDIRQS
>>> select IRQ_DOMAIN
>>> + select REGMAP_I2C
>>> help
>>> Say yes here if you have TWL4030 / TWL6030 family chip on your board.
>>> This core driver provides register access and IRQ handling
>>>
next prev parent reply other threads:[~2013-01-14 9:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-24 14:19 [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C Chuansheng Liu
2012-12-31 10:03 ` Peter Ujfalusi
2013-01-10 10:07 ` Omar Ramirez Luna
2013-01-10 10:27 ` Omar Ramirez Luna
2013-01-14 2:18 ` Liu, Chuansheng
2013-01-14 9:27 ` Peter Ujfalusi [this message]
2013-01-14 16:14 ` gregkh
2013-01-22 0:37 ` Samuel Ortiz
2013-01-22 0:42 ` Liu, Chuansheng
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=50F3CF9B.8010608@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=chuansheng.liu@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=omar.ramirez@copitl.com \
--cc=sameo@linux.intel.com \
--cc=torvalds@linux-foundation.org \
/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.