mbox series

[v1,0/1] input: touchcreen: tsc2007: make interrupt optional

Message ID 20240210175530.137361-1-clamor95@gmail.com
Headers show
Series input: touchcreen: tsc2007: make interrupt optional | expand

Message

Svyatoslav Ryhel Feb. 10, 2024, 5:55 p.m. UTC
In case tsc2007 is used as an ADC sensor there will be no interrupt
provided at all, so set up an interrupt only if one is present and
remove associated warning.

Svyatoslav Ryhel (1):
  input: touchcreen: tsc2007: make interrupt optional

 drivers/input/touchscreen/tsc2007_core.c | 30 +++++++++++++-----------
 1 file changed, 16 insertions(+), 14 deletions(-)