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

Michael Zaidman posted 19 patches 1 year, 10 months ago
drivers/hid/hid-ft260.c | 330 ++++++++++++++++++++++------------------
1 file changed, 185 insertions(+), 145 deletions(-)
[PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
Posted by Michael Zaidman 1 year, 10 months ago
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
Re: [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
Posted by Jiri Kosina 1 year, 10 months ago
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,

-- 
Jiri Kosina
SUSE Labs
Re: [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
Posted by Christina Quast 1 year, 9 months ago
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,
>