Re: [PATCH v9 2/3] Input: Add Novatek NT36xxx touchscreen driver

2021-01-13 Thread AngeloGioacchino Del Regno
Il giorno lun 7 dic 2020 alle ore 07:43 Dmitry Torokhov ha scritto: > > Hi AngeloGioacchino, > > On Wed, Oct 28, 2020 at 11:13:01PM +0100, khol...@gmail.com wrote: > > +/** > > + * nt36xxx_set_page - Set page number for read/write > > + * @ts: Main driver structure > > + * > > + * Return: Always z

Re: [PATCH v9 2/3] Input: Add Novatek NT36xxx touchscreen driver

2020-12-06 Thread Dmitry Torokhov
Hi AngeloGioacchino, On Wed, Oct 28, 2020 at 11:13:01PM +0100, khol...@gmail.com wrote: > +/** > + * nt36xxx_set_page - Set page number for read/write > + * @ts: Main driver structure > + * > + * Return: Always zero for success, negative number for error > + */ > +static int nt36xxx_set_page(struc

[PATCH v9 2/3] Input: Add Novatek NT36xxx touchscreen driver

2020-10-28 Thread kholk11
From: AngeloGioacchino Del Regno This is a driver for the Novatek in-cell touch controller and supports various chips from the NT36xxx family, currently including NT36525, NT36672A, NT36676F, NT36772 and NT36870. Functionality like wake gestures and firmware flashing is not included: I am not aw