lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Jan 2013 10:27:55 +0100
From:	Peter Ujfalusi <peter.ujfalusi@...com>
To:	"Liu, Chuansheng" <chuansheng.liu@...el.com>
CC:	"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
	"sameo@...ux.intel.com" <sameo@...ux.intel.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"torvalds@...ux-foundation.org" <torvalds@...ux-foundation.org>,
	Omar Ramirez Luna <omar.ramirez@...itl.com>
Subject: Re: [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C

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@...com]
>> Sent: Monday, December 31, 2012 6:04 PM
>> To: Liu, Chuansheng
>> Cc: sameo@...ux.intel.com; linux-kernel@...r.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@...com>
>>
>>>
>>> Signed-off-by: liu chuansheng <chuansheng.liu@...el.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
>>>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ