Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2014-05-26 Thread Yufeng Shen
On Sat, May 24, 2014 at 8:41 AM, Nick Dyer wrote: > Yufeng Shen wrote: >> On Thu, May 22, 2014 at 10:29 AM, Nick Dyer wrote: >>> Dmitry Torokhov wrote: >> Make the irqflags default to be IRQF_TRIGGER_FALLING if no platform data >> is >> provided. I think if there is no plat

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2014-05-26 Thread Yufeng Shen
On Mon, May 26, 2014 at 1:23 AM, Dmitry Torokhov wrote: > > On Fri, May 23, 2014 at 12:37:46PM -0400, Yufeng Shen wrote: > > On Thu, May 22, 2014 at 10:29 AM, Nick Dyer wrote: > > > > > > Dmitry Torokhov wrote: > > > > On Thu, Jul 18, 2013 at 07:17:44PM +0200, rydb...@euromail.se wrote: > > > >>>

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2014-05-25 Thread Dmitry Torokhov
On Fri, May 23, 2014 at 12:37:46PM -0400, Yufeng Shen wrote: > On Thu, May 22, 2014 at 10:29 AM, Nick Dyer wrote: > > > > Dmitry Torokhov wrote: > > > On Thu, Jul 18, 2013 at 07:17:44PM +0200, rydb...@euromail.se wrote: > > >>> From: Yufeng Shen > > >>> This is the preparation for supporting the

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2014-05-24 Thread Nick Dyer
Yufeng Shen wrote: > On Thu, May 22, 2014 at 10:29 AM, Nick Dyer wrote: >> Dmitry Torokhov wrote: > Make the irqflags default to be IRQF_TRIGGER_FALLING if no platform data > is > provided. >>> >>> I think if there is no platform data we should use 0 as IRQ falgs and >>> assume that I

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2014-05-23 Thread Yufeng Shen
On Thu, May 22, 2014 at 10:29 AM, Nick Dyer wrote: > > Dmitry Torokhov wrote: > > On Thu, Jul 18, 2013 at 07:17:44PM +0200, rydb...@euromail.se wrote: > >>> From: Yufeng Shen > >>> This is the preparation for supporting the code path when there is > >>> platform data provided and still boot the d

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2014-05-22 Thread Nick Dyer
Dmitry Torokhov wrote: > On Thu, Jul 18, 2013 at 07:17:44PM +0200, rydb...@euromail.se wrote: >>> From: Yufeng Shen >>> This is the preparation for supporting the code path when there is >>> platform data provided and still boot the device into a sane state >>> with backup NVRAM config. >>> >>> Ma

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2013-09-15 Thread Dmitry Torokhov
On Thu, Jul 18, 2013 at 07:17:44PM +0200, rydb...@euromail.se wrote: > Hi Nick, > > > From: Yufeng Shen > > > > This is the preparation for supporting the code path when there is > > platform data provided and still boot the device into a sane state > > with backup NVRAM config. > > > > Make th

Re: [PATCH 20/51] Input: atmel_mxt_ts - Set default irqflags when there is no pdata

2013-07-18 Thread rydberg
Hi Nick, > From: Yufeng Shen > > This is the preparation for supporting the code path when there is > platform data provided and still boot the device into a sane state > with backup NVRAM config. > > Make the irqflags default to be IRQF_TRIGGER_FALLING if no platform data is > provided. > > S