All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] mainline ti tsc2046 adc driver
@ 2021-03-05 13:38 Oleksij Rempel
  2021-03-05 13:38 ` [PATCH v1 1/2] dt-bindings:iio:adc: add documentation for TI TSC2046 controller Oleksij Rempel
  2021-03-05 13:38 ` [PATCH v1 2/2] iio: adc: add ADC driver for the " Oleksij Rempel
  0 siblings, 2 replies; 17+ messages in thread
From: Oleksij Rempel @ 2021-03-05 13:38 UTC (permalink / raw)
  To: Rob Herring, Jonathan Cameron
  Cc: Oleksij Rempel, devicetree, linux-kernel,
	Pengutronix Kernel Team, David Jander, Robin van der Gracht,
	linux-iio, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Dmitry Torokhov

TI TSC2046 is a touchscreen controller based on 8 channel ADC. Since most of
this ADC based touchscreen controller share same set of challenges, it
is better keep then as simple IIO ADC devices attached to a generic
resistive-adc-touch driver.

This driver can replace drivers/input/touchscreen/ads7846.c and has
following advantages over it:
- less code to maintain
- shared code paths (resistive-adc-touch, iio-hwmon, etc)
- can be used as plain IIO ADC to investigate signaling issues or test
  real capacity of the plates and attached low-pass filters
  (or use the touchscreen as a microphone if you like ;) )

Oleksij Rempel (2):
  dt-bindings:iio:adc: add documentation for TI TSC2046 controller
  iio: adc: add ADC driver for the TI TSC2046 controller

 .../bindings/iio/adc/ti,tsc2046.yaml          |  52 ++
 MAINTAINERS                                   |   8 +
 drivers/iio/adc/Kconfig                       |  12 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ti-tsc2046.c                  | 652 ++++++++++++++++++
 5 files changed, 725 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml
 create mode 100644 drivers/iio/adc/ti-tsc2046.c

-- 
2.29.2


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-03-12 14:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 13:38 [PATCH v1 0/2] mainline ti tsc2046 adc driver Oleksij Rempel
2021-03-05 13:38 ` [PATCH v1 1/2] dt-bindings:iio:adc: add documentation for TI TSC2046 controller Oleksij Rempel
2021-03-08 22:18   ` Rob Herring
2021-03-05 13:38 ` [PATCH v1 2/2] iio: adc: add ADC driver for the " Oleksij Rempel
2021-03-05 19:02   ` Jonathan Cameron
2021-03-06 13:28     ` Oleksij Rempel
2021-03-06 14:59       ` Jonathan Cameron
2021-03-09 11:40         ` Oleksij Rempel
2021-03-12 14:09           ` Jonathan Cameron
2021-03-09 11:05     ` Andy Shevchenko
2021-03-09 11:41       ` Oleksij Rempel
2021-03-09 11:46         ` Andy Shevchenko
2021-03-09 12:18           ` Oleksij Rempel
2021-03-09 13:01             ` Andy Shevchenko
2021-03-07 23:05   ` Dmitry Torokhov
2021-03-09 11:31     ` Oleksij Rempel
2021-03-09 13:21   ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.