mbox series

[v1,00/19] hid-ft260: Fixes for serial driver patch v4

Message ID 20240210215147.77629-1-michael.zaidman@gmail.com
Headers show
Series hid-ft260: Fixes for serial driver patch v4 | expand

Message

Michael Zaidman Feb. 10, 2024, 9:51 p.m. UTC
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(-)

Comments

Jiri Kosina Feb. 13, 2024, 10:20 a.m. UTC | #1
On Sat, 10 Feb 2024, Michael Zaidman wrote:

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

Agreed; I am not acting upon this series now then, and will wait for v5 
with these folded in.

Thanks,
Christina Quast Feb. 23, 2024, 1:07 p.m. UTC | #2
Hi Jiri!

I send Patch v5, feel free to have a look!

Best regards,

Christina

On 2/13/24 11:20, Jiri Kosina wrote:
> On Sat, 10 Feb 2024, Michael Zaidman wrote:
>
>> 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.
> Agreed; I am not acting upon this series now then, and will wait for v5
> with these folded in.
>
> Thanks,
>