[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240210215147.77629-1-michael.zaidman@gmail.com>
Date: Sat, 10 Feb 2024 23:51:28 +0200
From: Michael Zaidman <michael.zaidman@...il.com>
To: chrysh@...istina-quast.de,
daniel.beer@...rinstitute.com,
jikos@...nel.org
Cc: linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org,
linux-serial@...r.kernel.org,
ilpo.jarvinen@...ux.intel.com,
johan@...nel.org,
gregkh@...uxfoundation.org,
equinox@...c24.net,
michael.zaidman@...il.com
Subject: [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
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
Powered by blists - more mailing lists