Re: [PATCH v3 2/5] dt-bindings: input/touchscreen: Add compatible for IST3038B

2023-12-04 Thread Markuss Broks
Hi Conor, On 12/3/23 13:20, Conor Dooley wrote: On Sat, Dec 02, 2023 at 01:48:33PM +0100, Karel Balej wrote: From: Markuss Broks Imagis IST3038B is a variant (firmware?) of Imagis IST3038 IC, add the compatible for it to the IST3038C bindings. This one is better, but would be well served by

Re: [PATCH v3 5/5] input/touchscreen: imagis: add support for IST3032C

2023-12-04 Thread Markuss Broks
uot;imagis,ist3038b", .data = &imagis_3038b_data }, { .compatible = "imagis,ist3038c", .data = &imagis_3038c_data }, { }, Other than that, Reviewed-by: Markuss Broks - Markuss

Re: [PATCH v3 5/5] input/touchscreen: imagis: add support for IST3032C

2023-12-09 Thread Markuss Broks
Hi Karel, On 12/8/23 23:59, Karel Balej wrote: Markuss, thank you for the review. diff --git a/drivers/input/touchscreen/imagis.c b/drivers/input/touchscreen/imagis.c index 84a02672ac47..41f28e6e9cb1 100644 --- a/drivers/input/touchscreen/imagis.c +++ b/drivers/input/touchscreen/imagis.c @@