Re: [RESEND][PATCH] input: Added TSC2003

2009-06-18 Thread Kwangwoo Lee
Hi, On Tue, Jun 16, 2009 at 5:16 PM, Thierry Redingthierry.red...@avionic-design.de wrote: [Cc'ing Kwangwoo Lee] * Richard Röjfors wrote: On 09-06-16 08.20, Thierry Reding wrote: Meaning? I think I2C transaction can sleep. Yes that's what it means, and that's bad in a HR timer callback.

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-16 Thread Thierry Reding
* Richard Röjfors wrote: On 09-06-15 20.10, Trilok Soni wrote: Hi, On Mon, Jun 15, 2009 at 8:39 PM, Richard Röjforsrichard.rojfors@mocean-labs.com wrote: Supplied is a driver for the TSC2003. There is actually a driver for TSC2007 which can be used in some cases. The platform

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-16 Thread Richard Röjfors
On 09-06-16 08.20, Thierry Reding wrote: Meaning? I think I2C transaction can sleep. Yes that's what it means, and that's bad in a HR timer callback. Note that my patch to the tsc2007 to support the tsc2003 exactly fixes this problem. It moves the actual I2C transfers into a workqueue, so

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-16 Thread Thierry Reding
[Cc'ing Kwangwoo Lee] * Richard Röjfors wrote: On 09-06-16 08.20, Thierry Reding wrote: Meaning? I think I2C transaction can sleep. Yes that's what it means, and that's bad in a HR timer callback. Note that my patch to the tsc2007 to support the tsc2003 exactly fixes this problem.

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-15 Thread Trilok Soni
Hi, On Mon, Jun 15, 2009 at 8:39 PM, Richard Röjforsrichard.rojfors@mocean-labs.com wrote: Supplied is a driver for the TSC2003. There is actually a driver for TSC2007 which can be used in some cases. The platform struct is reused from the TSC2007. There is a big difference in the

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-15 Thread Richard Röjfors
On 09-06-15 20.10, Trilok Soni wrote: Hi, On Mon, Jun 15, 2009 at 8:39 PM, Richard Röjforsrichard.rojfors@mocean-labs.com wrote: Supplied is a driver for the TSC2003. There is actually a driver for TSC2007 which can be used in some cases. The platform struct is reused from the