Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-27 Thread Andi Shyti
Hi Dmitry, On Thu, Apr 27, 2017 at 04:56:45PM -0700, Dmitry Torokhov wrote: > On Fri, Apr 28, 2017 at 08:41:56AM +0900, Andi Shyti wrote: > > On Wed, Apr 26, 2017 at 05:39:18PM -0700, Dmitry Torokhov wrote: > > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > > > > +static

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-27 Thread Andi Shyti
Hi Dmitry, On Thu, Apr 27, 2017 at 04:56:45PM -0700, Dmitry Torokhov wrote: > On Fri, Apr 28, 2017 at 08:41:56AM +0900, Andi Shyti wrote: > > On Wed, Apr 26, 2017 at 05:39:18PM -0700, Dmitry Torokhov wrote: > > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > > > > +static

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-27 Thread Dmitry Torokhov
On Fri, Apr 28, 2017 at 08:41:56AM +0900, Andi Shyti wrote: > Hi Dmitry, > > On Wed, Apr 26, 2017 at 05:39:18PM -0700, Dmitry Torokhov wrote: > > > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > > > +static irqreturn_t stmfts_irq_handler(int irq, void *dev) > > > +{ > > > +

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-27 Thread Dmitry Torokhov
On Fri, Apr 28, 2017 at 08:41:56AM +0900, Andi Shyti wrote: > Hi Dmitry, > > On Wed, Apr 26, 2017 at 05:39:18PM -0700, Dmitry Torokhov wrote: > > > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > > > +static irqreturn_t stmfts_irq_handler(int irq, void *dev) > > > +{ > > > +

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-27 Thread Andi Shyti
Hi Dmitry, On Wed, Apr 26, 2017 at 05:39:18PM -0700, Dmitry Torokhov wrote: > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > > +static irqreturn_t stmfts_irq_handler(int irq, void *dev) > > +{ > > + struct stmfts_data *sdata = dev; > > + int ret; > > + > > +

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-27 Thread Andi Shyti
Hi Dmitry, On Wed, Apr 26, 2017 at 05:39:18PM -0700, Dmitry Torokhov wrote: > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > > +static irqreturn_t stmfts_irq_handler(int irq, void *dev) > > +{ > > + struct stmfts_data *sdata = dev; > > + int ret; > > + > > +

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-26 Thread Dmitry Torokhov
Hi Andi, Quick question: On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > +static irqreturn_t stmfts_irq_handler(int irq, void *dev) > +{ > + struct stmfts_data *sdata = dev; > + int ret; > + > + mutex_lock(>mutex); > + ret =

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-26 Thread Dmitry Torokhov
Hi Andi, Quick question: On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > +static irqreturn_t stmfts_irq_handler(int irq, void *dev) > +{ > + struct stmfts_data *sdata = dev; > + int ret; > + > + mutex_lock(>mutex); > + ret =

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-24 Thread Andi Shyti
Hi Dmitry, again, kindly ping. This patch has been posted on March 27th and this is the third time I ask you a feedback about it. Please let me know, Andi On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > The stmfts (ST-Microelectronics FingerTip S) touchscreen device > is a

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-24 Thread Andi Shyti
Hi Dmitry, again, kindly ping. This patch has been posted on March 27th and this is the third time I ask you a feedback about it. Please let me know, Andi On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > The stmfts (ST-Microelectronics FingerTip S) touchscreen device > is a

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-17 Thread Andi Shyti
Hi Dmitry, kindly ping, again. Please let me know if there is something I can do. Andi On Fri, Apr 07, 2017 at 06:31:29PM +0900, Andi Shyti wrote: > Hi Dmitry, > > just a kind ping, do you have any comment about this? > > Thanks, > Andi > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-17 Thread Andi Shyti
Hi Dmitry, kindly ping, again. Please let me know if there is something I can do. Andi On Fri, Apr 07, 2017 at 06:31:29PM +0900, Andi Shyti wrote: > Hi Dmitry, > > just a kind ping, do you have any comment about this? > > Thanks, > Andi > > On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-07 Thread Andi Shyti
Hi Dmitry, just a kind ping, do you have any comment about this? Thanks, Andi On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > The stmfts (ST-Microelectronics FingerTip S) touchscreen device > is a capacitive multi-touch controller mainly for mobile use. > > It's connected through

Re: [PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-04-07 Thread Andi Shyti
Hi Dmitry, just a kind ping, do you have any comment about this? Thanks, Andi On Mon, Mar 27, 2017 at 10:07:43PM +0900, Andi Shyti wrote: > The stmfts (ST-Microelectronics FingerTip S) touchscreen device > is a capacitive multi-touch controller mainly for mobile use. > > It's connected through

[PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-03-27 Thread Andi Shyti
The stmfts (ST-Microelectronics FingerTip S) touchscreen device is a capacitive multi-touch controller mainly for mobile use. It's connected through i2c bus at the address 0x49 and it interfaces with userspace through input event interface. At the current state it provides a touchscreen

[PATCH v3 2/2] Input: add support for the STMicroelectronics FingerTip touchscreen

2017-03-27 Thread Andi Shyti
The stmfts (ST-Microelectronics FingerTip S) touchscreen device is a capacitive multi-touch controller mainly for mobile use. It's connected through i2c bus at the address 0x49 and it interfaces with userspace through input event interface. At the current state it provides a touchscreen