linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Input: ads7846: reduce SPI related CPU load
@ 2020-11-10  8:50 Oleksij Rempel
  2020-11-10  8:50 ` [PATCH v2 1/2] Input: ads7846: convert to full duplex Oleksij Rempel
  2020-11-10  8:50 ` [PATCH v2 2/2] Input: ads7846: convert to one message Oleksij Rempel
  0 siblings, 2 replies; 7+ messages in thread
From: Oleksij Rempel @ 2020-11-10  8:50 UTC (permalink / raw)
  To: Dmitry Torokhov, Alexandru Ardelean, Mark Brown
  Cc: Oleksij Rempel, kernel, linux-kernel, linux-input, linux-spi,
	David Jander

changes v2:
- add back settle_delay_usecs support
- execute power down on the end of the main transfer.
- make it work with 2.5MHz SPI clock

This series is optimizing SPI transfer related CPU load.

Oleksij Rempel (2):
  Input: ads7846: convert to full duplex
  Input: ads7846: convert to one message

 drivers/input/touchscreen/ads7846.c | 456 ++++++++++++----------------
 1 file changed, 199 insertions(+), 257 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2021-01-21  7:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  8:50 [PATCH v1 0/2] Input: ads7846: reduce SPI related CPU load Oleksij Rempel
2020-11-10  8:50 ` [PATCH v2 1/2] Input: ads7846: convert to full duplex Oleksij Rempel
2020-11-18  0:31   ` Dmitry Torokhov
2020-11-10  8:50 ` [PATCH v2 2/2] Input: ads7846: convert to one message Oleksij Rempel
2020-11-18  0:31   ` Dmitry Torokhov
2021-01-20  7:40     ` Oleksij Rempel
2021-01-21  7:24       ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).