[PATCH v4 0/4] Firmware loading option

2020-11-10 Thread Andrej Valek
Add option to prevent firmware/configuration loading during each boot. Andrej Valek (4): Input: goodix - add option to disable firmware loading dt-bindings: touchscreen: goodix: add info about disabling FW loading Input: atmel_mxt_ts - add option to disable firmware loading Input: st1232

[PATCH v4 3/4] Input: atmel_mxt_ts - add option to disable firmware loading

2020-11-10 Thread Andrej Valek
default. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/atmel_mxt_ts.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index 98f17fa3a8926..491d5088d2826 100644 --- a

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

2020-11-10 Thread Andrej Valek
. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/goodix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 02c75ea385e08..52eb2ccb0de9a 100644 --- a/drivers/input/touchscreen/goodix.c

[PATCH v4 2/4] dt-bindings: touchscreen: goodix: add info about disabling FW loading

2020-11-10 Thread Andrej Valek
Add information about option how to disable FW loading for each boot. Signed-off-by: Andrej Valek --- .../devicetree/bindings/input/touchscreen/goodix.yaml | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b

[PATCH v4 4/4] Input: st1232 - add support resolution reading

2020-11-10 Thread Andrej Valek
Hard-coding resolution for st1633 device was wrong. Some of LCDs like YTS700TLBC-02-100C has assembled Sitronix st1633 touchcontroller too. But the resolution is not 320x480 as was hard-coded. Add new function which reads correct resolution directly from register. Signed-off-by: Andrej Valek

[PATCH v3 4/4] Input: st1232 - add support resolution reading

2020-11-10 Thread Andrej Valek
Hard-coding resolution for st1633 device was wrong. Some of LCDs like YTS700TLBC-02-100C has assembled Sitronix st1633 touchcontroller too. But the resolution is not 320x480 as was hard-coded. Add new function which reads correct resolution directly from register. Signed-off-by: Andrej Valek

[PATCH v3 3/4] Input: atmel_mxt_ts - add option to disable firmware loading

2020-11-10 Thread Andrej Valek
default. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/atmel_mxt_ts.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index 98f17fa3a8926..491d5088d2826 100644 --- a

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

2020-11-10 Thread Andrej Valek
. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/goodix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 02c75ea385e08..52eb2ccb0de9a 100644 --- a/drivers/input/touchscreen/goodix.c

[PATCH v3 0/4] Firmware loading option

2020-11-10 Thread Andrej Valek
Add option to prevent firmware/configuration loading during each boot. Andrej Valek (4): Input: goodix - add option to disable firmware loading dt-bindings: touchscreen: goodix: add info about disabling FW loading Input: atmel_mxt_ts - add option to disable firmware loading Input: st1232

[PATCH v3 2/4] dt-bindings: touchscreen: goodix: add info about disabling FW loading

2020-11-10 Thread Andrej Valek
Add information about option how to disable FW loading for each boot. Signed-off-by: Andrej Valek --- Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b

[PATCH v2 2/3] dt-bindings: goodix

2020-11-06 Thread Andrej Valek
Add information about option how to disable FW loading for each boot. Signed-off-by: Andrej Valek --- Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen

[PATCH v2 1/3] Input: st1232 - add support resolution reading

2020-11-06 Thread Andrej Valek
Hard-coding resolution for st1633 device was wrong. Some of LCDs like YTS700TLBC-02-100C has assembled Sitronix st1633 touchcontroller too. But the resolution is not 320x480 as was hard-coded. Add new function which reads correct resolution directly from register. Signed-off-by: Andrej Valek

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

2020-11-06 Thread Andrej Valek
. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/goodix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 44336ecd2acd..41f8eb8963b1 100644 --- a/drivers/input/touchscreen/goodix.c +++ b

[PATCH v2 0/3] Firmware loading option

2020-11-06 Thread Andrej Valek
Add option to prevent firmware/configuration loading during each boot. Andrej Valek (3): Input: st1232 - add support resolution reading dt-bindings: goodix Input: goodix - add option to disable firmware loading .../bindings/input/touchscreen/goodix.yaml| 2 +- drivers/input

[PATCH v2] Input: st1232 - add support resolution reading

2020-11-02 Thread Andrej Valek
Hard-coding resolution for st1633 device was wrong. Some of LCDs like YTS700TLBC-02-100C has assembled Sitronix st1633 touchcontroller too. But the resolution is not 320x480 as was hard-coded. Add new function which reads correct resolution directly from register. Signed-off-by: Andrej Valek

[PATCH] Input: st1232 - add support resolution reading

2020-10-30 Thread Andrej Valek
Hard-coding resolution for st1633 device was wrong. Some of LCDs like YTS700TLBC-02-100C has assembled Sitronix st1633 touchcontroller too. But the resolution is not 320x480 as was hard-coded. Add new function which reads correct resolution directly from register. Signed-off-by: Andrej Valek

[PATCH 2/3] dt-bindings: goodix

2020-10-29 Thread Andrej Valek
Add information about option how to disable FW loading for each boot. Signed-off-by: Andrej Valek --- Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b

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

2020-10-29 Thread Andrej Valek
. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/goodix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 02c75ea385e08..44336ecd2acdf 100644 --- a/drivers/input/touchscreen/goodix.c

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

2020-10-29 Thread Andrej Valek
default. Signed-off-by: Andrej Valek --- drivers/input/touchscreen/atmel_mxt_ts.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index 98f17fa3a8926..4656aaf532777 100644 --- a

[PATCH 0/3] Firmware loading option

2020-10-29 Thread Andrej Valek
Add option to prevent firmware/configuration loading during each boot. Andrej Valek (3): Input: goodix - add option to disable firmware loading dt-bindings: goodix Input: atmel_mxt_ts - add option to disable firmware loading .../bindings/input/touchscreen/goodix.yaml | 1 + drivers