linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
@ 2024-02-10 21:51 Michael Zaidman
  2024-02-10 21:51 ` [PATCH v1 01/19] hid-ft260: fix incompatible-pointer-types error Michael Zaidman
                   ` (19 more replies)
  0 siblings, 20 replies; 23+ messages in thread
From: Michael Zaidman @ 2024-02-10 21:51 UTC (permalink / raw)
  To: chrysh, daniel.beer, jikos
  Cc: linux-kernel, linux-input, linux-serial, ilpo.jarvinen, johan,
	gregkh, equinox, michael.zaidman

Modifications on top of "[PATCH v4 RESEND] hid-ft260: Add serial driver"
https://lore.kernel.org/all/20231218093153.192268-1-contact@christina-quast.de/

They are mostly the fixes to the original v4 patch and should be melded into
the v5 patch rather than upstreamed as separate patches.

Michael Zaidman (19):
  hid-ft260: fix incompatible-pointer-types error
  hid-ft260: fix Wformat warning
  hid-ft260: fix i2c driver regression in ft260_raw_event
  hid-ft260: remove dead code in ft260_uart_receive_chars
  hid-ft260: fix unprotected write_buf concurrent access
  hid-ft260: uart: enable wakeup workaround
  hid-ft260: depend wakeup workaround activation on uart baud rate
  hid-ft260: depend wakeup workaround activation on eeprom config
  hid-ft260: uart: wakeup device early to not lose rx data
  hid-ft260: uart: do not configure baud rate twice
  hid-ft260: uart: do not disable wakeup workaround twice
  hid-ft260: uart: use kfifo_avail for fifo write room check
  hid-ft260: improve usb interface type detection logic
  hid-ft260: uart: cleanup and refactoring
  hid-ft260: uart: remove FIXME for wake-up workaround
  hid-ft260: uart: suppress unhandled report 0xb1 dmesg
  hid-ft260: uart: arm wake-up timer unconditionally on tty session start
  hid-ft260: uart: fix rx data loss after device reopening
  hid-ft260: uart: improve write performance

 drivers/hid/hid-ft260.c | 330 ++++++++++++++++++++++------------------
 1 file changed, 185 insertions(+), 145 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-02-23 21:22 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-10 21:51 [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4 Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 01/19] hid-ft260: fix incompatible-pointer-types error Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 02/19] hid-ft260: fix Wformat warning Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 03/19] hid-ft260: fix i2c driver regression in ft260_raw_event Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 04/19] hid-ft260: remove dead code in ft260_uart_receive_chars Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 05/19] hid-ft260: fix unprotected write_buf concurrent access Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 06/19] hid-ft260: uart: enable wakeup workaround Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 07/19] hid-ft260: depend wakeup workaround activation on uart baud rate Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 08/19] hid-ft260: depend wakeup workaround activation on eeprom config Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 09/19] hid-ft260: uart: wakeup device early to not lose rx data Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 10/19] hid-ft260: uart: do not configure baud rate twice Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 11/19] hid-ft260: uart: do not disable wakeup workaround twice Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 12/19] hid-ft260: uart: use kfifo_avail for fifo write room check Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 13/19] hid-ft260: improve usb interface type detection logic Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 14/19] hid-ft260: uart: cleanup and refactoring Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 15/19] hid-ft260: uart: remove FIXME for wake-up workaround Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 16/19] hid-ft260: uart: suppress unhandled report 0xb1 dmesg Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 17/19] hid-ft260: uart: arm wake-up timer unconditionally on tty session start Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 18/19] hid-ft260: uart: fix rx data loss after device reopening Michael Zaidman
2024-02-10 21:51 ` [PATCH v1 19/19] hid-ft260: uart: improve write performance Michael Zaidman
2024-02-23 21:22   ` Michael Zaidman
2024-02-13 10:20 ` [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4 Jiri Kosina
2024-02-23 13:07   ` Christina Quast

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).