Re: [PATCH v4] Input: add support for the Samsung S6SY761 touchscreen

2017-10-27 Thread Dmitry Torokhov
Hi Andi, On Tue, Sep 26, 2017 at 03:31:35PM +0900, Andi Shyti wrote: > The S6SY761 touchscreen is a capicitive multi-touch controller > for mobile use. It's connected with i2c at the address 0x48. > > This commit provides a basic version of the driver which can > handle only initialization,

Re: [PATCH v4] Input: add support for the Samsung S6SY761 touchscreen

2017-10-27 Thread Dmitry Torokhov
Hi Andi, On Tue, Sep 26, 2017 at 03:31:35PM +0900, Andi Shyti wrote: > The S6SY761 touchscreen is a capicitive multi-touch controller > for mobile use. It's connected with i2c at the address 0x48. > > This commit provides a basic version of the driver which can > handle only initialization,

Re: [PATCH v4] Input: add support for the Samsung S6SY761 touchscreen

2017-10-05 Thread Rob Herring
On Tue, Sep 26, 2017 at 03:31:35PM +0900, Andi Shyti wrote: > The S6SY761 touchscreen is a capicitive multi-touch controller > for mobile use. It's connected with i2c at the address 0x48. > > This commit provides a basic version of the driver which can > handle only initialization, touch events

Re: [PATCH v4] Input: add support for the Samsung S6SY761 touchscreen

2017-10-05 Thread Rob Herring
On Tue, Sep 26, 2017 at 03:31:35PM +0900, Andi Shyti wrote: > The S6SY761 touchscreen is a capicitive multi-touch controller > for mobile use. It's connected with i2c at the address 0x48. > > This commit provides a basic version of the driver which can > handle only initialization, touch events

[PATCH v4] Input: add support for the Samsung S6SY761 touchscreen

2017-09-26 Thread Andi Shyti
The S6SY761 touchscreen is a capicitive multi-touch controller for mobile use. It's connected with i2c at the address 0x48. This commit provides a basic version of the driver which can handle only initialization, touch events and power states. The controller is controlled by a firmware which, in

[PATCH v4] Input: add support for the Samsung S6SY761 touchscreen

2017-09-26 Thread Andi Shyti
The S6SY761 touchscreen is a capicitive multi-touch controller for mobile use. It's connected with i2c at the address 0x48. This commit provides a basic version of the driver which can handle only initialization, touch events and power states. The controller is controlled by a firmware which, in