Re: [PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-11-23 Thread Hans de Goede
Hi, On 11/23/20 7:53 AM, Dmitry Torokhov wrote: > On Fri, Oct 30, 2020 at 10:56:20AM +0100, Hans de Goede wrote: >> Hi, >> >> On 10/29/20 9:36 PM, Dmitry Torokhov wrote: >>> Hi Andrej, >>> >>> On Thu, Oct 29, 2020 at 06:03:11PM +0100, Andrej Valek wrote: Firmware file loadind for GT911

Re: [PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-11-22 Thread Dmitry Torokhov
On Fri, Oct 30, 2020 at 10:56:20AM +0100, Hans de Goede wrote: > Hi, > > On 10/29/20 9:36 PM, Dmitry Torokhov wrote: > > Hi Andrej, > > > > On Thu, Oct 29, 2020 at 06:03:11PM +0100, Andrej Valek wrote: > >> Firmware file loadind for GT911 controller takes too much time (~60s). > >> There is no

RE: [PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-10-30 Thread Valek, Andrej
Hi Hans, I am not saying, that just configuration loading took such a long time. Thu full process including configuration and FW loading takes it. Means that I would like to prevent this situation, but keep the old scenario as a default behavior. Regards, Andrej > Hi, > > On 10/29/20 9:36

Re: [PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-10-30 Thread Hans de Goede
Hi, On 10/29/20 9:36 PM, Dmitry Torokhov wrote: > Hi Andrej, > > On Thu, Oct 29, 2020 at 06:03:11PM +0100, Andrej Valek wrote: >> Firmware file loadind for GT911 controller takes too much time (~60s). >> There is no check that configuration is the same which is already present. >> This happens

RE: [PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-10-30 Thread Valek, Andrej
Hello Dmitry, No, I don't think so, that this is the case. Because, when I disabled the FW configuration loading device is working as well. To be honest, I don't need a new configuration for each boot . Regards, Andrej > Hi Andrej, > > On Thu, Oct 29, 2020 at 06:03:11PM +0100, Andrej Valek

Re: [PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-10-29 Thread Dmitry Torokhov
Hi Andrej, On Thu, Oct 29, 2020 at 06:03:11PM +0100, Andrej Valek wrote: > Firmware file loadind for GT911 controller takes too much time (~60s). > There is no check that configuration is the same which is already present. > This happens always during boot, which makes touchscreen unusable. > >

[PATCH 1/3] Input: goodix - add option to disable firmware loading

2020-10-29 Thread Andrej Valek
Firmware file loadind for GT911 controller takes too much time (~60s). There is no check that configuration is the same which is already present. This happens always during boot, which makes touchscreen unusable. Add there an option to prevent firmware file loading, but keep it enabled by