Michael Zaidman ([email protected])

Number of posts: 92 (0.08 per day)
First post: 2021-02-13 00:07:00
Last post: 2024-02-23 21:24:11

Date List Subject
2024-02-23 21:24:11 linux-kernel Re: [PATCH v1 19/19] hid-ft260: uart: improve write performance
2024-02-10 22:02:49 linux-kernel [PATCH v1 17/19] hid-ft260: uart: arm wake-up timer unconditionally on tty session start
2024-02-10 22:01:48 linux-kernel [PATCH v1 15/19] hid-ft260: uart: remove FIXME for wake-up workaround
2024-02-10 21:59:49 linux-kernel [PATCH v1 10/19] hid-ft260: uart: do not configure baud rate twice
2024-02-10 21:58:45 linux-kernel [PATCH v1 19/19] hid-ft260: uart: improve write performance
2024-02-10 21:58:28 linux-kernel [PATCH v1 18/19] hid-ft260: uart: fix rx data loss after device reopening
2024-02-10 21:57:47 linux-kernel [PATCH v1 16/19] hid-ft260: uart: suppress unhandled report 0xb1 dmesg
2024-02-10 21:57:12 linux-kernel [PATCH v1 14/19] hid-ft260: uart: cleanup and refactoring
2024-02-10 21:56:56 linux-kernel [PATCH v1 13/19] hid-ft260: improve usb interface type detection logic
2024-02-10 21:56:56 linux-kernel [PATCH v1 12/19] hid-ft260: uart: use kfifo_avail for fifo write room check
2024-02-10 21:56:41 linux-kernel [PATCH v1 11/19] hid-ft260: uart: do not disable wakeup workaround twice
2024-02-10 21:56:17 linux-kernel [PATCH v1 08/19] hid-ft260: depend wakeup workaround activation on eeprom config
2024-02-10 21:55:37 linux-kernel [PATCH v1 09/19] hid-ft260: uart: wakeup device early to not lose rx data
2024-02-10 21:54:58 linux-kernel [PATCH v1 07/19] hid-ft260: depend wakeup workaround activation on uart baud rate
2024-02-10 21:54:39 linux-kernel [PATCH v1 06/19] hid-ft260: uart: enable wakeup workaround
2024-02-10 21:54:19 linux-kernel [PATCH v1 05/19] hid-ft260: fix unprotected write_buf concurrent access
2024-02-10 21:54:01 linux-kernel [PATCH v1 04/19] hid-ft260: remove dead code in ft260_uart_receive_chars
2024-02-10 21:53:42 linux-kernel [PATCH v1 03/19] hid-ft260: fix i2c driver regression in ft260_raw_event
2024-02-10 21:53:24 linux-kernel [PATCH v1 02/19] hid-ft260: fix Wformat warning
2024-02-10 21:53:15 linux-kernel [PATCH v1 01/19] hid-ft260: fix incompatible-pointer-types error
2024-02-10 21:52:53 linux-kernel [PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
2023-02-11 11:58:17 linux-kernel [PATCH v1 1/1] HID: ft260: add GPIO support
2023-02-11 11:58:11 linux-kernel [PATCH v1 0/1] HID: ft260: add GPIO support
2022-11-11 17:22:03 linux-kernel Re: [PATCH v4 00/13] HID: ft260: fixes and performance improvements
2022-11-05 22:38:03 linux-kernel [PATCH v4 13/13] HID: ft260: fix 'cast to restricted' kernel CI bot warnings
2022-11-05 22:31:19 linux-kernel [PATCH v4 10/13] HID: ft260: wake up device from power saving mode
2022-11-05 21:35:21 linux-kernel [PATCH v4 04/13] HID: ft260: support i2c reads greater than HID report size
2022-11-05 21:34:13 linux-kernel [PATCH v4 01/13] HID: ft260: ft260_xfer_status routine cleanup
2022-11-05 21:34:04 linux-kernel [PATCH v4 09/13] HID: ft260: missed NACK from big i2c read
2022-11-05 21:32:55 linux-kernel [PATCH v4 05/13] HID: ft260: improve i2c large reads performance
2022-11-05 21:32:26 linux-kernel [PATCH v4 07/13] HID: ft260: skip unexpected HID input reports
2022-11-05 21:27:29 linux-kernel [PATCH v4 08/13] HID: ft260: remove SMBus Quick command support
2022-11-05 21:24:54 linux-kernel [PATCH v4 00/13] HID: ft260: fixes and performance improvements
2022-11-05 21:24:38 linux-kernel [PATCH v4 02/13] HID: ft260: improve i2c write performance
2022-11-05 21:23:32 linux-kernel [PATCH v4 12/13] HID: ft260: missed NACK from busy device
2022-11-05 21:23:27 linux-kernel [PATCH v4 06/13] HID: ft260: do not populate /dev/hidraw device
2022-11-05 21:17:14 linux-kernel [PATCH v4 11/13] HID: ft260: fix a NULL pointer dereference in ft260_i2c_write
2022-11-05 21:14:27 linux-kernel [PATCH v4 03/13] HID: ft260: support i2c writes larger than HID report size
2022-10-30 20:46:33 linux-kernel [PATCH v3 08/12] HID: ft260: remove SMBus Quick command support
2022-10-30 20:46:30 linux-kernel [PATCH v3 09/12] HID: ft260: missed NACK from big i2c read
2022-10-30 20:44:16 linux-kernel [PATCH v3 04/12] HID: ft260: support i2c reads greater than HID report size
2022-10-30 20:43:15 linux-kernel [PATCH v3 12/12] HID: ft260: missed NACK from busy device
2022-10-30 20:42:56 linux-kernel [PATCH v3 01/12] HID: ft260: ft260_xfer_status routine cleanup
2022-10-30 20:41:45 linux-kernel [PATCH v3 07/12] HID: ft260: skip unexpected HID input reports
2022-10-30 20:41:19 linux-kernel [PATCH v3 03/12] HID: ft260: support i2c writes larger than HID report size
2022-10-30 20:41:12 linux-kernel [PATCH v3 00/12] HID: ft260: fixes and performance improvements
2022-10-30 20:39:32 linux-kernel [PATCH v3 11/12] HID: ft260: fix a NULL pointer dereference in ft260_i2c_write
2022-10-30 20:37:42 linux-kernel [PATCH v3 10/12] HID: ft260: wake up device from power saving mode
2022-10-30 20:37:27 linux-kernel [PATCH v3 05/12] HID: ft260: improve i2c large reads performance
2022-10-30 20:35:56 linux-kernel [PATCH v3 06/12] HID: ft260: do not populate /dev/hidraw device
2022-10-30 20:35:48 linux-kernel [PATCH v3 02/12] HID: ft260: improve i2c write performance