Valentin Caron ([email protected])

Number of posts: 146 (0.12 per day)
First post: 2021-02-09 10:28:11
Last post: 2024-06-11 16:23:52

Date List Subject
2024-06-11 16:23:52 linux-kernel [PATCH 1/2] dt-bindings: rtc: stm32: introduce new st,stm32mp25-rtc compatible
2024-06-11 16:21:40 linux-kernel [PATCH 2/2] rtc: stm32: add new st,stm32mp25-rtc compatible and check RIF configuration
2024-06-11 16:21:31 linux-kernel [PATCH 0/2] rtc: stm32: introduce new st,stm32mp25-rtc compatible
2024-05-20 14:02:37 linux-kernel [PATCH 0/3] arm64: dts: st: add usart nodes for stm32mp25
2024-05-20 14:02:29 linux-kernel [PATCH 2/3] arm64: dts: st: add usart6 pinctrl used on stm32mp257f-ev1 board
2024-05-20 14:02:17 linux-kernel [PATCH 3/3] arm64: dts: st: add usart6 on stm32mp257f-ev1 board
2024-05-20 14:02:08 linux-kernel [PATCH 1/3] arm64: dts: st: add usart nodes on stm32mp25
2024-01-18 09:12:35 linux-kernel [PATCH v2] dt-bindings: serial: stm32: add power-domains property
2024-01-17 09:22:36 linux-kernel Re: [PATCH] dt-bindings: serial: stm32: add power-domains property
2024-01-12 09:56:35 linux-kernel [PATCH v2 0/4] serial: stm32: improve driver for stm32mp25
2024-01-12 09:55:42 linux-kernel [PATCH v2 1/4] serial: stm32: implement prescaler tuning to compute low baudrate
2024-01-12 09:55:40 linux-kernel [PATCH v2 4/4] serial: stm32: get FIFO size from hwcfg register
2024-01-12 09:55:27 linux-kernel [PATCH v2 3/4] serial: stm32: change register's offset type from u8 to u16
2024-01-12 09:55:18 linux-kernel [PATCH v2 2/4] serial: stm32: extend max number of U(S)ART to 9
2024-01-11 15:29:20 linux-kernel [PATCH 4/4] serial: stm32: get FIFO size from hwcfg register
2024-01-11 15:28:36 linux-kernel [PATCH 1/4] serial: stm32: implement prescaler tuning to compute low baudrate
2024-01-11 15:28:24 linux-kernel [PATCH 3/4] serial: stm32: change register's offset type from u8 to u16
2024-01-11 15:28:09 linux-kernel [PATCH 2/4] serial: stm32: extend max number of U(S)ART to 9
2024-01-11 15:28:02 linux-kernel [PATCH 0/4] serial: stm32: improve driver for stm32mp25
2024-01-11 11:25:40 linux-kernel [PATCH] dt-bindings: serial: stm32: add power-domains property
2023-10-31 10:10:51 linux-kernel Re: [PATCH] pinctrl: stm32: Add check for devm_kcalloc
2023-08-08 23:37:17 linux-kernel [PATCH v2 6/6] serial: stm32: synchronize RX DMA channel in shutdown
2023-08-08 20:28:36 linux-kernel [PATCH v2 5/6] serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
2023-08-08 20:05:03 linux-kernel [PATCH v2 1/6] serial: stm32: avoid clearing DMAT bit during transfer
2023-08-08 18:58:14 linux-kernel [PATCH v2 4/6] serial: stm32: group dma pause/resume error handling into single function
2023-08-08 18:40:34 linux-kernel [PATCH v2 0/6] serial: stm32: improve DMA pause and resume
2023-08-08 18:15:41 linux-kernel [PATCH v2 3/6] serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
2023-08-08 18:15:36 linux-kernel [PATCH v2 2/6] serial: stm32: use DMAT as a configuration bit
2023-08-03 16:02:40 linux-kernel [PATCH 2/6] serial: stm32: use DMAT as a configuration bit
2023-08-03 14:54:21 linux-kernel Re: [PATCH] pinctrl: stm32: set default gpio line names using pin names
2023-08-03 14:04:04 linux-kernel [PATCH 5/6] serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
2023-08-03 13:30:07 linux-kernel [PATCH 3/6] serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
2023-08-03 13:28:51 linux-kernel [PATCH 4/6] serial: stm32: group dma pause/resume error handling into single function
2023-08-03 13:28:26 linux-kernel [PATCH 0/6] serial: stm32: improve DMA pause and resume
2023-08-03 13:19:45 linux-kernel [PATCH 6/6] serial: stm32: synchronize RX DMA channel in shutdown
2023-08-03 13:06:15 linux-kernel [PATCH 1/6] serial: stm32: avoid clearing DMAT bit during transfer
2023-08-01 15:21:24 linux-kernel Re: [PATCH] rtc: stm32: remove incorrect #ifdef check
2023-07-06 08:47:59 linux-kernel [PATCH v3] spi: stm32: disable device mode with st,stm32f4-spi compatible
2023-07-05 18:18:39 linux-kernel [PATCH v2 6/7] rtc: stm32: fix issues of stm32_rtc_valid_alrm function
2023-07-05 18:18:34 linux-kernel [PATCH v2 3/7] rtc: stm32: improve rtc precision
2023-07-05 18:17:57 linux-kernel [PATCH v2 7/7] rtc: stm32: fix unnecessary parentheses
2023-07-05 18:17:53 linux-kernel [PATCH v2 0/7] rtc: stm32: multiple bug fixes and improvements
2023-07-05 18:16:55 linux-kernel [PATCH v2 4/7] rtc: stm32: don't print an error on probe deferral
2023-07-05 18:13:03 linux-kernel [PATCH v2 5/7] rtc: stm32: change PM callbacks to "_noirq()"
2023-07-05 17:59:07 linux-kernel [PATCH v2 2/7] rtc: stm32: don't stop time counter if not needed
2023-07-05 17:52:09 linux-kernel [PATCH v2 1/7] rtc: stm32: use the proper register sequence to read date/time
2023-07-05 17:24:44 linux-kernel Re: [PATCH v2] spi: stm32: disable device mode with st,stm32f4-spi compatible
2023-07-05 16:42:38 linux-kernel Re: [PATCH 6/7] rtc: stm32: fix unnecessary parentheses
2023-07-05 16:41:34 linux-kernel Re: [PATCH 3/7] rtc: stm32: improve rtc precision
2023-06-28 16:49:32 linux-kernel Re: [PATCH v2] spi: stm32: disable device mode with st,stm32f4-spi compatible
2023-06-27 13:02:48 linux-kernel [PATCH v2] spi: stm32: disable device mode with st,stm32f4-spi compatible