Erwan Le Ray ([email protected])

Number of posts: 99 (0.24 per day)
First post: 2020-12-18 20:48:24
Last post: 2022-02-09 11:57:16

Date List Subject
2021-03-05 00:49:54 linux-kernel [PATCH v2 08/13] serial: stm32: fix tx dma completion, release channel
2021-03-05 00:49:10 linux-kernel [PATCH v2 13/13] serial: stm32: add support for "flush_buffer" ops
2021-03-05 00:49:04 linux-kernel [PATCH v2 09/13] serial: stm32: call stm32_transmit_chars locked
2021-03-05 00:48:54 linux-kernel [PATCH v2 02/13] serial: stm32: fix startup by enabling usart for reception
2021-03-05 00:48:54 linux-kernel [PATCH v2 11/13] serial: stm32: add FIFO flush when port is closed
2021-03-05 00:25:13 linux-kernel [PATCH v2 04/13] serial: stm32: fix TX and RX FIFO thresholds
2021-03-05 00:25:13 linux-kernel [PATCH v2 01/13] serial: stm32: fix probe and remove order for dma
2021-03-04 18:16:53 linux-kernel [PATCH v2 05/13] serial: stm32: fix a deadlock condition with wakeup event
2021-03-04 18:16:44 linux-kernel [PATCH v2 10/13] serial: stm32: fix FIFO flush in startup and set_termios
2021-03-04 18:16:40 linux-kernel [PATCH v2 12/13] serial: stm32: fix tx_empty condition
2021-03-04 18:14:48 linux-kernel [PATCH v2 07/13] serial: stm32: fix a deadlock in set_termios
2021-03-04 18:14:08 linux-kernel [PATCH v2 06/13] serial: stm32: fix wake-up flag handling
2021-03-04 18:13:38 linux-kernel [PATCH v2 03/13] serial: stm32: fix incorrect characters on console
2021-03-04 18:13:14 linux-kernel [PATCH v2 00/13] stm32 usart various fixes
2021-02-19 17:56:20 linux-kernel [PATCH 12/13] serial: stm32: fix tx_empty condition
2021-02-19 17:55:24 linux-kernel [PATCH 08/13] serial: stm32: fix tx dma completion, release channel
2021-02-19 17:54:52 linux-kernel [PATCH 10/13] serial: stm32: fix FIFO flush in startup and set_termios
2021-02-19 17:54:50 linux-kernel [PATCH 13/13] serial: stm32: add support for "flush_buffer" ops
2021-02-19 17:54:31 linux-kernel [PATCH 09/13] serial: stm32: call stm32_transmit_chars locked
2021-02-19 17:54:18 linux-kernel [PATCH 01/13] serial: stm32: fix probe and remove order for dma
2021-02-19 17:53:52 linux-kernel [PATCH 11/13] serial: stm32: add FIFO flush when port is closed
2021-02-19 17:53:11 linux-kernel [PATCH 04/13] serial: stm32: fix TX and RX FIFO thresholds
2021-02-19 17:53:08 linux-kernel [PATCH 00/13] stm32 usart various fixes
2021-02-19 17:52:38 linux-kernel [PATCH 07/13] serial: stm32: fix a deadlock in set_termios
2021-02-19 17:52:16 linux-kernel [PATCH 02/13] serial: stm32: fix startup by enabling usart for reception
2021-02-19 17:51:58 linux-kernel [PATCH 06/13] serial: stm32: fix wake-up flag handling
2021-02-19 17:51:44 linux-kernel [PATCH 03/13] serial: stm32: fix incorrect characters on console
2021-02-19 17:50:53 linux-kernel [PATCH 05/13] serial: stm32: fix a deadlock condition with wakeup event
2021-01-21 14:30:44 linux-kernel [PATCH 1/1] serial: stm32: improve platform_get_irq condition handling in init_port
2021-01-12 12:41:27 linux-kernel Re: [PATCH v2 2/8] serial: stm32: fix code cleaning warnings and checks
2021-01-06 16:27:37 linux-kernel [PATCH v2 8/8] serial: stm32: update transmission complete error message in shutdown
2021-01-06 16:27:19 linux-kernel [PATCH v2 7/8] serial: stm32: clean probe and remove port deinit
2021-01-06 16:26:50 linux-kernel [PATCH v2 5/8] dt-bindings: serial: stm32: update rts-gpios and cts-gpios
2021-01-06 16:26:15 linux-kernel [PATCH v2 6/8] serial: stm32: update conflicting RTS/CTS config comment
2021-01-06 16:25:44 linux-kernel [PATCH v2 4/8] serial: stm32: add author
2021-01-06 16:25:36 linux-kernel [PATCH v2 3/8] serial: stm32: add "_usart" prefix in functions name
2021-01-06 16:25:11 linux-kernel [PATCH v2 2/8] serial: stm32: fix code cleaning warnings and checks
2021-01-06 16:24:41 linux-kernel [PATCH 0/7] STM32 uart cleanup and improvements
2021-01-06 16:24:27 linux-kernel [PATCH v2 1/8] serial: stm32: fix DMA initialization error handling
2020-12-18 20:50:40 linux-kernel [PATCH 3/8] serial: stm32: add "_usart" prefix in functions name
2020-12-18 20:49:11 linux-kernel [PATCH 2/8] serial: stm32: fix code cleaning warnings and checks
2020-12-18 20:49:05 linux-kernel [PATCH 6/8] serial: stm32: update conflicting RTS/CTS config comment
2020-12-18 20:49:00 linux-kernel [PATCH 7/8] serial: stm32: clean probe and remove port deinit
2020-12-18 20:48:50 linux-kernel [PATCH 0/7] STM32 uart cleanup and improvements
2020-12-18 20:48:48 linux-kernel [PATCH 8/8] serial: stm32: update transmission complete error message in shutdown
2020-12-18 20:48:45 linux-kernel [PATCH 4/8] serial: stm32: add author
2020-12-18 20:48:36 linux-kernel [PATCH 5/8] dt-bindings: serial: stm32: update rts-gpios and cts-gpios
2020-12-18 20:48:24 linux-kernel [PATCH 1/8] serial: stm32: fix -Wall W=1 compilation warnings