All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ads7846: fix support for ADS7845
@ 2022-08-12  8:42 Luca Ellero
  2022-08-12  8:42 ` [PATCH v3 1/3] ads7846: don't report pressure for ads7845 Luca Ellero
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luca Ellero @ 2022-08-12  8:42 UTC (permalink / raw)
  To: dmitry.torokhov, daniel, m.felsch, andriy.shevchenko,
	u.kleine-koenig, mkl, miquel.raynal, imre.deak, luca.ellero
  Cc: linux-input, linux-kernel, Luca Ellero

ADS7845 support is buggy in this driver.
These patches fix various issues to get it work properly.

Changes for v2:
 - add missing period in patch 0001 message
 - elaborate comment in patch 0002
 
Changes for v3:
 - send from the same email address of "Signed-off"

Luca Ellero (3):
  ads7846: don't report pressure for ads7845
  ads7846: always set last command to PWRDOWN
  ads7846: don't check penirq immediately for 7845

 drivers/input/touchscreen/ads7846.c | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-08-23 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12  8:42 [PATCH v3 0/3] ads7846: fix support for ADS7845 Luca Ellero
2022-08-12  8:42 ` [PATCH v3 1/3] ads7846: don't report pressure for ads7845 Luca Ellero
2022-08-12  8:42 ` [PATCH v3 2/3] ads7846: always set last command to PWRDOWN Luca Ellero
2022-08-12  8:42 ` [PATCH v3 3/3] ads7846: don't check penirq immediately for 7845 Luca Ellero
2022-08-23 14:26 ` [PATCH v3 0/3] ads7846: fix support for ADS7845 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.