Re: randconfig build error with next-20141001, in drivers/i2c/algos/i2c-algo-bit.c

2014-10-07 Thread Stephane Grosjean
Le 07/10/2014 10:58, Oliver Hartkopp a écrit : On 10/06/2014 08:09 PM, Randy Dunlap wrote: On 10/06/14 10:39, Oliver Hartkopp wrote: AFAICS there is 'just' a style problem as 'configs should not enable entire subsystems'. But it finally is a correct and valid Kconfig, right? Yes, right. (..)

Questions about i2c_transfer() usage in timer context...

2012-02-20 Thread Stephane Grosjean
Hi, I'm facing a deadlock regarding a timer callback which is only calling i2c_transfer(), and I wonder if this comes from that call: I first googled and found that i2c_transfer() may sleep (which is forbidden in my timer callback) but when I have a look the beginning of the function, it

Re: Questions about i2c_transfer() usage in timer context...

2012-02-20 Thread Stephane Grosjean
Merci Jean, Thx for the quick answer. I think this will help. Stéphane Le 20/02/2012 14:11, Jean Delvare a écrit : Bonjour Stéphane, On Mon, 20 Feb 2012 14:01:52 +0100, Stephane Grosjean wrote: I'm facing a deadlock regarding a timer callback which is only calling i2c_transfer(), and I