All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] HID: ft260: fixes and performance improvements
@ 2022-05-25  7:47 Michael Zaidman
  2022-05-25  7:47 ` [PATCH v1 1/5] HID: ft260: ft260_xfer_status routine cleanup Michael Zaidman
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Michael Zaidman @ 2022-05-25  7:47 UTC (permalink / raw)
  To: jikos, benjamin.tissoires, wsa
  Cc: linux-kernel, linux-input, linux-i2c, champagne.guillaume.c,
	mathieu.gallichand, Michael Zaidman

This patchset contains fixes and performance improvements to the
hid-ft260 driver posted for review and feedback on the GitHub
https://github.com/MichaelZaidman/hid-ft260 about three months ago.

Michael Zaidman (5):
  HID: ft260: ft260_xfer_status routine cleanup
  HID: ft260: improve i2c write performance
  HID: ft260: support i2c writes larger than HID report size
  HID: ft260: support i2c reads greater than HID report size
  HID: ft260: improve i2c large reads performance

 drivers/hid/hid-ft260.c | 230 +++++++++++++++++++++-------------------
 1 file changed, 120 insertions(+), 110 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-25 20:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25  7:47 [PATCH v1 0/5] HID: ft260: fixes and performance improvements Michael Zaidman
2022-05-25  7:47 ` [PATCH v1 1/5] HID: ft260: ft260_xfer_status routine cleanup Michael Zaidman
2022-05-25  7:47 ` [PATCH v1 2/5] HID: ft260: improve i2c write performance Michael Zaidman
2022-05-25  7:47 ` [PATCH v1 3/5] HID: ft260: support i2c writes larger than HID report size Michael Zaidman
2022-05-25 15:44   ` Guillaume Champagne
2022-05-25 19:42     ` Michael Zaidman
2022-05-25 20:33       ` Guillaume Champagne
2022-05-25  7:47 ` [PATCH v1 4/5] HID: ft260: support i2c reads greater " Michael Zaidman
2022-05-25  7:47 ` [PATCH v1 5/5] HID: ft260: improve i2c large reads performance Michael Zaidman

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.